I try to setup the matlab file, the following errors come out:
mex FaceDetect.cpp -I../Include/ ../lib/*.lib -outdir ../bin/
Microsoft (R) Incremental Linker Version 9.00.21022.08
Copyright (C) Microsoft Corporation. All rights reserved.
C:\Users\ADMINI~1\AppData\Local\Temp\mex_xCuIeX\FaceDetect.obj ../lib/cv.lib ../lib/cvhaartraining.lib ../lib/cxcore.lib
Creating library C:\Users\ADMINI~1\AppData\Local\Temp\mex_xCuIeX\templib.x and object C:\Users\ADMINI~1\AppData\Local\Temp\mex_xCuIeX\templib.exp
FaceDetect.obj : error LNK2019: unresolved external symbol cvGetSeqElem referenced in function mexFunction
FaceDetect.obj : error LNK2019: unresolved external symbol cvHaarDetectObjects referenced in function mexFunction
FaceDetect.obj : error LNK2019: unresolved external symbol cvClearMemStorage referenced in function mexFunction
FaceDetect.obj : error LNK2019: unresolved external symbol cvCreateMemStorage referenced in function mexFunction
FaceDetect.obj : error LNK2019: unresolved external symbol cvEqualizeHist referenced in function mexFunction
FaceDetect.obj : error LNK2019: unresolved external symbol cvReleaseImage referenced in function mexFunction
FaceDetect.obj : error LNK2019: unresolved external symbol cvErode referenced in function mexFunction
FaceDetect.obj : error LNK2019: unresolved external symbol cvCreateStructuringElementEx referenced in function mexFunction
FaceDetect.obj : error LNK2019: unresolved external symbol cvCreateImage referenced in function mexFunction
FaceDetect.obj : error LNK2019: unresolved external symbol cvLoad referenced in function mexFunction
..\bin\FaceDetect.mexw64 : fatal error LNK1120: 10 unresolved externals
E:\MATLAB\R2008A\BIN\MEX.PL: Error: Link of '..\bin\FaceDetect.mexw64' failed.
??? Error using ==> mex at 207
Unable to complete successfully.
I have no clue about what's going on. Do I miss some files? It seems unlikely.
Hi everyone.
I'm also trying to run the library demo on maci64, but there's no way to get it work.
It's some kind of problem with the mex file.
If someone could help it will be appreciate, thx!
hi, i met the problem of "Undefined function or method
'fdlibmex' for input arguments
of type 'uint8'.
Error in ==> fdlibmex_demo at 23
pos = fdlibmex(img);"
I guess the binary file is compiled in 32bit compiler. Is that right? If that is the case, would you please send me a version that could be used in 64bit linux machine? Thanks!
i got an error
??? Undefined function or method 'mblbp_featlist' for input arguments of type 'double'Can somebody help me to solve this problem.
thanks
Comment only