I have no Idea what version of matlab you are using? clearvars is a matlab built in function... I hope the code will work without this line. So just delete the line.
hello all, please help me this.
I am getting an error in drawcircle.m at in the given below code with a value of n=600(given in code)
for i=1:n
I(round(x(i)),round(y(i)))=1;
end
O=I;
error is:
"Attempted to access x(553); index out of bounds because numel(x)=552."
I am using mat lab version R2008b.
Comment only
03 Jul 2011
Fast Eyetracking
Extract feature points from faces to track eye's
movement
I don't know the origin of this error:
??? Undefined function or method 'FaceDetect' for input arguments of type 'char'.
Error in ==> getFeatures at 39
Face = FaceDetect('haarcascade_frontalface_alt2.xml',pic2);
Error in ==> getPoints at 39
out = getFeatures(snapshot0);
Error in ==> eyetracking at 48
[T] = getPoints(snapshot);
iam using windows7 and matlab R2009b
please help me!
Comment only
20 Jun 2011
Fast Eyetracking
Extract feature points from faces to track eye's
movement
Comment only