Skip to content

Commit

Permalink
some modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadmarkus committed Aug 21, 2013
1 parent 64673f9 commit 5b7ed6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ int n3_find_faces(float rs[], float cs[], float ss[], float qs[], int maxndetect
#include "facefinder.array"
;

return n3_find_objects(rs, cs, ss, qs, maxndetections, facefinder, pixels, nrows, ncols, ldim, 1.2f, 0.1f, minfacesize, MIN(nrows, ncols), 1.5f, 1); // fast
return n3_find_objects(rs, cs, ss, qs, maxndetections, facefinder, pixels, nrows, ncols, ldim, 1.15f, 0.1f, minfacesize, MIN(nrows, ncols), 1.5f, 1);
}

void process_image(IplImage* frame, int draw, int print)
Expand Down

0 comments on commit 5b7ed6c

Please sign in to comment.