Results 1 to 2 of 2
Thread: fingerprint ridge count?
- 04-29-2010, 06:45 PM #1
Member
- Join Date
- Apr 2010
- Posts
- 1
- Rep Power
- 0
- 05-08-2010, 05:04 AM #2
Member
- Join Date
- May 2010
- Location
- northern california
- Posts
- 7
- Rep Power
- 0
Can you provide a URL which describes the ridge count method?
One way to count features such as this in an image is to convert it to grayscale and then extract pixels from the image along a line (using Bresenham's algorithm backwards and using bilinear interpolation at the x,y coordinates) and then take the first derivative of this sequence of pixels. You can then step through the first derivative values and count the positive zero crossings. This may or may not work for fingerprint images.
Another option is to look at OpenCV (which I think might have a Java port) and see if they have an appropriate algorithm you can study or use.Last edited by rtc1; 05-08-2010 at 05:07 AM. Reason: clarified sentence
Similar Threads
-
java integrated with fingerprint device
By Azarael hashem in forum New To JavaReplies: 3Last Post: 03-28-2010, 05:36 AM -
Fingerprint verification
By venkateshcoolmoon in forum Advanced JavaReplies: 4Last Post: 02-02-2010, 06:19 PM -
Count on cantor help!?
By dianar17 in forum New To JavaReplies: 1Last Post: 04-06-2009, 06:22 AM -
post count
By codeflip in forum Forum LobbyReplies: 2Last Post: 03-12-2009, 02:20 AM -
Getting row count
By Java Tip in forum Java TipReplies: 0Last Post: 02-11-2008, 08:49 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks