uricamic / flandmark

Open-source implementation of facial landmark detector
http://cmp.felk.cvut.cz/~uricamic/flandmark/
GNU General Public License v3.0
228 stars 151 forks source link

Error running flandmark_compilemex.m #15

Open tojo009 opened 10 years ago

tojo009 commented 10 years ago

When i try to run flandmark_compilemex.m am getting an error as follows:

Compiling mex-files on Windows platform... Too many outputs requested. Most likely cause is missing [] around left hand side that has a comma separated list expansion.

Error in flandmark_compilemex (line 71) opencv_core = opencv_core.name;

please help

SalahiAltinci commented 10 years ago

Hi,

I dont know if your problem persists but you should have set the paths wrong. But i had some problems compiling mex files in matlab too and i compiled them in Visual Studio 2010.

Here is a solution that explains how to compile mex files in Visual Studio: http://stackoverflow.com/a/16718578