Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: Face reconstruction
Posted:
Nov 14, 2012 2:22 PM
|
|
Hi Bindu,
Computer Vision System Toolbox for MATLAB provides an object called vision.CascadeObjectDetector which implements the Viola Jones face detector. See http://www.mathworks.com/help/vision/ref/vision.cascadeobjectdetectorclass.html
This would eliminate the need to write any mex files.
Dima
On 11/14/12 13:32, Bindu wrote: > Hello, > > I am working on face reconstruction for which I need to extract facial > features after face detection. for face detection I was trying to use > the Viola Jones facedetect code in C++ with the help of Mex files but in > vain. I was getting errors some of which i could solve but now I am > getting a Linker error. Can anyone help me as to how to run C++ code in > Matlab using MEX please? > > Bindu
|
|
|
|