Hi all,

I'm sending a patch that allows fprint to obtain the image quality and
confidence numbers. Works has follows:

int quality_score;
float confidence;
struct fp_img img;

/* do things and fill the fp_img structure */

fp_img_get_quality(img, &score, &confidence);

I think this feature is quite necessary for the project, hope it can be
used.

PS: Tried it out with fprint_demo and worked like a charm (should I send
that patch, so we can incorporate it to that project?)

Greetings,

Dave

Attachment: fprint-imgquality.patch.gz
Description: GNU Zip compressed data

_______________________________________________
fprint mailing list
[email protected]
http://lists.reactivated.net/mailman/listinfo/fprint

Reply via email to