Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
Bindu
Posts:
5
Registered:
12/14/11
|
|
Re: Face reconstruction
Posted:
Nov 15, 2012 11:07 AM
|
|
Dear Dima Thank You sooooo much for your help with regards and best wishes Bindu
Dima Lisin <dima.lisin@mathworks.com> wrote in message <k80r1k$jtv$1@newscl01ah.mathworks.com>... > 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
|
|
|
|