FaceVerification
FaceVerification copied to clipboard
How to generate MatAlignment.mexw64 with opencv 3.0
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?