You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: