Ask Your Question

xiangjin's profile - activity

2015-07-10 03:31:47 -0600 received badge  Enthusiast
2015-06-12 21:20:08 -0600 commented question I cant find FaceRecognizer in opencv 3.0

first I click configure button on gui-cmake, set OPENCV_EXTRA_MODULES_PATH=D:/opencv/sources/opencv_contrib(download from github) then configure and generate ,output : CMake Warning at cmake/OpenCVFindIntelPerCSDK.cmake:17 (message): Intel Perceptual Computing SDK library directory (set by INTELPERC_LIB_DIR variable) is not found or does not have Intel Perceptual Computing SDK libraries. Call Stack (most recent call first): cmake/OpenCVFindLibsVideo.cmake:312 (include) CMakeLists.txt:525 (include)

found IPP (ICV version): 8.2.1 [8.2.1] at: D:/opencv/sources/3rdparty/ippicv/unpack/ippicv_win Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) To enable PlantUML support, set PLANTUML_JAR environment variable or pass -DPLANTUML_JAR=<filepath> option to cmake Could NOT find P

2015-06-12 03:55:24 -0600 commented question I cant find FaceRecognizer in opencv 3.0

hi,I get the source code from github , use gui-cmake configure, VS2012 rebuild,after rebuild i get these lib : opencv_features2d300d.dll opencv_ffmpeg300.dll opencv_flann300d.dll opencv_highgui300d.dll opencv_imgcodecs300d.dll opencv_imgproc300d.dll opencv_ml300d.dll opencv_objdetect300d.dll opencv_photo300d.dll opencv_shape300d.dll opencv_stitching300d.dll opencv_superres300d.dll opencv_video300d.dll opencv_videoio300d.dll opencv_videostab300d.dll opencv_core300d.dll opencv_calib3d300d.dll

I configure to VS2012 ,and compile my code ,but i get the error message : 1>D:\opencv\build\bin\Debug\opencv_features2d300d.dll : fatal error LNK1107: 文件无效或损坏: 无法在 0x2E8 处读取(invalid file or crashed ,cant read from 0X2E8).

how to fix? thks !

2015-06-11 07:02:54 -0600 asked a question I cant find FaceRecognizer in opencv 3.0

I download the lastest opencv 3.0 for windows, I want use createFisherFaceRecognizer for face recogizer ,but I can find it . "Contib" folder no longer exist in the "inlclue/opencv2" ,Who can tell me where it is? thanks a lot.