Java implementation of Face Recognition using opencv

asked 2015-06-23 05:45:23 -0600

Hello all,

I am looking for a Java implementation of Face Recognition using opencv. I am working on a project that implements this fonctionality. I was able to perform Face detection, and now i need to implement Face Recognition.

Thanks in advance

edit retag flag offensive close merge delete

Comments

if it is opencv3.0 (and desktop java),

berak gravatar imageberak ( 2015-06-23 06:45:38 -0600 )edit

Hi,Berak,

How to achieve this in windows environment?

Thanks BP

bpworld gravatar imagebpworld ( 2015-07-15 06:37:50 -0600 )edit

see the readme here , please.

berak gravatar imageberak ( 2015-07-15 06:45:18 -0600 )edit

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

bpworld gravatar imagebpworld ( 2015-07-15 14:23:24 -0600 )edit