FaceVerification icon indicating copy to clipboard operation
FaceVerification copied to clipboard

How to generate MatAlignment.mexw64 with opencv 3.0

Open wiliamc opened this issue 9 years ago • 0 comments

hi, I builded the caffe-windows from your link https://github.com/happynear/caffe-windows and generated the caffe_.mexw64 file Then build the VerificationDemo.m in the MATLAB by addpath(caffe matlab path) It shows error: Invalid MEX-file 'D:\FaceVerification-master\FaceVerification-master\MatAlignment.mexw64': The specified module could not be found.

I used dependency walker to check the dependencies for the MatAlignment.mexw64 file It shows OPENCV_CORE248.DLL error opening file.the system cannot find the file specified

I have opencv 3.0 ,How to build MatAlignment.mexw64 with opencv 3.0?

wiliamc avatar Aug 12 '16 16:08 wiliamc