Can someone explain this type of error? please

1 view (last 30 days)
Invalid MEX-file 'C:\Users\server\Documents\MATLAB\find_face_landmarks.mexw64': The specified module could not be found. I tried different solutions, but the problem still when I run landmarks function. I use R2016a, win7-64bit.

Answers (1)

Jan
Jan on 28 Mar 2018
Edited: Jan on 28 Mar 2018
  3 Comments
Jan
Jan on 28 Mar 2018
The messages are clear: The mex seems to be compiled for a different CPU type. Then load the sources and compile it for your computer. Or contact the author.
By the way: You did not explain, where the tool is coming from. It is not a part of Matlab. The less the readers have to guess, the more likely is a useful answer.
ALI AHMED EL-MAHMUDI
ALI AHMED EL-MAHMUDI on 28 Mar 2018
It is landmarked tool 'Dlib'. It built in Opencv but you can use it in Matlab like mex file. https://github.com/YuvalNirkin/find_face_landmarks

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!