Hi Areseniy,<br><br>It is wonderful, that you ve succeeded to write a driver for VFS5011.<br>I have one in my Vostro 3750, and can't use it with my Debian/Linux OS :-(.<br>Are the sources of your driver available for testing?<br>
-- <br>Regards,<br>Wojtek<br><br><div class="gmail_quote">2012/12/22 Arseniy Lartsev <span dir="ltr"><<a href="mailto:arseniy@chalmers.se" target="_blank">arseniy@chalmers.se</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I've made a driver for<br>
138a:0011 Validity Sensors, Inc. VFS5011 Fingerprint Reader<br>
which I have in my Dell Vostro 3350 laptop. It's now at a stage of "kind of<br>
working", there are still a few defects left and I'm planning to publish it as<br>
soon as I fix those. Right now I'm trying to assess the driver's quality.<br>
<br>
So I've repeatedly scanned 3 different fingers, 100 times each and calculated<br>
libfprint's comparison score (as returned by fpi_img_compare_print_data) for<br>
all pairs of images.<br>
<br>
To cut the long story short, for one of the fingers 17% of comparison scores<br>
between different images of this finger were below 25, 8% below 20, 3% below<br>
15 and 0.6% below 10. For images of different fingers, 2% scores were ≥10 and<br>
0.07% ≥15 (the highest was 18, 1 out of 12000).<br>
<br>
Do you think it's good enough? Or should I try to improve imaging quality? For<br>
example, if one enrolls the same finger 4 times (this is what windows software<br>
on my laptop does, btw) then the chance of false negative would be 0.17⁴ =<br>
0.08%, and the chance of false positive, as estimated from exponential fit to<br>
the histogram, would be about 1 in 200000. Does it make sense?<br>
<br>
Here are histograms of comparison scores for images of the same finger:<br>
Finger 1 <a href="http://mc2-k082.mc2.chalmers.se/fprint/rindex1_cmp.png" target="_blank">http://mc2-k082.mc2.chalmers.se/fprint/rindex1_cmp.png</a><br>
Finger 2 <a href="http://mc2-k082.mc2.chalmers.se/fprint/rindex2_cmp.png" target="_blank">http://mc2-k082.mc2.chalmers.se/fprint/rindex2_cmp.png</a><br>
Finger 3 <a href="http://mc2-k082.mc2.chalmers.se/fprint/rmiddle_cmp.png" target="_blank">http://mc2-k082.mc2.chalmers.se/fprint/rmiddle_cmp.png</a><br>
And here's for images of different fingers:<br>
<a href="http://mc2-k082.mc2.chalmers.se/fprint/rindex2_rmiddle_cmp.png" target="_blank">http://mc2-k082.mc2.chalmers.se/fprint/rindex2_rmiddle_cmp.png</a><br>
<br>
Best regards,<br>
Arseniy<br>
<br>
_______________________________________________<br>
fprint mailing list<br>
<a href="mailto:fprint@lists.freedesktop.org">fprint@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/fprint" target="_blank">http://lists.freedesktop.org/mailman/listinfo/fprint</a><br>
</blockquote></div><br>