-
I would very much appreciate if anyone could help me to use SIVP with java. I'm using SIVP to crop an image and resize it and save it. But I'm not sure how to use the commands in my java program and currently I tested in the Scilab console. I would very much appreciate any kind of help.
Thanks,
Kalani.
2009-03-05 04:58:30 UTC in SIVP toolbox for Scilab
-
I copied the libOpenCV.jnilib,libOpenCV.so,OpenCV.dll to the C:\Windows\System 32 and I get the following error still.
!!! library OpenCV not found
Exception in thread "main" java.lang.UnsatisfiedLinkError: hypermedia.video.OpenCV.loadImage(Ljava/lang/String;II)V
at hypermedia.video.OpenCV.loadImage(Native Method)
at MyImage.setUp(MyImage.java:13)
at...
2009-01-15 11:41:56 UTC in Open Computer Vision Library
-
Hi, I'm new to OpenCV and Image Processing. My requirement is to detect a human face from a given image and then compare it with another image to check if it's the same person.I have found that OpenCV can be used with java in http://ubaa.net/shared/processing/opencv/. I am using the Eclipse IDE and installed the external OpenCV jar as specifeied in Section 2.I wrote the sample code given below.
2009-01-13 10:18:35 UTC in Open Computer Vision Library