Ask Your Question

bpworld's profile - activity

2015-07-24 00:26:02 -0600 received badge  Enthusiast
2015-07-22 06:53:08 -0600 commented question Building OpenCV_Contrib for Java

Thanks Berak.

Managed to build from source but now i am facing the below mentioned problem.

Exception in thread "main" java.lang.UnsatisfiedLinkError: org.opencv.objdetect.CascadeClassifier.CascadeClassifier_1(Ljava/lang/String;)J at org.opencv.objdetect.CascadeClassifier.CascadeClassifier_1(Native Method) at org.opencv.objdetect.CascadeClassifier.<init>(CascadeClassifier.java:45)

Pls. note i have loaded native library inside a static block but still i am facing this issue. Pls. share if you have any solution/fix the same.

thanks BP

2015-07-16 05:12:56 -0600 received badge  Editor (source)
2015-07-16 01:52:57 -0600 asked a question Building OpenCV_Contrib for Java

Hi,

I am new to openCV and attempting to build jar files for Opencv_contrib modules. Anyone succeeded doing that?

Pls. share your experience.

Thanks BP

2015-07-15 14:23:24 -0600 commented question Java implementation of Face Recognition using opencv

Hi,

Followed readme and your tips from other post

1) Downloaded opencv_contrib from github 2) extract zip file in d:\open_contrib 3) Followed your instruction from other post and created a sub folder buildmingw under d:\opencv_contrib\modules\face\ 4) cmake -G "MinGW Makefiles" -D CMAKE_CXX_COMPILER=mingw32-g++.exe -D CMAKE_C_COMPILER=gcc.exe -D CMAKE_MAKE_PROGRAM=mingw32-make.exe ..

Now i am getting the below error msg, "Unknown CMake command "ocv_define_module"

Pls. help me to resolve this issue.

Thanks BP

2015-07-15 06:37:50 -0600 commented question Java implementation of Face Recognition using opencv

Hi,Berak,

How to achieve this in windows environment?

Thanks BP

2015-07-14 00:48:55 -0600 commented answer Trying to use FaceRecognizer from Java, OpenCV 2 and 3

Attempting the same here,couldn't find opencv contrib for java. Please help me to locate respective jar file for opencv_contrib

Thanks BP

2015-07-14 00:48:54 -0600 answered a question Trying to use FaceRecognizer from Java, OpenCV 2 and 3

Attempting the same here,couldn't find opencv contrib for java. Please help me to locate respective jar file for opencv_contrib

Thanks BP