Problem in detecting the face of an input recorded video.

1 visualización (últimos 30 días)
ananthi selvamani
ananthi selvamani el 27 de Feb. de 2012
Respondida: owday btoush el 8 de Mzo. de 2016
Hi.im using matlab7.10 R2010a..im making use of haarcascade_frontalface in my code bt when i run my code im getting a still image of my input.im supposed to get an output recorded video in which the face region is alone blocked and detected.im using windows 7 64 bit os.. when i run the same code in windows xp 32 bit os im getting the correct output..can someone help me how to solve this problem.. this is the error which im getting.
??? Undefined function or method 'FaceDetect' for input arguments of type 'char'.
Error in ==> demo at 24 Face = FaceDetect('haarcascade_frontalface_alt2.xml',Img);
>> >>

Respuestas (2)

Walter Roberson
Walter Roberson el 27 de Feb. de 2012
Perhaps the system with the error does not have the MATLAB File Exchange contribution installed; see http://www.mathworks.com/matlabcentral/fileexchange/19912
FaceDetect is not part of MATLAB itself.

owday btoush
owday btoush el 8 de Mzo. de 2016
??? Undefined function or method 'FaceDetect' for input arguments of type 'char'.

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by