Am getting this error.. how to track it? plz help me.
??? Invalid MEX-file 'C:\Documents and Settings\staff\My
Documents\MATLAB\release\FaceDetect.mexw32': The specified
module could not be found.
.
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);
Comment only
05 Mar 2013
fitellipse.m
Fit ellipses to 2D points using linear or nonlinear least squares
@leon, not directly. It fits ellipses to pairs of points that are assumed to represent the ellipse boundary. So, you need to segment your images first, then extract the boundary points and fit the ellipse to those.
Comment only