I have some problem in Fast Eye Tracking Algorithm
By sir Peter any help in errors
Any one ,help me please
Hi Peter ,please help me
Undefined function 'FaceDetect' for input arguments of type 'char'.
Error in getFeatures (line 39)
Face = FaceDetect('haarcascade_frontalface_alt2.xml',pic2);
Error in getPoints (line 39)
out = getFeatures(snapshot0);
Error in eyetracking (line 48)
[T] = getPoints(snapshot);
Undefined function 'my_closereq' for input arguments of type 'videoinput'.
Thank you

 Réponse acceptée

Walter Roberson
Walter Roberson le 9 Avr 2018

0 votes

6 commentaires

Mohy Faid
Mohy Faid le 9 Avr 2018
Modifié(e) : Mohy Faid le 9 Avr 2018
Sir , I downloaded the xml file from this file ,but it is no working
Mohy Faid
Mohy Faid le 9 Avr 2018
sir ,it is required to make new opencv or the old one
Walter Roberson
Walter Roberson le 9 Avr 2018
The problem is not that you did not have the .xml file: the problem is that you do not have the faceDetect routine. You need that File Exchange contribution to provide it.
Depending on your operating system version, you might have to recompile from source (which is partly given there, but you might also need to bring in OpenCV.)
Mohy Faid
Mohy Faid le 9 Avr 2018
sir, I tried to solve this problem too much by have matlab 32bit for matching with mexw32 . And Make opencv with face detection .the two ways give the same error . please ,give me the solution in steps. thanks
Walter Roberson
Walter Roberson le 9 Avr 2018
Sorry, I do not have a 32 bit version of Windows running; I do not have any compilers set up on my Windows virtual machines either.
Mohy Faid
Mohy Faid le 9 Avr 2018
okay ,sir thank you

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by