US20060133656A1 - System and method for counting ridges in a captured print image - Google Patents

System and method for counting ridges in a captured print image Download PDF

Info

Publication number
US20060133656A1
US20060133656A1 US11/341,377 US34137706A US2006133656A1 US 20060133656 A1 US20060133656 A1 US 20060133656A1 US 34137706 A US34137706 A US 34137706A US 2006133656 A1 US2006133656 A1 US 2006133656A1
Authority
US
United States
Prior art keywords
pixel intensity
pixel
intensity threshold
image frame
print
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/341,377
Inventor
Gregory Cannon
David Smith
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
AUTHORIZER TECHNOLOGIES Inc
Cross Match Technologies Inc
Original Assignee
Cross Match Technologies Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Cross Match Technologies Inc filed Critical Cross Match Technologies Inc
Priority to US11/341,377 priority Critical patent/US20060133656A1/en
Publication of US20060133656A1 publication Critical patent/US20060133656A1/en
Assigned to AUTHORIZER TECHNOLOGIES, INC. reassignment AUTHORIZER TECHNOLOGIES, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CROSS MATCH TECHNOLOGIES, INC.
Assigned to CROSS MATCH TECHNOLOGIES, INC. reassignment CROSS MATCH TECHNOLOGIES, INC. CORRECTION BY DECLARATION OF HOWARD M. GITTEN DATED 04/01/2010 TO DELETE THE ERRONEOUSLY RECORDED ASSIGNMENT PREVIOUSLY RECORDED AT REEL/FRAME 018047/0945. ASSIGNOR HEREBY CONFIRMS CROSS MATCH TECHNOLOGIES, INC. IS THE OWNER OF THE PATENTS Assignors: CROSS MATCH TECHNOLOGIES, INC.
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V40/00Recognition of biometric, human-related or animal-related patterns in image or video data
    • G06V40/10Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
    • G06V40/12Fingerprints or palmprints
    • G06V40/1347Preprocessing; Feature extraction

Definitions

  • the invention relates generally to the field of fingerprint scanner technology and, more particularly, to counting ridges in a captured fingerprint image frame.
  • Biometrics are a group of technologies that provide a high level of security. Fingerprint capture and recognition is an important biometric technology. Law enforcement, banking, voting, and other industries increasingly rely upon fingerprints as a biometric to recognize or verify identity. See, Biometrics Explained , v. 2.0, G. Roethenbaugh, International Computer Society Assn. Carlisle, Pa. 1998, pages 1-34 (incorporated herein by reference in its entirety).
  • Fingerprint scanners having cameras are available that capture an image of a fingerprint.
  • a light source is directed towards a fingerprint capture surface that reflects light from the light source towards a camera.
  • the fingerprint capture surface is generally glass. Contact between the surface of a finger and the fingerprint capture surface causes the reflected light to be representative of the fingerprint of the particular finger placed against the fingerprint capture surface. This reflected light is then captured by camera.
  • the fingerprint scanner may have processing that produces a signal representative of a captured fingerprint image from the reflected light.
  • the quality of contact between a finger and the fingerprint capture surface plays a large role in the intensity of the reflected light.
  • a very dry skin surface on a clean fingerprint capture surface may result in a low intensity level of reflected light.
  • an oily skin surface and/or a less-clean fingerprint capture surface may result in a high level of reflected light. Additional factors, such as the location of the finger, the pressure applied to press the finger to the platen, and the ambient environment may affect whether an acceptable quality fingerprint image is captured.
  • a fingerprint scanner system and method that captures an acceptable fingerprint image is needed. Moreover, a system and method for determining the quality of a captured fingerprint image is desired.
  • a system and method for counting fingerprint ridges in a captured fingerprint image frame is described.
  • a fingerprint image is captured.
  • the captured fingerprint image is stored.
  • a region of interest in the stored fingerprint image frame is determined.
  • a pixel path is determined through the region of interest.
  • the pixel path through the captured fingerprint image frame is traversed.
  • a hysteresis band for the pixel path is determined.
  • a number of crossings of the determined hysteresis band is counted while traversing the pixel path.
  • a number of fingerprint ridges based on the counted number of hysteresis band crossings is determined.
  • the determined number of fingerprint ridges is stored.
  • the stored number of fingerprint ridges is evaluated to determine a quality of the captured fingerprint image.
  • a plurality of pixel paths may be determined, and individually traversed.
  • the hysteresis band is defined by a hysteresis band first edge value and a hysteresis band second edge value.
  • the hysteresis band may be determined as follows: A first ridge pixel value peak for the determined pixel path is measured. A first valley pixel value peak for the determined pixel path is measured. A hysteresis band center pixel value between the first ridge pixel value peak and the first valley pixel value peak is selected.
  • the hysteresis band first edge value is calculated by adding a delta value to the selected hysteresis band center pixel value.
  • the hysteresis band second edge value is calculated by subtracting the delta value from the selected hysteresis band center pixel value.
  • the hysteresis band center pixel value may be selected by calculating an average pixel value of the first ridge pixel value peak and the first valley pixel value peak, and setting the hysteresis band center pixel value to the calculated average pixel value.
  • N is any number greater than one.
  • N may be an integer, such as six.
  • a hysteresis band crossing may be detected when sequentially detected pixel values along the pixel path range from the hysteresis band first edge value to the hysteresis band second edge value. Furthermore, a hysteresis band crossing may be detected when sequentially detected pixel values along the pixel path range from the hysteresis band second edge value to the hysteresis band first edge value.
  • the number of fingerprint ridges based on the counted number of hysteresis band crossings is determined by dividing the counted number of hysteresis band crossings by two.
  • a system for counting fingerprint ridges in a captured fingerprint image frame.
  • a ridge counter module traverses a pixel path through the captured fingerprint image frame, determines a hysteresis band for the pixel path, counts a number of crossings of the determined hysteresis band while traversing the pixel path, and determines a number of fingerprint ridges based on the counted number of hysteresis band crossings.
  • the system includes a camera that captures a fingerprint image and outputs the captured fingerprint image frame.
  • the system includes a memory that stores the captured fingerprint image frame, and is accessible by the ridge counter module.
  • the system includes a platen that has a finger application area.
  • the system includes an illumination source that provides light to illuminate the finger application area to produce the fingerprint image.
  • the system includes an optical system that directs the light to the camera.
  • the system includes a controller that includes the ridge counter module and controls the illumination source and/or the camera.
  • This system and method for counting ridges according to the present invention can be used with any type of print including, but not limited to a print of all or part of a finger, palm, hand, toe, and foot.
  • FIG. 1 illustrates an example block diagram of a fingerprint scanner system, according to embodiments of the present invention.
  • FIG. 2A shows an example captured fingerprint image frame.
  • FIG. 2B shows the example captured fingerprint image frame of FIG. 2A with two example fingerprint image frame regions, according to embodiments of the present invention.
  • FIG. 2C shows example pixel paths through a captured fingerprint image frame region, according to the present invention.
  • FIG. 2D shows an example finger that is applied to an example platen, according to an embodiment of the present invention.
  • FIG. 3 shows an example plot of pixel intensity for a traversed pixel path.
  • FIG. 4 shows a flowchart providing high level steps for performing the present invention.
  • FIG. 5 shows example steps for counting fingerprint ridges in a captured fingerprint image frame, according to embodiments of the present invention.
  • FIG. 6 shows example steps for determining a hysteresis band, according to an embodiment of the present invention.
  • FIG. 7 shows example steps for a counting a number of crossings of a determined hysteresis band while traversing a determined pixel path, according to an embodiment of the present invention.
  • FIG. 8 shows example steps for counting fingerprint ridges in a captured fingerprint image frame for one or more pixel paths, according to embodiments of the present invention.
  • the present invention is directed to a method, system, and apparatus for counting ridges in a captured fingerprint image.
  • the present invention may be applied in any type of print scanner, including but not limited to any type of fingerprint and/or palm print scanner.
  • finger refers to any digit on a hand including, but not limited to, a thumb, an index finger, middle finger, ring finger, or a pinky finger.
  • live scan refers to a scan of any type of fingerprint and/or palm print image made by a print scanner.
  • a live scan can include, but is not limited to, a scan of a finger, a finger roll, a flat finger, slap print of four fingers, thumb print, palm print, toe, or foot, or a combination of fingers, such as, sets of fingers and/or thumbs from one or more hands or one or more palms, or one or more toes disposed on a platen.
  • a flat print consists of a fingerprint image of a digit (finger or thumb) pressed flat against the platen.
  • a roll print consists of an image of a digit (finger or thumb) made while the digit (finger or thumb) is rolled from one side of the digit to another side of the digit over the surface of the platen.
  • a slap print consists of an image of four flat fingers pressed flat against the platen.
  • a palm print involves pressing all or part of a palm upon the platen.
  • a platen can be movable or stationary depending upon the particular type of scanner and the type of print being captured by the scanner.
  • biometric imaging system refers to any type of scanner which can obtain an image of all or part of one or more fingers and/or palm in a live scan.
  • the obtained images can be combined in any format including, but not limited to, an FBI, state, or international tenprint format.
  • platen refers to a component that includes an imaging surface upon which at least one finger is placed during a live scan.
  • a platen can include, but is not limited to, a surface of an optical prism, set of prisms, or set of micro-prisms, or a surface of a silicone layer or other element disposed in optical contact with a surface of an optical prism, set of prisms, or set of micro-prisms.
  • Example embodiments for counting fingerprint ridges according to the present invention are described at a high-level and at a more detailed level. These example embodiments are provided herein for illustrative purposes, and are not limiting. In particular, fingerprint ridge counting as described in this section can be achieved using any number of structural implementations, including hardware, firmware, software, or any combination thereof.
  • FIG. 1 illustrates an example high level block diagram of a live scanner system 100 , according to embodiments of the present invention.
  • Live scanner system 100 includes an illumination source 110 , a live scanner optical system 120 , a camera 130 , a memory 135 , and a live scanner controller 140 .
  • Live scanner system 100 captures a user's print.
  • live scanner system 100 is capable of performing ridge counting according to the present invention.
  • Live scanner system 100 may be a portion of, or may be included in any suitable type of print scanner, known to persons skilled in the relevant art(s).
  • live scanner system 100 may be included in any live scanner available from Cross Match Technologies, Inc., or other manufacturer.
  • one or more portions of live scanner system 100 may be incorporated in any computer system that can process captured fingerprint images.
  • Optical system 120 shown in FIG. 1 includes a fingerprint image capturing platen, where a user may apply a finger.
  • the fingerprint image capturing platen may allow a user to roll the applied finger across the platen.
  • Illumination source 110 provides light for illuminating the applied finger at the platen.
  • Optical system 120 may focus and direct the light to the platen.
  • Optical system 120 focuses and/or directs light reflected from the applied finger to camera 130 .
  • Camera 130 periodically samples the reflected light, and outputs captured fingerprint image data.
  • the data is output to memory 135 , which stores the captured fingerprint image data in the form of a captured fingerprint image frame.
  • the captured fingerprint image frame may be stored in the form of a two-dimensional array of pixel data.
  • Controller 140 accesses the captured fingerprint image data stored in memory 135 , and/or directly from camera 130 . Controller 140 may provide a sampling signal to camera 130 and/or illumination source 110 that causes camera 130 to capture fingerprint image frames while being illuminated by illumination source 110 .
  • Controller 140 may be included in a personal computer, a mainframe computer, one or more processors, specialized hardware, software, firmware, or any combination thereof, and/or any other device capable of processing the captured fingerprint image data as described herein. Controller 140 may allow a user to initiate and terminate a fingerprint capture session. Controller 140 also allows a user to evaluate the quality of captured fingerprint images, as described below.
  • controller 140 comprises a ridge counter module 150 .
  • Ridge counter module 150 counts fingerprint ridges in captured fingerprint image frames. Further structural and operational detail of ridge counter module 150 is provided below. Ridge counter module 150 may be implemented in hardware, firmware, software, or a combination thereof. Other structural embodiments for ridge counter module 150 will be apparent to persons skilled in the relevant art(s) based on the discussion contained herein.
  • FIG. 4 shows a flowchart 400 providing high level steps for the present invention. Operational and structural embodiments related to flowchart 400 will become apparent to persons skilled in the relevant art(s) based on the discussion herein.
  • Flowchart 400 begins with step 402 .
  • a fingerprint ridge count is determined for one or more pixel paths across a captured fingerprint image frame. Procedures for determining a fingerprint ridge count according to step 402 are described further below. Step 402 may be performed by live scanner system 100 , for example.
  • the determined fingerprint ridge count is evaluated to determine at least a quality of the captured fingerprint image frame.
  • Controller 140 or other processing hardware/software may use the output of ridge counter module 150 for any number of reasons. For example, controller 140 may use a ridge count as a factor in determining whether a quality fingerprint image has been captured. For example, if an unusually low number of ridges are counted, controller 140 may determine that a poor quality fingerprint image was captured. If an expected number of ridges are counted, controller 140 may use this information as a factor indicating that a relatively good quality fingerprint image was captured.
  • a fingerprint ridge count may be used for additional reasons, including evaluating the performance of the corresponding fingerprint scanner, identity verification, and for further reasons.
  • FIG. 5 shows example steps for performing step 402 , according to one or more embodiments of the present invention. Optional steps are shown surrounded by dotted lines in FIG. 5 . The steps of FIG. 5 do not necessarily have to occur in the order shown, as will be apparent to persons skilled in the relevant art(s) based on the teachings herein. Operational and structural embodiments will be apparent to persons skilled in the relevant art(s) based on the following discussion.
  • step 502 a fingerprint image is captured.
  • step 504 the captured fingerprint image is stored to be accessed as the stored fingerprint image frame.
  • step 506 a region of interest in a stored fingerprint image frame is identified.
  • step 508 a pixel path through the region of interest is determined.
  • step 510 the determined pixel path is traversed.
  • step 512 a hysteresis band for the determined pixel path is determined.
  • step 514 a number of crossings of the determined hysteresis band while traversing the determined pixel path is counted.
  • step 516 a number of fingerprint ridges based on the counted number of hysteresis band crossings is determined.
  • step 518 the number of fingerprint ridges determined in step 516 is stored.
  • a fingerprint image is captured.
  • camera 130 captures a fingerprint image reflected from a finger applied to a platen.
  • FIG. 2D shows an example finger 230 that is applied to a platen 240 , according to an embodiment of the present invention.
  • platen 240 is a surface of an optical prism.
  • Finger 230 includes five ridges 260 a - 260 e and four valleys 280 a - d , for illustrative purposes.
  • Illumination source 110 emits light to finger 230 .
  • a portion of the emitted light from illumination source 110 is shown as first light 270 a and second light 270 b in FIG. 2D .
  • FIG. 1 shows an example finger 230 that is applied to a platen 240 , according to an embodiment of the present invention.
  • platen 240 is a surface of an optical prism.
  • Finger 230 includes five ridges 260 a - 260 e and four valleys 280 a - d
  • first light 270 a contacts ridge 260 a at the surface of platen 240 .
  • First light 270 a is largely diffused and/or absorbed by finger 230 , and does not substantially cause reflected light.
  • first light 270 a is not substantially reflected from ridge 260 a
  • camera 130 will receive relatively little light, and will output one or more “dark” pixels that correspond to ridge 260 a .
  • second light 270 b contacts space or valley 280 c at the surface of platen 240 , causing reflected light 290 .
  • Second light 270 b is relatively less diffused and/or absorbed by finger 230 , causing more light to be reflected.
  • camera 130 receives reflected light 290 and outputs one or more relatively “bright” pixels that correspond to valley 280 c.
  • ridges are described to cause relatively “dark” reflections, and valleys to cause relatively “bright” reflections. However, in alternative embodiments, this may be reversed. In other words, ridges may instead cause “bright” reflections, while valleys may cause relatively “dark” reflections.
  • the light captured by the camera may be output as data by the camera in the form of grey-scale pixel intensity values.
  • the grey-scale pixel intensity values may range from 0 to 255, where 0 represents a white pixel, 255 represents a black pixel, and values in between 0 and 255 represent corresponding shades of grey.
  • 0 may represent a black pixel and 255 may represent a white pixel.
  • the pixel intensity values may have greater and lesser ranges than 0 to 255.
  • the pixel intensity values may include shades of one or more colors in addition to black, grey, and white.
  • fingerprint image data is described herein as in the form of pixels with grey-scale pixel intensity values ranging from 0 (white) to 255 (black).
  • the fingerprint image may have already been captured, and step 502 is therefore not necessary.
  • the captured fingerprint image is stored to be accessed as the stored fingerprint image frame.
  • the captured fingerprint image frame is stored by camera 130 in memory 135 .
  • FIG. 2A shows an example stored captured fingerprint image frame 200 .
  • Captured fingerprint image frame 200 may have been captured by camera 130 shown in FIG. 1 , and stored in memory 135 , for example.
  • captured fingerprint image frame 200 is stored as a two-dimensional array of pixel data. Note that in alternative embodiments, the captured fingerprint image may be prestored, and step 504 is therefore not necessary.
  • Captured fingerprint image 202 is an image captured from a user's finger applied to a corresponding platen.
  • Darker pixel areas of captured fingerprint image 202 represent areas where relatively better contact is made between the user's finger and the platen. The darker pixel areas tend to correspond to ridges of the user's fingerprint.
  • Lighter pixel areas of captured fingerprint 202 represent areas where relatively less contact is made between the user's finger and the platen. The lighter pixel areas tend to correspond to spaces or valleys between ridges of the user's fingerprint.
  • a region of interest in a stored fingerprint image frame is identified.
  • captured fingerprint image frame 200 is processed by controller 140 to obtain desired information related to the user's fingerprint. All of captured fingerprint image frame 200 , or a portion of fingerprint image frame 200 may be considered to be the region of interest. Processing only a portion of fingerprint image frame 200 determined to be a region of interest may save processing time and other resources relative to processing all of fingerprint image frame 200 .
  • FIG. 2B shows an example first fingerprint image frame region 204 and an example second fingerprint image frame region 206 , which are each portions of captured fingerprint image frame 200 .
  • First fingerprint image frame region 204 is smaller in area than captured fingerprint image frame 200 , and therefore includes fewer pixels than captured fingerprint image frame 200 . Because first fingerprint image frame region 204 has fewer pixels than captured fingerprint image frame 200 , any processing of first fingerprint image frame region 204 may be more efficient than processing captured fingerprint image frame 200 .
  • second fingerprint image frame region 206 is smaller in area than first fingerprint image frame region 204 , and therefore includes fewer pixels than first fingerprint image frame region 204 . Because second fingerprint image frame region 206 has fewer pixels than first fingerprint image frame region 204 , any processing of second fingerprint image frame region 206 may be more efficient than processing first fingerprint image frame region 204
  • any processing is described as performed on second fingerprint image frame region 206 .
  • an entire captured fingerprint image frame, or any portion thereof, may be processed.
  • a pixel path through the region of interest is determined.
  • one or more pixel paths through a single captured fingerprint image may be determined.
  • FIG. 2C shows example pixel paths through captured fingerprint image frame region 206 , according to the present invention. As shown in the example of FIG. 2C , six pixel paths are present, first horizontal pixel path 212 , second horizontal pixel path 214 , third horizontal pixel path 216 , first vertical pixel path 218 , second vertical pixel path 220 , and third vertical pixel path 222 . Only six paths are shown for clarity; however, in general a fewer or greater number of pixel paths can be used.
  • pixel paths may be straight horizontal and vertical paths, such as are shown in FIG. 2C , and may be other shaped paths.
  • pixel paths may also be elliptical, triangular, rectangular, other polygons, irregular, and other shaped paths.
  • the one or more pixel paths are predetermined, and are not determined on an application basis. Hence, step 508 is may not be necessary.
  • step 510 the determined pixel path is traversed.
  • a pixel path is traversed so that the number of fingerprint ridges occurring along the pixel path may be counted.
  • Pixel paths may be traversed in either direction along the pixel path.
  • a pixel path is traversed by detecting pixel values sequentially along the determined pixel path.
  • a pixel intensity value may be detected for every pixel in the pixel path, for every other pixel in the pixel path, for every third pixel in the pixel path, or for other multiples of pixels in the pixel path.
  • horizontal pixel paths are traversed from left to right, and the number of ridges occurring along the pixel path are counted during the traversal.
  • first horizontal pixel path 212 three fingerprint ridges are counted.
  • second horizontal pixel path 214 four fingerprint ridges are counted.
  • third horizontal pixel path 216 seven fingerprint ridges are counted.
  • first vertical pixel path 218 three fingerprint ridges are counted.
  • three fingerprint ridges are counted.
  • five fingerprint ridges are counted.
  • third vertical pixel path 222 three fingerprint ridges are counted. The discussion below describes how to count fingerprint ridges such as these, according to the present invention.
  • a hysteresis band for the determined pixel path is determined.
  • fingerprint ridges are counted using a hysteresis band, as is further described below.
  • FIG. 3 shows an example plot 300 of pixel intensity for a traversed pixel path. Pixel intensity values range from 0 (white) to 255 (black). The pixel path begins at a first end of the pixel path, traversing sequentially through the pixels in the pixel path, to a second end of the pixel path. As shown in FIG. 3 , four fingerprint ridges 304 a - 304 d and four fingerprint valleys 302 a - 302 d are present in the captured fingerprint image frame portion during traversal of the pixel path.
  • a hysteresis band 306 is determined.
  • hysteresis band 306 is defined by a hysteresis band first edge value 308 and a hysteresis band second edge value 310 .
  • FIG. 6 shows example steps for step 512 of FIG. 5 , according to one or more embodiments of the present invention. The steps of FIG. 6 do not necessarily have to occur in the order shown, as will be apparent to persons skilled in the relevant art(s) based on the teachings herein. Operational and structural embodiments will be apparent to persons skilled in the relevant art(s) based on the following discussion related to flowchart 600 .
  • Flowchart 600 begins with step 602 .
  • a first ridge pixel value peak for the pixel path is measured.
  • the pixel path is traversed from left to right, to find a first maximum pixel value for the pixel intensity, which corresponds to a fingerprint ridge peak.
  • a first ridge pixel value peak is found as the maximum pixel value for first ridge 304 a .
  • First ridge 304 a is the first ridge found while traversing the pixel path from left to right.
  • the peak pixel value for first ridge 304 a may be equal to a pixel intensity value of 230.
  • the first ridge pixel value peak can be any selected ridge value peak along the pixel path, an average or mean of the ridge value peaks, or the minimum ridge value peak of a group of ridge value peaks along the pixel path.
  • a first valley pixel value peak for the pixel path is measured.
  • the pixel path is traversed from left to right, to find a first minimum pixel value for the pixel intensity, which corresponds to a fingerprint valley peak.
  • a first valley pixel value peak is found as the minimum pixel value for first valley 302 a .
  • First valley 302 a is the first valley found while traversing the pixel path from left to right.
  • the peak pixel value for first valley 302 a may be equal to a pixel intensity value of 30.
  • the first valley pixel value peak can be any selected valley value peak along the pixel path, an average or mean of the valley value peak, or the maximum valley value peak of a group of valley value peaks along the pixel path.
  • a hysteresis band center pixel value is selected between the first ridge pixel value peak and the first valley pixel value peak.
  • the hysteresis band center pixel value is shown as hysteresis band center pixel value 312 .
  • Any pixel intensity value between the intensity values of the first ridge pixel value peak and first valley pixel value peak may be chosen to be hysteresis band center pixel value 312 .
  • hysteresis band center pixel value 312 is chosen to be the average value of the first ridge pixel value peak and first valley pixel value peak.
  • the hysteresis band first edge value is calculated by adding a delta value to the selected hysteresis band center pixel value.
  • hysteresis band first edge value 308 is equal to the sum of hysteresis band center pixel value 312 and a delta value.
  • the delta value may be predetermined, may be calculated as a fraction or percentage of the difference between the first ridge pixel value peak and the first valley pixel value peak, and may be calculated in other ways.
  • the hysteresis band second edge value is calculated by subtracting the delta value from the selected hysteresis band center pixel value.
  • hysteresis band 306 is defined to range from 163.3 to 96.7. The determined hysteresis band 306 may be used to count fingerprint ridges, according to the present invention, as described herein.
  • step 514 shown in FIG. 5 , a number of crossings of the determined hysteresis band while traversing the determined pixel path is counted.
  • a crossing of the hysteresis band is determined whenever pixels in a pixel path completely cross the hysteresis band.
  • FIG. 7 shows example steps for step 514 , according to an embodiment of the present invention. Operational and structural embodiments related to the steps shown in FIG. 7 will become apparent to persons skilled in the relevant art(s) based on the discussion herein.
  • a hysteresis band crossing is detected when sequentially detected pixel values range from the hysteresis band first edge value to the hysteresis band second edge value.
  • a hysteresis band crossing is detected when sequentially detected pixel values range from the hysteresis band second edge value to the hysteresis band first edge value.
  • a hysteresis band crossing occurs between valley 302 a and ridge 304 a .
  • a hysteresis band crossing is detected when sequentially detected pixel values range from the hysteresis band second edge value to the hysteresis band first edge value.
  • hysteresis band 306 is crossed because sequentially detected pixel values shown in plot 300 range from hysteresis band second edge value 310 to hysteresis band first edge value 308 .
  • a hysteresis band crossing is detected between valley 302 a and ridge 304 a.
  • a hysteresis band crossing occurs between ridge 304 a and valley 302 b .
  • a hysteresis band crossing is detected when sequentially detected pixel values range from the hysteresis band first edge value to the hysteresis band second edge value.
  • hysteresis band 306 is crossed because sequentially detected pixel values shown in plot 300 range from hysteresis band first edge value 308 to hysteresis band second edge value 310 .
  • a hysteresis band crossing is detected between ridge 304 a and valley 302 b.
  • hysteresis band crossings may be detected between valley 302 b and ridge 304 b , ridge 304 b and valley 302 c , and valley 302 c and ridge 304 c.
  • a hysteresis band crossing is not detected between ridge 304 c and valley 302 d , or between valley 302 d and ridge 304 d .
  • hysteresis band 306 is not completely crossed.
  • sequentially detected pixel values do not range from hysteresis band first edge value 308 to hysteresis band second edge value 310 , or from hysteresis band second edge value 310 to hysteresis band first edge value 308 between ridge 304 c and valley 302 d or between valley 302 d and ridge 304 d.
  • a final hysteresis band crossing in plot 300 may be detected between ridge 304 d and valley 302 d according to step 702 . Hence, a total of six hysteresis band crossings are detected in the example of plot 300 shown in FIG. 3 .
  • a number of fingerprint ridges based on the counted number of hysteresis band crossings is determined.
  • the counted number of hysteresis band crossings is divided by two to determine the number of fingerprint ridges.
  • the number of fingerprint ridges based on the counted number of hysteresis band crossings may be determined in other ways.
  • step 518 shown in FIG. 5 , the number of fingerprint ridges determined in step 516 is stored.
  • the number of fingerprint ridges that have been determined may be stored in a memory, such as memory 135 , or any other memory or storage device, temporary or permanent.
  • the number of fingerprint ridges may be displayed and/or transmitted.
  • the determined number of fingerprint ridges is not stored, and hence step 518 is not necessary.
  • FIG. 8 shows an alternative embodiment for step 402 of FIG. 5 , according to the present invention.
  • steps 508 , 510 , 512 , 514 , 516 , and 518 are repeated for multiple pixel paths through the region of interest of the captured fingerprint image frame.
  • step 518 is performed (when present)
  • operation proceeds back to step 508 , so that a next pixel path may be determined.
  • step 518 proceeds from step 518 to end step 804 .
  • FIG. 8 shows the additional optional step of step 802 .
  • step 802 it is evaluated whether a range of pixels in the determined pixel path is acceptable.
  • controller 140 may make a comparison of pixel intensities for pixels in the current pixel path to determine whether they have enough intensity variation to warrant further processing. For example, if there is relatively little intensity variation in the pixel path, the pixel path may include none or few fingerprint ridges. The pixel path may actually cross the region of interest in an area where there is little or no fingerprint information, and hence may not warrant further processing. Hence, as shown in FIG.
  • step 802 if the answer at step 802 is no, the current pixel path may be skipped, operation may proceed from step 802 to step 508 , where a next pixel path may be determined. If the pixel path does have a range of pixel intensities that are determined to be acceptable, operation may proceed from step 802 to step 510 .
  • the present invention has been described with respect to fingerprints; however, the system and method for counting ridges can be used to count ridges in any type of print, including all or part of a finger, palm, hand, toe, and foot.

Abstract

A system and method for counting ridges in a captured print image frame is described. A pixel path through the captured print image frame is traversed. A hysteresis band for the pixel path is determined. A number of crossings of the determined hysteresis band is counted while traversing the pixel path. A number of print ridges based on the counted number of hysteresis band crossings is determined.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application claims the benefit of U.S. Provisional Application No. 60/400,103, filed Aug. 2, 2002 (Atty. Dkt. No. 1823.0680000), which is herein incorporated by reference in its entirety.
  • BACKGROUND OF THE INVENTION
  • 1. Field of the Invention
  • The invention relates generally to the field of fingerprint scanner technology and, more particularly, to counting ridges in a captured fingerprint image frame.
  • 2. Background Art
  • Biometrics are a group of technologies that provide a high level of security. Fingerprint capture and recognition is an important biometric technology. Law enforcement, banking, voting, and other industries increasingly rely upon fingerprints as a biometric to recognize or verify identity. See, Biometrics Explained, v. 2.0, G. Roethenbaugh, International Computer Society Assn. Carlisle, Pa. 1998, pages 1-34 (incorporated herein by reference in its entirety).
  • Fingerprint scanners having cameras are available that capture an image of a fingerprint. Typically, to capture a fingerprint image electronically with a fingerprint scanner, a light source is directed towards a fingerprint capture surface that reflects light from the light source towards a camera. The fingerprint capture surface is generally glass. Contact between the surface of a finger and the fingerprint capture surface causes the reflected light to be representative of the fingerprint of the particular finger placed against the fingerprint capture surface. This reflected light is then captured by camera. The fingerprint scanner may have processing that produces a signal representative of a captured fingerprint image from the reflected light.
  • The quality of contact between a finger and the fingerprint capture surface plays a large role in the intensity of the reflected light. A very dry skin surface on a clean fingerprint capture surface may result in a low intensity level of reflected light. On the other hand, an oily skin surface and/or a less-clean fingerprint capture surface may result in a high level of reflected light. Additional factors, such as the location of the finger, the pressure applied to press the finger to the platen, and the ambient environment may affect whether an acceptable quality fingerprint image is captured.
  • As a result of the above variations, a fingerprint scanner system and method that captures an acceptable fingerprint image is needed. Moreover, a system and method for determining the quality of a captured fingerprint image is desired.
  • BRIEF SUMMARY OF THE INVENTION
  • A system and method for counting fingerprint ridges in a captured fingerprint image frame is described. In an aspect of the present invention, a fingerprint image is captured. The captured fingerprint image is stored. A region of interest in the stored fingerprint image frame is determined. A pixel path is determined through the region of interest.
  • In a further aspect, the pixel path through the captured fingerprint image frame is traversed. A hysteresis band for the pixel path is determined. A number of crossings of the determined hysteresis band is counted while traversing the pixel path. A number of fingerprint ridges based on the counted number of hysteresis band crossings is determined.
  • In a further aspect, the determined number of fingerprint ridges is stored.
  • In a further aspect, the stored number of fingerprint ridges is evaluated to determine a quality of the captured fingerprint image.
  • In a further aspect, a plurality of pixel paths may be determined, and individually traversed.
  • In an aspect of the present invention, the hysteresis band is defined by a hysteresis band first edge value and a hysteresis band second edge value. The hysteresis band may be determined as follows: A first ridge pixel value peak for the determined pixel path is measured. A first valley pixel value peak for the determined pixel path is measured. A hysteresis band center pixel value between the first ridge pixel value peak and the first valley pixel value peak is selected. The hysteresis band first edge value is calculated by adding a delta value to the selected hysteresis band center pixel value. The hysteresis band second edge value is calculated by subtracting the delta value from the selected hysteresis band center pixel value.
  • In a further aspect, the hysteresis band center pixel value may be selected by calculating an average pixel value of the first ridge pixel value peak and the first valley pixel value peak, and setting the hysteresis band center pixel value to the calculated average pixel value.
  • In a further aspect, the delta value may be calculated according to the following equation:
    delta value=|(first valley pixel value peak−first ridge pixel value peak)|/N,
  • wherein N is any number greater than one. For example, N may be an integer, such as six.
  • In a further aspect, a hysteresis band crossing may be detected when sequentially detected pixel values along the pixel path range from the hysteresis band first edge value to the hysteresis band second edge value. Furthermore, a hysteresis band crossing may be detected when sequentially detected pixel values along the pixel path range from the hysteresis band second edge value to the hysteresis band first edge value.
  • In a further aspect, the number of fingerprint ridges based on the counted number of hysteresis band crossings is determined by dividing the counted number of hysteresis band crossings by two.
  • In another aspect of the present invention, a system is described for counting fingerprint ridges in a captured fingerprint image frame. A ridge counter module traverses a pixel path through the captured fingerprint image frame, determines a hysteresis band for the pixel path, counts a number of crossings of the determined hysteresis band while traversing the pixel path, and determines a number of fingerprint ridges based on the counted number of hysteresis band crossings.
  • In a further aspect, the system includes a camera that captures a fingerprint image and outputs the captured fingerprint image frame.
  • In a further aspect, the system includes a memory that stores the captured fingerprint image frame, and is accessible by the ridge counter module.
  • In a further aspect, the system includes a platen that has a finger application area.
  • In a further aspect, the system includes an illumination source that provides light to illuminate the finger application area to produce the fingerprint image.
  • In a further aspect, the system includes an optical system that directs the light to the camera.
  • In a further aspect, the system includes a controller that includes the ridge counter module and controls the illumination source and/or the camera.
  • This system and method for counting ridges according to the present invention can be used with any type of print including, but not limited to a print of all or part of a finger, palm, hand, toe, and foot.
  • Further aspects, features, and advantages of the present invention, as well as the structure and operation of the various embodiments of the present invention, are described in detail below with reference to the accompanying drawings.
  • BRIEF DESCRIPTION OF THE DRAWINGS/FIGURES
  • The accompanying drawings, which are incorporated herein and form a part of the specification, illustrate the present invention and, together with the description, further serve to explain the principles of the invention and to enable a person skilled in the pertinent art to make and use the invention.
  • FIG. 1 illustrates an example block diagram of a fingerprint scanner system, according to embodiments of the present invention.
  • FIG. 2A shows an example captured fingerprint image frame.
  • FIG. 2B shows the example captured fingerprint image frame of FIG. 2A with two example fingerprint image frame regions, according to embodiments of the present invention.
  • FIG. 2C shows example pixel paths through a captured fingerprint image frame region, according to the present invention.
  • FIG. 2D shows an example finger that is applied to an example platen, according to an embodiment of the present invention.
  • FIG. 3 shows an example plot of pixel intensity for a traversed pixel path.
  • FIG. 4 shows a flowchart providing high level steps for performing the present invention.
  • FIG. 5 shows example steps for counting fingerprint ridges in a captured fingerprint image frame, according to embodiments of the present invention.
  • FIG. 6 shows example steps for determining a hysteresis band, according to an embodiment of the present invention.
  • FIG. 7 shows example steps for a counting a number of crossings of a determined hysteresis band while traversing a determined pixel path, according to an embodiment of the present invention.
  • FIG. 8 shows example steps for counting fingerprint ridges in a captured fingerprint image frame for one or more pixel paths, according to embodiments of the present invention.
  • The present invention will now be described with reference to the accompanying drawings. In the drawings, like reference numbers indicate identical or functionally similar elements. Additionally, the left-most digit(s) of a reference number identifies the drawing in which the reference number first appears.
  • DETAILED DESCRIPTION OF THE INVENTION
  • While the present invention is described herein with reference to illustrative embodiments for particular applications, it should be understood that the invention is not limited thereto. Those skilled in the art with access to the teachings provided herein will recognize additional modifications, applications, and embodiments within the scope thereof and additional fields in which the present invention would be of significant utility.
  • Overview
  • The present invention is directed to a method, system, and apparatus for counting ridges in a captured fingerprint image. The present invention may be applied in any type of print scanner, including but not limited to any type of fingerprint and/or palm print scanner.
  • Numerous embodiments of the present invention are presented herein. Detail on the above mentioned embodiments for counting fingerprint ridges in a captured fingerprint image frame, and additional embodiments according to the present invention, are described. The embodiments described herein may be combined in any applicable manner, as required by a particular application.
  • Terminology
  • To more clearly delineate the present invention, an effort is made throughout the specification to adhere to the following term definitions consistently.
  • The term “finger” refers to any digit on a hand including, but not limited to, a thumb, an index finger, middle finger, ring finger, or a pinky finger.
  • The term “live scan” refers to a scan of any type of fingerprint and/or palm print image made by a print scanner. A live scan can include, but is not limited to, a scan of a finger, a finger roll, a flat finger, slap print of four fingers, thumb print, palm print, toe, or foot, or a combination of fingers, such as, sets of fingers and/or thumbs from one or more hands or one or more palms, or one or more toes disposed on a platen.
  • In a live scan, one or more fingers or palms from either a left hand or a right hand, or both hands or all or part of a foot are placed on a platen of a scanner. Different types of print images are detected depending upon a particular application. For example, a flat print consists of a fingerprint image of a digit (finger or thumb) pressed flat against the platen. A roll print consists of an image of a digit (finger or thumb) made while the digit (finger or thumb) is rolled from one side of the digit to another side of the digit over the surface of the platen. A slap print consists of an image of four flat fingers pressed flat against the platen. A palm print involves pressing all or part of a palm upon the platen. A platen can be movable or stationary depending upon the particular type of scanner and the type of print being captured by the scanner.
  • The terms “biometric imaging system”, “scanner”, “live scanner”, “live print scanner”, “fingerprint scanner” and “print scanner” are used interchangeably, and refer to any type of scanner which can obtain an image of all or part of one or more fingers and/or palm in a live scan. The obtained images can be combined in any format including, but not limited to, an FBI, state, or international tenprint format.
  • The term “platen” refers to a component that includes an imaging surface upon which at least one finger is placed during a live scan. A platen can include, but is not limited to, a surface of an optical prism, set of prisms, or set of micro-prisms, or a surface of a silicone layer or other element disposed in optical contact with a surface of an optical prism, set of prisms, or set of micro-prisms.
  • Embodiments for Counting Fingerprint Ridges in a Captured Fingerprint Image Frame
  • Example embodiments for counting fingerprint ridges according to the present invention are described at a high-level and at a more detailed level. These example embodiments are provided herein for illustrative purposes, and are not limiting. In particular, fingerprint ridge counting as described in this section can be achieved using any number of structural implementations, including hardware, firmware, software, or any combination thereof.
  • FIG. 1 illustrates an example high level block diagram of a live scanner system 100, according to embodiments of the present invention. Live scanner system 100 includes an illumination source 110, a live scanner optical system 120, a camera 130, a memory 135, and a live scanner controller 140. Live scanner system 100 captures a user's print. Furthermore, live scanner system 100 is capable of performing ridge counting according to the present invention.
  • Live scanner system 100 may be a portion of, or may be included in any suitable type of print scanner, known to persons skilled in the relevant art(s). For example, live scanner system 100 may be included in any live scanner available from Cross Match Technologies, Inc., or other manufacturer. Furthermore, one or more portions of live scanner system 100 may be incorporated in any computer system that can process captured fingerprint images.
  • Optical system 120 shown in FIG. 1 includes a fingerprint image capturing platen, where a user may apply a finger. In some embodiments, the fingerprint image capturing platen may allow a user to roll the applied finger across the platen. Illumination source 110 provides light for illuminating the applied finger at the platen. Optical system 120 may focus and direct the light to the platen. Optical system 120 focuses and/or directs light reflected from the applied finger to camera 130. Camera 130 periodically samples the reflected light, and outputs captured fingerprint image data. The data is output to memory 135, which stores the captured fingerprint image data in the form of a captured fingerprint image frame. For example, the captured fingerprint image frame may be stored in the form of a two-dimensional array of pixel data.
  • Controller 140 accesses the captured fingerprint image data stored in memory 135, and/or directly from camera 130. Controller 140 may provide a sampling signal to camera 130 and/or illumination source 110 that causes camera 130 to capture fingerprint image frames while being illuminated by illumination source 110.
  • Controller 140 may be included in a personal computer, a mainframe computer, one or more processors, specialized hardware, software, firmware, or any combination thereof, and/or any other device capable of processing the captured fingerprint image data as described herein. Controller 140 may allow a user to initiate and terminate a fingerprint capture session. Controller 140 also allows a user to evaluate the quality of captured fingerprint images, as described below.
  • As shown in FIG. 1, controller 140 comprises a ridge counter module 150. Ridge counter module 150 counts fingerprint ridges in captured fingerprint image frames. Further structural and operational detail of ridge counter module 150 is provided below. Ridge counter module 150 may be implemented in hardware, firmware, software, or a combination thereof. Other structural embodiments for ridge counter module 150 will be apparent to persons skilled in the relevant art(s) based on the discussion contained herein.
  • FIG. 4 shows a flowchart 400 providing high level steps for the present invention. Operational and structural embodiments related to flowchart 400 will become apparent to persons skilled in the relevant art(s) based on the discussion herein.
  • Flowchart 400 begins with step 402. In step 402, a fingerprint ridge count is determined for one or more pixel paths across a captured fingerprint image frame. Procedures for determining a fingerprint ridge count according to step 402 are described further below. Step 402 may be performed by live scanner system 100, for example.
  • In step 404, the determined fingerprint ridge count is evaluated to determine at least a quality of the captured fingerprint image frame. Controller 140 or other processing hardware/software may use the output of ridge counter module 150 for any number of reasons. For example, controller 140 may use a ridge count as a factor in determining whether a quality fingerprint image has been captured. For example, if an unusually low number of ridges are counted, controller 140 may determine that a poor quality fingerprint image was captured. If an expected number of ridges are counted, controller 140 may use this information as a factor indicating that a relatively good quality fingerprint image was captured. A fingerprint ridge count may be used for additional reasons, including evaluating the performance of the corresponding fingerprint scanner, identity verification, and for further reasons.
  • FIG. 5 shows example steps for performing step 402, according to one or more embodiments of the present invention. Optional steps are shown surrounded by dotted lines in FIG. 5. The steps of FIG. 5 do not necessarily have to occur in the order shown, as will be apparent to persons skilled in the relevant art(s) based on the teachings herein. Operational and structural embodiments will be apparent to persons skilled in the relevant art(s) based on the following discussion.
  • In step 502, a fingerprint image is captured.
  • In step 504, the captured fingerprint image is stored to be accessed as the stored fingerprint image frame.
  • In step 506, a region of interest in a stored fingerprint image frame is identified.
  • In step 508, a pixel path through the region of interest is determined.
  • In step 510, the determined pixel path is traversed.
  • In step 512, a hysteresis band for the determined pixel path is determined.
  • In step 514, a number of crossings of the determined hysteresis band while traversing the determined pixel path is counted.
  • In step 516, a number of fingerprint ridges based on the counted number of hysteresis band crossings is determined.
  • In step 518, the number of fingerprint ridges determined in step 516 is stored.
  • The steps shown in FIG. 5 are described in further detail in the following discussion.
  • In optional step 502 of FIG. 5, a fingerprint image is captured. For example, camera 130 captures a fingerprint image reflected from a finger applied to a platen. FIG. 2D shows an example finger 230 that is applied to a platen 240, according to an embodiment of the present invention. As shown in FIG. 2D, platen 240 is a surface of an optical prism. Finger 230 includes five ridges 260 a-260 e and four valleys 280 a-d, for illustrative purposes. Illumination source 110 emits light to finger 230. A portion of the emitted light from illumination source 110 is shown as first light 270 a and second light 270 b in FIG. 2D. As shown in FIG. 2D, first light 270 a contacts ridge 260 a at the surface of platen 240. First light 270 a is largely diffused and/or absorbed by finger 230, and does not substantially cause reflected light. Hence, because first light 270 a is not substantially reflected from ridge 260 a, camera 130 will receive relatively little light, and will output one or more “dark” pixels that correspond to ridge 260 a. Conversely, second light 270 b contacts space or valley 280 c at the surface of platen 240, causing reflected light 290. Second light 270 b is relatively less diffused and/or absorbed by finger 230, causing more light to be reflected. Hence, camera 130 receives reflected light 290 and outputs one or more relatively “bright” pixels that correspond to valley 280 c.
  • Note that in this description, ridges are described to cause relatively “dark” reflections, and valleys to cause relatively “bright” reflections. However, in alternative embodiments, this may be reversed. In other words, ridges may instead cause “bright” reflections, while valleys may cause relatively “dark” reflections.
  • In embodiments, different amounts of light are reflected depending on whether a ridge, valley, or intermediate portion of finger 230 is in contact with a prism. The light captured by the camera may be output as data by the camera in the form of grey-scale pixel intensity values. For example, the grey-scale pixel intensity values may range from 0 to 255, where 0 represents a white pixel, 255 represents a black pixel, and values in between 0 and 255 represent corresponding shades of grey. Alternatively, 0 may represent a black pixel and 255 may represent a white pixel. Furthermore, in alternative embodiments, the pixel intensity values may have greater and lesser ranges than 0 to 255. Furthermore, the pixel intensity values may include shades of one or more colors in addition to black, grey, and white. For illustrative purposes, fingerprint image data is described herein as in the form of pixels with grey-scale pixel intensity values ranging from 0 (white) to 255 (black).
  • Note that in alternative embodiments, the fingerprint image may have already been captured, and step 502 is therefore not necessary.
  • In optional step 504, shown in FIG. 5, the captured fingerprint image is stored to be accessed as the stored fingerprint image frame. For example, the captured fingerprint image frame is stored by camera 130 in memory 135. FIG. 2A shows an example stored captured fingerprint image frame 200. Captured fingerprint image frame 200 may have been captured by camera 130 shown in FIG. 1, and stored in memory 135, for example. In an embodiment, captured fingerprint image frame 200 is stored as a two-dimensional array of pixel data. Note that in alternative embodiments, the captured fingerprint image may be prestored, and step 504 is therefore not necessary.
  • As shown in FIG. 2A, stored captured fingerprint image frame 200 includes a captured fingerprint image 202. Captured fingerprint image 202 is an image captured from a user's finger applied to a corresponding platen. Darker pixel areas of captured fingerprint image 202 represent areas where relatively better contact is made between the user's finger and the platen. The darker pixel areas tend to correspond to ridges of the user's fingerprint. Lighter pixel areas of captured fingerprint 202 represent areas where relatively less contact is made between the user's finger and the platen. The lighter pixel areas tend to correspond to spaces or valleys between ridges of the user's fingerprint.
  • In optional step 506, shown in FIG. 5, a region of interest in a stored fingerprint image frame is identified. In the embodiment shown in FIG. 1, captured fingerprint image frame 200 is processed by controller 140 to obtain desired information related to the user's fingerprint. All of captured fingerprint image frame 200, or a portion of fingerprint image frame 200 may be considered to be the region of interest. Processing only a portion of fingerprint image frame 200 determined to be a region of interest may save processing time and other resources relative to processing all of fingerprint image frame 200.
  • For example, FIG. 2B shows an example first fingerprint image frame region 204 and an example second fingerprint image frame region 206, which are each portions of captured fingerprint image frame 200. First fingerprint image frame region 204 is smaller in area than captured fingerprint image frame 200, and therefore includes fewer pixels than captured fingerprint image frame 200. Because first fingerprint image frame region 204 has fewer pixels than captured fingerprint image frame 200, any processing of first fingerprint image frame region 204 may be more efficient than processing captured fingerprint image frame 200. Furthermore, second fingerprint image frame region 206 is smaller in area than first fingerprint image frame region 204, and therefore includes fewer pixels than first fingerprint image frame region 204. Because second fingerprint image frame region 206 has fewer pixels than first fingerprint image frame region 204, any processing of second fingerprint image frame region 206 may be more efficient than processing first fingerprint image frame region 204
  • For illustrative purposes, in the following example of fingerprint image processing, any processing is described as performed on second fingerprint image frame region 206. However, in embodiments of the present invention, an entire captured fingerprint image frame, or any portion thereof, may be processed.
  • In optional step 508, shown in FIG. 5, a pixel path through the region of interest is determined. In embodiments, one or more pixel paths through a single captured fingerprint image may be determined. FIG. 2C shows example pixel paths through captured fingerprint image frame region 206, according to the present invention. As shown in the example of FIG. 2C, six pixel paths are present, first horizontal pixel path 212, second horizontal pixel path 214, third horizontal pixel path 216, first vertical pixel path 218, second vertical pixel path 220, and third vertical pixel path 222. Only six paths are shown for clarity; however, in general a fewer or greater number of pixel paths can be used.
  • Note that in embodiments, pixel paths may be straight horizontal and vertical paths, such as are shown in FIG. 2C, and may be other shaped paths. For example, pixel paths may also be elliptical, triangular, rectangular, other polygons, irregular, and other shaped paths. Furthermore, in alternative embodiments, the one or more pixel paths are predetermined, and are not determined on an application basis. Hence, step 508 is may not be necessary.
  • In step 510, shown in FIG. 5, the determined pixel path is traversed. According to the present invention, a pixel path is traversed so that the number of fingerprint ridges occurring along the pixel path may be counted. Pixel paths may be traversed in either direction along the pixel path. Typically, a pixel path is traversed by detecting pixel values sequentially along the determined pixel path. During the traversal, a pixel intensity value may be detected for every pixel in the pixel path, for every other pixel in the pixel path, for every third pixel in the pixel path, or for other multiples of pixels in the pixel path.
  • In the example of FIG. 2C, horizontal pixel paths are traversed from left to right, and the number of ridges occurring along the pixel path are counted during the traversal. During an example traversal of first horizontal pixel path 212, three fingerprint ridges are counted. During an example traversal of second horizontal pixel path 214, four fingerprint ridges are counted. During an example traversal of third horizontal pixel path 216, seven fingerprint ridges are counted. During an example traversal of first vertical pixel path 218, three fingerprint ridges are counted. During an example traversal of second vertical pixel path 220, five fingerprint ridges are counted. During an example traversal of third vertical pixel path 222, three fingerprint ridges are counted. The discussion below describes how to count fingerprint ridges such as these, according to the present invention.
  • In step 512, shown in FIG. 5, a hysteresis band for the determined pixel path is determined. According to the present invention, fingerprint ridges are counted using a hysteresis band, as is further described below. FIG. 3 shows an example plot 300 of pixel intensity for a traversed pixel path. Pixel intensity values range from 0 (white) to 255 (black). The pixel path begins at a first end of the pixel path, traversing sequentially through the pixels in the pixel path, to a second end of the pixel path. As shown in FIG. 3, four fingerprint ridges 304 a-304 d and four fingerprint valleys 302 a-302 d are present in the captured fingerprint image frame portion during traversal of the pixel path.
  • According to the present invention, a hysteresis band 306, as shown in FIG. 3, is determined. As shown in FIG. 3, hysteresis band 306 is defined by a hysteresis band first edge value 308 and a hysteresis band second edge value 310. FIG. 6 shows example steps for step 512 of FIG. 5, according to one or more embodiments of the present invention. The steps of FIG. 6 do not necessarily have to occur in the order shown, as will be apparent to persons skilled in the relevant art(s) based on the teachings herein. Operational and structural embodiments will be apparent to persons skilled in the relevant art(s) based on the following discussion related to flowchart 600.
  • Flowchart 600 begins with step 602. In step 602, a first ridge pixel value peak for the pixel path is measured. In other words, for the example of FIG. 3, the pixel path is traversed from left to right, to find a first maximum pixel value for the pixel intensity, which corresponds to a fingerprint ridge peak. In FIG. 3, by traversing the pixel path from left to right, a first ridge pixel value peak is found as the maximum pixel value for first ridge 304 a. First ridge 304 a is the first ridge found while traversing the pixel path from left to right. For instance, the peak pixel value for first ridge 304 a may be equal to a pixel intensity value of 230. In examples, the first ridge pixel value peak can be any selected ridge value peak along the pixel path, an average or mean of the ridge value peaks, or the minimum ridge value peak of a group of ridge value peaks along the pixel path.
  • In step 604, a first valley pixel value peak for the pixel path is measured. In other words, for the example of FIG. 3, the pixel path is traversed from left to right, to find a first minimum pixel value for the pixel intensity, which corresponds to a fingerprint valley peak. In FIG. 3, by traversing the pixel path from left to right, a first valley pixel value peak is found as the minimum pixel value for first valley 302 a. First valley 302 a is the first valley found while traversing the pixel path from left to right. For instance, the peak pixel value for first valley 302 a may be equal to a pixel intensity value of 30. In examples, the first valley pixel value peak can be any selected valley value peak along the pixel path, an average or mean of the valley value peak, or the maximum valley value peak of a group of valley value peaks along the pixel path.
  • In step 606, a hysteresis band center pixel value is selected between the first ridge pixel value peak and the first valley pixel value peak. In the example of FIG. 3, the hysteresis band center pixel value is shown as hysteresis band center pixel value 312. Any pixel intensity value between the intensity values of the first ridge pixel value peak and first valley pixel value peak may be chosen to be hysteresis band center pixel value 312. In an embodiment, hysteresis band center pixel value 312 is chosen to be the average value of the first ridge pixel value peak and first valley pixel value peak. In the current example, the average value of the first ridge pixel value peak and first valley pixel value peak is equal to
    (230−30)/2=130=hysteresis band center pixel value 312.
  • In step 608, the hysteresis band first edge value is calculated by adding a delta value to the selected hysteresis band center pixel value. Hence, hysteresis band first edge value 308 is equal to the sum of hysteresis band center pixel value 312 and a delta value. In embodiments, the delta value may be predetermined, may be calculated as a fraction or percentage of the difference between the first ridge pixel value peak and the first valley pixel value peak, and may be calculated in other ways. In an embodiment, the delta value is one-sixth of the difference between the first ridge pixel value peak and the first valley pixel value peak:
    delta value=(first ridge pixel value peak−first valley pixel value peak)/6
    which in the current example is approximately equal to:
    delta value={230−30)/6=33.3.
    Hence, in the current example, hysteresis band first edge value 308 is approximately equal to
    130+33.3=163.3=hysteresis band first edge value 308.
  • In step 610, the hysteresis band second edge value is calculated by subtracting the delta value from the selected hysteresis band center pixel value. Hence, in the current example, hysteresis band second edge value 310 is approximately equal to
    130−33.3=96.7=hysteresis band second edge value 310.
    Hence, in the current example, hysteresis band 306 is defined to range from 163.3 to 96.7. The determined hysteresis band 306 may be used to count fingerprint ridges, according to the present invention, as described herein.
  • In step 514, shown in FIG. 5, a number of crossings of the determined hysteresis band while traversing the determined pixel path is counted. A crossing of the hysteresis band is determined whenever pixels in a pixel path completely cross the hysteresis band. FIG. 7 shows example steps for step 514, according to an embodiment of the present invention. Operational and structural embodiments related to the steps shown in FIG. 7 will become apparent to persons skilled in the relevant art(s) based on the discussion herein.
  • In step 702, a hysteresis band crossing is detected when sequentially detected pixel values range from the hysteresis band first edge value to the hysteresis band second edge value.
  • In step 704, a hysteresis band crossing is detected when sequentially detected pixel values range from the hysteresis band second edge value to the hysteresis band first edge value.
  • For illustrative purposes, these processes are further described with respect to FIG. 3. As shown in FIG. 3, a hysteresis band crossing occurs between valley 302 a and ridge 304 a. According to step 704, a hysteresis band crossing is detected when sequentially detected pixel values range from the hysteresis band second edge value to the hysteresis band first edge value. Between valley 302 a and ridge 304 a, hysteresis band 306 is crossed because sequentially detected pixel values shown in plot 300 range from hysteresis band second edge value 310 to hysteresis band first edge value 308. Hence, under step 704, a hysteresis band crossing is detected between valley 302 a and ridge 304 a.
  • Furthermore, as shown in FIG. 3, a hysteresis band crossing occurs between ridge 304 a and valley 302 b. According to step 702, a hysteresis band crossing is detected when sequentially detected pixel values range from the hysteresis band first edge value to the hysteresis band second edge value. Between ridge 304 a and valley 302 b, hysteresis band 306 is crossed because sequentially detected pixel values shown in plot 300 range from hysteresis band first edge value 308 to hysteresis band second edge value 310. Hence, under step 702, a hysteresis band crossing is detected between ridge 304 a and valley 302 b.
  • Likewise, hysteresis band crossings may be detected between valley 302 b and ridge 304 b, ridge 304 b and valley 302 c, and valley 302 c and ridge 304 c.
  • However, a hysteresis band crossing is not detected between ridge 304 c and valley 302 d, or between valley 302 d and ridge 304 d. This is because hysteresis band 306 is not completely crossed. In other words, sequentially detected pixel values do not range from hysteresis band first edge value 308 to hysteresis band second edge value 310, or from hysteresis band second edge value 310 to hysteresis band first edge value 308 between ridge 304 c and valley 302 d or between valley 302 d and ridge 304 d.
  • A final hysteresis band crossing in plot 300 may be detected between ridge 304 d and valley 302 d according to step 702. Hence, a total of six hysteresis band crossings are detected in the example of plot 300 shown in FIG. 3.
  • In step 516, shown in FIG. 5, a number of fingerprint ridges based on the counted number of hysteresis band crossings is determined. Typically, the counted number of hysteresis band crossings is divided by two to determine the number of fingerprint ridges. However, in alternative embodiments, the number of fingerprint ridges based on the counted number of hysteresis band crossings may be determined in other ways.
  • Hence, in the example of plot 300 shown in FIG. 3, the number of fingerprint ridges may be determined by dividing by two the counted number of hysteresis band crossings:
    6÷2=3=number of fingerprint ridges determined in plot 300
  • In optional step 518, shown in FIG. 5, the number of fingerprint ridges determined in step 516 is stored. For example, the number of fingerprint ridges that have been determined may be stored in a memory, such as memory 135, or any other memory or storage device, temporary or permanent. In embodiments, the number of fingerprint ridges may be displayed and/or transmitted. In alternative embodiments, the determined number of fingerprint ridges is not stored, and hence step 518 is not necessary.
  • FIG. 8 shows an alternative embodiment for step 402 of FIG. 5, according to the present invention. In FIG. 8, steps 508, 510, 512, 514, 516, and 518 are repeated for multiple pixel paths through the region of interest of the captured fingerprint image frame. Hence, after step 518 is performed (when present), operation proceeds back to step 508, so that a next pixel path may be determined. Once all of the desired pixel paths have been traversed, operation proceeds from step 518 to end step 804.
  • Furthermore, FIG. 8 shows the additional optional step of step 802. In step 802, it is evaluated whether a range of pixels in the determined pixel path is acceptable. In other words, controller 140, for example, may make a comparison of pixel intensities for pixels in the current pixel path to determine whether they have enough intensity variation to warrant further processing. For example, if there is relatively little intensity variation in the pixel path, the pixel path may include none or few fingerprint ridges. The pixel path may actually cross the region of interest in an area where there is little or no fingerprint information, and hence may not warrant further processing. Hence, as shown in FIG. 8, if the answer at step 802 is no, the current pixel path may be skipped, operation may proceed from step 802 to step 508, where a next pixel path may be determined. If the pixel path does have a range of pixel intensities that are determined to be acceptable, operation may proceed from step 802 to step 510.
  • Further steps for the processes shown in FIGS. 4-8 will be known to persons skilled in the relevant art(s) from the teachings herein.
  • The present invention has been described with respect to fingerprints; however, the system and method for counting ridges can be used to count ridges in any type of print, including all or part of a finger, palm, hand, toe, and foot.
  • CONCLUSION
  • While various embodiments of the present invention have been described above, it should be understood that they have been presented by way of example only, and not limitation. It will be apparent to persons skilled in the relevant art that various changes in form and detail can be made therein without departing from the spirit and scope of the invention. Thus, the breadth and scope of the present invention should not be limited by any of the above-described exemplary embodiments, but should be defined only in accordance with the following claims and their equivalents.

Claims (21)

1-34. (canceled)
35. A method for counting print ridges in a captured print image frame, comprising the steps of:
(1) traversing a pixel path through the captured print image frame;
(2) counting a number of crossings of a first pixel intensity threshold and a second pixel intensity threshold while traversing the pixel path; and
(3) determining a number of print ridges in the captured print image frame based on the counted number of crossing of the first pixel intensity threshold and the second pixel intensity threshold.
36. The method of claim 35, wherein step (3) comprises determining the number of print ridges by dividing the counted number of first pixel intensity threshold and second pixel intensity threshold crossings by two.
37. The method of claim 35, further comprising the step of:
(4) determining the first pixel intensity threshold and the second pixel intensity threshold.
38. The method of claim 37, wherein step (4) comprises determining a third pixel intensity threshold based on a first maximum pixel intensity value and a first minimum pixel intensity value in the captured print image frame.
39. The method of claim 38, wherein step (4) further comprises determining a delta value based on the first maximum pixel intensity value and the first minimum pixel intensity value in the captured print image frame.
40. The method of claim 39, wherein step (4) further comprises determining the first pixel intensity threshold as a sum of the third pixel intensity threshold and the delta value.
41. The method of claim 39, wherein step (4) further comprises determining the second pixel intensity threshold as a difference of the third pixel intensity threshold and the delta value.
42. The method of claim 35, further comprising the steps of:
(4) traversing a second pixel path across the captured print image frame; and
(5) repeating steps (2) and (3) using the second pixel path.
43. The method of claim 35, further comprising the steps of:
(4) storing the number of print ridges; and
(5) evaluating the stored number of print ridges to determine a quality of the captured fingerprint image.
44. A print scanner system, comprising:
an optical system enabled to direct light to an imaging surface of a platen of the optical system;
a camera enabled to capture a print image frame from light reflected by the print surface and directed to the camera by the optical system;
a memory coupled to the camera and enabled to store the captured print image frame; and
a ridge counter coupled to the memory and enabled to traverse a pixel path through the captured print image frame, count a number of crossings of a first pixel intensity threshold and a second pixel intensity threshold while traversing the pixel path, and determine a number of print ridges in the captured print image frame based on the counted number of crossings.
45. The print scanner system of claim 44, wherein the ridge counter is enabled to determine the number of print ridges by dividing the number of crossings by two.
46. The print scanner system of claim 44, wherein the ridge counter is enabled to determine a region of interest in the captured print image frame.
47. The print scanner system of claim 44, wherein the ridge counter is enabled to determine a first pixel intensity threshold and a second pixel intensity threshold.
48. The print scanner system of claim 47, wherein the ridge counter is enabled to determine a third pixel intensity threshold based on a first maximum pixel intensity value and a first minimum pixel intensity value in the captured print image frame.
49. The print scanner system of claim 48, wherein the ridge counter is enabled to determine a delta value based on the first maximum pixel intensity value and first minimum pixel intensity value in the captured print image frame.
50. The print scanner system of claim 49, wherein the ridge counter is enabled to determine the first pixel intensity threshold as a sum of the third pixel intensity threshold and the delta value.
51. The print scanner system of claim 49, wherein the ridge counter is enabled to determine the second pixel intensity threshold as a difference of the third pixel intensity threshold and the delta value.
52. A ridge counter embodied in software and including control logic for counting print ridges in a captured print image frame, comprising:
first control logic means for enabling a processor to traverse a pixel path through the captured print image frame;
second control logic means for enabling a processor to count a number of crossings of a first pixel intensity threshold and a second pixel intensity threshold while traversing the pixel path; and
third control logic means for enabling a processor to determine a number of print ridges in the captured print image frame based on the counted number of first pixel intensity threshold crossings and second pixel intensity threshold crossings.
53. The ridge counter of claim 52, further comprising fourth control logic means for enabling a processor to determine the number of print ridges by dividing the counted number of crossings of the first pixel intensity threshold and the second pixel intensity threshold by two.
54. The ridge counter of claim 52, further comprising fourth control logic means for enabling a processor to determine the first pixel intensity threshold and the second pixel intensity threshold.
US11/341,377 2002-08-02 2006-01-30 System and method for counting ridges in a captured print image Abandoned US20060133656A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/341,377 US20060133656A1 (en) 2002-08-02 2006-01-30 System and method for counting ridges in a captured print image

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US40010302P 2002-08-02 2002-08-02
US10/631,899 US6996259B2 (en) 2002-08-02 2003-08-01 System and method for counting ridges in a captured print image
US11/341,377 US20060133656A1 (en) 2002-08-02 2006-01-30 System and method for counting ridges in a captured print image

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/631,899 Continuation US6996259B2 (en) 2002-08-02 2003-08-01 System and method for counting ridges in a captured print image

Publications (1)

Publication Number Publication Date
US20060133656A1 true US20060133656A1 (en) 2006-06-22

Family

ID=31495787

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/631,899 Expired - Lifetime US6996259B2 (en) 2002-08-02 2003-08-01 System and method for counting ridges in a captured print image
US11/341,377 Abandoned US20060133656A1 (en) 2002-08-02 2006-01-30 System and method for counting ridges in a captured print image

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/631,899 Expired - Lifetime US6996259B2 (en) 2002-08-02 2003-08-01 System and method for counting ridges in a captured print image

Country Status (3)

Country Link
US (2) US6996259B2 (en)
AU (1) AU2003254280A1 (en)
WO (1) WO2004013801A2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060117188A1 (en) * 2004-11-18 2006-06-01 Bionopoly Llc Biometric print quality assurance

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6996259B2 (en) * 2002-08-02 2006-02-07 Cross Match Technologies, Inc. System and method for counting ridges in a captured print image
US20060018523A1 (en) * 2004-07-23 2006-01-26 Sanyo Electric Co., Ltd. Enrollment apparatus and enrollment method, and authentication apparatus and authentication method
US7406186B2 (en) * 2005-01-25 2008-07-29 Ruei-Bin Lin Dermatoglyph test system
TW201043088A (en) * 2009-05-20 2010-12-01 Pixart Imaging Inc Light control system and control method thereof
US10037528B2 (en) 2015-01-14 2018-07-31 Tactilis Sdn Bhd Biometric device utilizing finger sequence for authentication
US10395227B2 (en) 2015-01-14 2019-08-27 Tactilis Pte. Limited System and method for reconciling electronic transaction records for enhanced security
US9607189B2 (en) 2015-01-14 2017-03-28 Tactilis Sdn Bhd Smart card system comprising a card and a carrier
CN106462760B (en) * 2016-09-27 2019-12-17 深圳市汇顶科技股份有限公司 Fingerprint identification system

Citations (99)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US2500017A (en) * 1948-07-07 1950-03-07 Eastman Kodak Co Apochromatic telescope objectives and systems including same
US3200701A (en) * 1962-01-29 1965-08-17 Ling Temco Vought Inc Method for optical comparison of skin friction-ridge patterns
US3495259A (en) * 1967-05-23 1970-02-10 Eltro Gmbh Electrically heated optical device
US3947128A (en) * 1974-04-19 1976-03-30 Zvi Weinberger Pattern comparison
US3968476A (en) * 1974-07-17 1976-07-06 Sperry Rand Corporation Spurious signal removal in optical processor fingerprint identification apparatus
US3975711A (en) * 1974-08-30 1976-08-17 Sperry Rand Corporation Real time fingerprint recording terminal
US4032975A (en) * 1974-02-25 1977-06-28 Mcdonnell Douglas Corporation Detector array gain compensation
US4152056A (en) * 1977-09-02 1979-05-01 Fowler Randall C Fingerprinting arrangement
US4209481A (en) * 1976-04-19 1980-06-24 Toray Industries, Inc. Process for producing an anisotropically electroconductive sheet
US4210899A (en) * 1975-06-23 1980-07-01 Fingermatrix, Inc. Fingerprint-based access control and identification apparatus
US4253086A (en) * 1978-07-28 1981-02-24 Szymon Szwarcbier Process and apparatus for positive identification of customers
US4322163A (en) * 1977-10-25 1982-03-30 Fingermatrix Inc. Finger identification
US4537484A (en) * 1984-01-30 1985-08-27 Identix Incorporated Fingerprint imaging apparatus
US4601195A (en) * 1985-04-11 1986-07-22 Rheometrics, Inc. Apparatus and method for measuring viscoelastic properties of materials
US4669487A (en) * 1985-10-30 1987-06-02 Edward Frieling Identification device and method
US4681435A (en) * 1983-03-31 1987-07-21 Kabushiki Kaisha Tokai Rika Denki Seisakusho Contact pattern observation apparatus
US4684802A (en) * 1986-02-18 1987-08-04 International Business Machines Corporation Elliptical finger press scanner with rotating light source
US4811414A (en) * 1987-02-27 1989-03-07 C.F.A. Technologies, Inc. Methods for digitally noise averaging and illumination equalizing fingerprint images
US4905293A (en) * 1984-07-18 1990-02-27 Nec Corporation Image input device
US4924085A (en) * 1988-06-23 1990-05-08 Fujitsu Limited Uneven-surface data detection apparatus
US4942482A (en) * 1985-08-09 1990-07-17 Sony Corporation Automatic page-turning device
US4946276A (en) * 1988-09-23 1990-08-07 Fingermatrix, Inc. Full roll fingerprint apparatus
US4995086A (en) * 1986-05-06 1991-02-19 Siemens Aktiengesellschaft Arrangement and procedure for determining the authorization of individuals by verifying their fingerprints
US5131038A (en) * 1990-11-07 1992-07-14 Motorola, Inc. Portable authentification system
US5185673A (en) * 1991-06-12 1993-02-09 Hewlett-Packard Company Automated image calibration
US5187747A (en) * 1986-01-07 1993-02-16 Capello Richard D Method and apparatus for contextual data enhancement
US5210588A (en) * 1990-11-17 1993-05-11 Goldstar Co., Ltd. Fingerprint identification apparatus for enhancing identification performance by forming an illumination source and a light conducting panel in a single body
US5222153A (en) * 1988-09-02 1993-06-22 Thumbscan, Inc. Apparatus for matching a fingerprint using a tacky finger platen
US5222152A (en) * 1991-11-19 1993-06-22 Digital Biometrics, Inc. Portable fingerprint scanning apparatus for identification verification
US5230025A (en) * 1990-08-31 1993-07-20 Digital Biometrics, Inc. Method and apparatus for capturing skin print images
US5233404A (en) * 1989-09-28 1993-08-03 Oscan Electro Optics Inc. Optical scanning and recording apparatus for fingerprints
US5285293A (en) * 1990-01-25 1994-02-08 Hewlett-Packard Company Method and apparatus for providing sensor compensation
US5291318A (en) * 1992-11-02 1994-03-01 Xerox Corporation Holographic member for a real-time clock in a raster output scanner
USD348445S (en) * 1992-01-31 1994-07-05 Digital Biometrics, Inc. Hand held fingerprint scanner for imaging and capturing a photographic image
US5384621A (en) * 1994-01-04 1995-01-24 Xerox Corporation Document detection apparatus
US5412463A (en) * 1992-06-06 1995-05-02 Central Research Laboratories Limited Finger guide with orthogonal guide surfaces
US5416573A (en) * 1993-09-10 1995-05-16 Indentix Incorporated Apparatus for producing fingerprint images which are substantially free of artifacts attributable to moisture on the finger being imaged
US5483601A (en) * 1992-02-10 1996-01-09 Keith Faulkner Apparatus and method for biometric identification using silhouette and displacement images of a portion of a person's hand
US5509083A (en) * 1994-06-15 1996-04-16 Nooral S. Abtahi Method and apparatus for confirming the identity of an individual presenting an identification card
US5517528A (en) * 1994-08-02 1996-05-14 International Automated Systems, Inc. Modulation method and apparatus for digital communications
US5528355A (en) * 1994-03-11 1996-06-18 Idnetix Incorporated Electro-optic palm scanner system employing a non-planar platen
US5548394A (en) * 1995-03-16 1996-08-20 Printrak International Inc. Scanning fingerprint reading
US5591949A (en) * 1995-01-06 1997-01-07 Bernstein; Robert J. Automatic portable account controller for remotely arranging for payment of debt to a vendor
US5596454A (en) * 1994-10-28 1997-01-21 The National Registry, Inc. Uneven surface image transfer apparatus
US5598474A (en) * 1994-03-29 1997-01-28 Neldon P Johnson Process for encrypting a fingerprint onto an I.D. card
US5613014A (en) * 1994-10-12 1997-03-18 Martin Marietta Corp. Fingerprint matching system
US5615277A (en) * 1994-11-28 1997-03-25 Hoffman; Ned Tokenless security system for authorizing access to a secured computer system
US5625448A (en) * 1995-03-16 1997-04-29 Printrak International, Inc. Fingerprint imaging
US5640422A (en) * 1994-08-02 1997-06-17 International Automated Systems, Inc. Digital communications modulation method and apparatus
US5649128A (en) * 1993-11-22 1997-07-15 International Business Machines Corporation Multiple bus interface adapter for connection to a plurality of computer bus architectures
US5650842A (en) * 1995-10-27 1997-07-22 Identix Incorporated Device and method for obtaining a plain image of multiple fingerprints
US5661451A (en) * 1993-09-23 1997-08-26 Bayerische Motoren Werke Ag Antitheft system for motor vehicles
US5717777A (en) * 1996-01-11 1998-02-10 Dew Engineering And Development Limited Longest line method and apparatus for fingerprint alignment
US5729334A (en) * 1992-03-10 1998-03-17 Van Ruyven; Lodewijk Johan Fraud-proof identification system
US5736734A (en) * 1996-08-12 1998-04-07 Fingermatrix, Inc. Liquid platen fingerprint image enhancement
US5745684A (en) * 1995-11-06 1998-04-28 Sun Microsystems, Inc. Apparatus and method for providing a generic interface between a host system and an asynchronous transfer mode core functional block
US5748766A (en) * 1996-04-30 1998-05-05 Identix Incorporated Method and device for reducing smear in a rolled fingerprint image
US5748768A (en) * 1992-10-30 1998-05-05 Kabushiki Kaisha Toshiba Method and apparatus for correcting distortion in an imaging system
US5755748A (en) * 1996-07-24 1998-05-26 Dew Engineering & Development Limited Transcutaneous energy transfer device
US5757278A (en) * 1994-12-26 1998-05-26 Kabushiki Kaisha Toshiba Personal verification system
US5767989A (en) * 1995-10-05 1998-06-16 Fuji Photo Film Co., Ltd. Image inputting apparatus
US5778089A (en) * 1996-03-04 1998-07-07 Dew Engineering And Development Limited Driver circuit for a contact imaging array
US5781647A (en) * 1995-10-05 1998-07-14 Digital Biometrics, Inc. Gambling chip recognition system
US5793218A (en) * 1995-12-15 1998-08-11 Lear Astronics Corporation Generic interface test adapter
US5855433A (en) * 1992-04-28 1999-01-05 Velho; Luiz C. Method of color halftoning using space filling curves
US5859420A (en) * 1996-02-12 1999-01-12 Dew Engineering And Development Limited Optical imaging device
US5859710A (en) * 1996-03-20 1999-01-12 Intel Corporation Digital copying system using a high speed data bus without the use of data buffers
US5862247A (en) * 1993-04-02 1999-01-19 Borus Spezialverfahren Und -Gerate Im Sondermaschinenbau Gmbh Personal and property identification system
US5867802A (en) * 1995-08-16 1999-02-02 Dew Engineering And Development Limited Biometrically secured control system for preventing the unauthorized use of a vehicle
US5869822A (en) * 1996-10-04 1999-02-09 Meadows, Ii; Dexter L. Automated fingerprint identification system
US5872834A (en) * 1996-09-16 1999-02-16 Dew Engineering And Development Limited Telephone with biometric sensing device
US5892599A (en) * 1995-07-07 1999-04-06 Advanced Precision Technology, Inc. Miniature fingerprint sensor using a trapezoidal prism and a holographic optical element
US5900993A (en) * 1997-05-09 1999-05-04 Cross Check Corporation Lens systems for use in fingerprint detection
US5907627A (en) * 1995-11-06 1999-05-25 Dew Engineering And Development Limited Contact imaging device
US5920384A (en) * 1997-12-09 1999-07-06 Dew Engineering And Development Limited Optical imaging device
US5920640A (en) * 1997-05-16 1999-07-06 Harris Corporation Fingerprint sensor and token reader and associated methods
US5928347A (en) * 1997-11-18 1999-07-27 Shuttle Technology Group Ltd. Universal memory card interface apparatus
US6018739A (en) * 1997-05-15 2000-01-25 Raytheon Company Biometric personnel identification system
US6023522A (en) * 1997-05-05 2000-02-08 Draganoff; Georgi H. Inexpensive adaptive fingerprint image acquisition framegrabber
US6038332A (en) * 1997-09-05 2000-03-14 Digital Biometrics, Inc. Method and apparatus for capturing the image of a palm
US6041372A (en) * 1996-12-30 2000-03-21 Intel Corporation Method and apparatus for providing a processor module for a computer system
US6055071A (en) * 1996-05-10 2000-04-25 Ricoh Company, Ltd. Image forming apparatus
US6064753A (en) * 1997-06-10 2000-05-16 International Business Machines Corporation System and method for distortion control in live-scan inkless fingerprint images
US6064398A (en) * 1993-09-10 2000-05-16 Geovector Corporation Electro-optic vision systems
US6064779A (en) * 1997-07-23 2000-05-16 Xros, Inc. Handheld document scanner
US6072891A (en) * 1997-02-21 2000-06-06 Dew Engineering And Development Limited Method of gathering biometric information
US6075876A (en) * 1997-05-07 2000-06-13 Draganoff; Georgi Hristoff Sliding yardsticks fingerprint enrollment and verification system and method
US6078265A (en) * 1998-02-11 2000-06-20 Nettel Technologies, Inc. Fingerprint identification security system
US6088585A (en) * 1997-05-16 2000-07-11 Authentec, Inc. Portable telecommunication device including a fingerprint sensor and related methods
US6178255B1 (en) * 1998-04-28 2001-01-23 Cross Match Technologies, Inc. Individualized fingerprint scanner
US6195447B1 (en) * 1998-01-16 2001-02-27 Lucent Technologies Inc. System and method for fingerprint data verification
US6198836B1 (en) * 1996-08-27 2001-03-06 A-Tronic Mgm Ag Method and device for recognizing non-unrolled fingerprints
US6204331B1 (en) * 1993-06-01 2001-03-20 Spalding Sports Worldwide, Inc. Multi-layer golf ball utilizing silicone materials
US6212290B1 (en) * 1989-11-02 2001-04-03 Tms, Inc. Non-minutiae automatic fingerprint identification system and methods
US6259108B1 (en) * 1998-10-09 2001-07-10 Kinetic Sciences Inc. Fingerprint image optical input apparatus
US6347163B2 (en) * 1994-10-26 2002-02-12 Symbol Technologies, Inc. System for reading two-dimensional images using ambient and/or projected light
US20020021827A1 (en) * 2000-08-18 2002-02-21 Cross Match Technologies, Inc. Fingerprint scanner auto-capture system and method
US20020030668A1 (en) * 2000-08-21 2002-03-14 Takeshi Hoshino Pointing device and portable information terminal using the same
US6996259B2 (en) * 2002-08-02 2006-02-07 Cross Match Technologies, Inc. System and method for counting ridges in a captured print image

Family Cites Families (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3540025A (en) * 1967-01-20 1970-11-10 Sierracin Corp Ice detector
US3482498A (en) * 1967-05-09 1969-12-09 Trw Inc Ridge pattern recording apparatus
US3475588A (en) * 1968-08-20 1969-10-28 Permaglass Defrosting and deicing window assembly
US3527535A (en) * 1968-11-15 1970-09-08 Eg & G Inc Fingerprint observation and recording apparatus
US3617120A (en) * 1969-06-02 1971-11-02 Stephen Roka Fingerprint comparison apparatus
US3699519A (en) * 1971-04-30 1972-10-17 North American Rockwell Fingerprint analysis device
US3906520A (en) * 1973-08-03 1975-09-16 Optics Technology Inc Apparatus for producing a high contrast visible image from an object
US4063226A (en) * 1974-03-18 1977-12-13 Harris Corporation Optical information storage system
US4120585A (en) * 1976-11-19 1978-10-17 Calspan Corporation Fingerprint identification system using a pliable optical prism
EP0031163B1 (en) * 1979-12-24 1987-09-23 El-De Electro-Optic Developments Limited Method and device for carrying out a comparison between certain patterns, especially finger prints
US4544267A (en) * 1980-11-25 1985-10-01 Fingermatrix, Inc. Finger identification
US4553837A (en) * 1983-10-24 1985-11-19 Fingermatrix, Inc. Roll fingerprint processing apparatus
DK155242C (en) * 1985-05-02 1989-07-31 Jydsk Telefon As METHOD AND APPARATUS FOR AUTOMATIC DETECTION OF FINGERPRINT
US4783823A (en) * 1985-09-16 1988-11-08 Omron Tateisi Electronics, Co. Card identifying method and apparatus
US4876726A (en) * 1986-01-07 1989-10-24 De La Rue Printrak, Inc. Method and apparatus for contextual data enhancement
GB8609620D0 (en) * 1986-04-19 1986-05-21 Wheatley M R H Identity verification
US5067162A (en) * 1986-06-30 1991-11-19 Identix Incorporated Method and apparatus for verifying identity using image correlation
US4701772A (en) * 1986-11-26 1987-10-20 Xerox Corporation Thermally activated image bar
US4792226A (en) * 1987-02-27 1988-12-20 C.F.A. Technologies, Inc. Optical fingerprinting system
US4933976A (en) * 1988-01-25 1990-06-12 C.F.A. Technologies, Inc. System for generating rolled fingerprint images
US5067749A (en) * 1989-01-09 1991-11-26 Land Larry D Method and apparatus for obtaining and recording fingerprint indicia
US5261266A (en) * 1990-01-24 1993-11-16 Wisconsin Alumni Research Foundation Sensor tip for a robotic gripper and method of manufacture
US5146102A (en) * 1990-02-22 1992-09-08 Kabushiki Kaisha Toshiba Fingerprint image input apparatus including a cylindrical lens
US5054090A (en) * 1990-07-20 1991-10-01 Knight Arnold W Fingerprint correlation system with parallel FIFO processor
JP2779053B2 (en) * 1990-09-25 1998-07-23 株式会社日立製作所 Optical scanning device
US5249370A (en) * 1990-11-15 1993-10-05 Digital Biometrics, Inc. Method and apparatus for fingerprint image processing
US5157497A (en) * 1991-02-25 1992-10-20 Matsushita Electric Industrial Co., Ltd. Method and apparatus for detecting and compensating for white shading errors in a digitized video signal
US5467403A (en) * 1991-11-19 1995-11-14 Digital Biometrics, Inc. Portable fingerprint scanning apparatus for identification verification
US5363318A (en) * 1992-03-23 1994-11-08 Eastman Kodak Company Method and apparatus for adaptive color characterization and calibration
US5351127A (en) * 1992-06-17 1994-09-27 Hewlett-Packard Company Surface plasmon resonance measuring instruments
US5471240A (en) * 1993-11-15 1995-11-28 Hughes Aircraft Company Nonuniformity correction of an imaging sensor using region-based correction terms
USD351144S (en) * 1993-12-07 1994-10-04 Digital Biometrics, Inc. Handheld finger print scanner for imaging and capturing a photographic image
US5448649A (en) * 1994-05-24 1995-09-05 Chen; Wang S. Apparatus for imaging fingerprint or topographic relief pattern on the surface of an object
US5473144A (en) * 1994-05-27 1995-12-05 Mathurin, Jr.; Trevor R. Credit card with digitized finger print and reading apparatus
US5469506A (en) * 1994-06-27 1995-11-21 Pitney Bowes Inc. Apparatus for verifying an identification card and identifying a person by means of a biometric characteristic
US5689529A (en) * 1994-08-02 1997-11-18 International Automated Systems, Inc. Communications method and apparatus for digital information
FR2752421B1 (en) * 1996-08-13 2001-05-04 Fabre Pierre Dermo Cosmetique SALTS OF ANTI-SEBORRHEIC GUANIDINES
US5680205A (en) * 1996-08-16 1997-10-21 Dew Engineering And Development Ltd. Fingerprint imaging apparatus with auxiliary lens
US6111978A (en) * 1996-12-13 2000-08-29 International Business Machines Corporation System and method for determining ridge counts in fingerprint image processing

Patent Citations (99)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US2500017A (en) * 1948-07-07 1950-03-07 Eastman Kodak Co Apochromatic telescope objectives and systems including same
US3200701A (en) * 1962-01-29 1965-08-17 Ling Temco Vought Inc Method for optical comparison of skin friction-ridge patterns
US3495259A (en) * 1967-05-23 1970-02-10 Eltro Gmbh Electrically heated optical device
US4032975A (en) * 1974-02-25 1977-06-28 Mcdonnell Douglas Corporation Detector array gain compensation
US3947128A (en) * 1974-04-19 1976-03-30 Zvi Weinberger Pattern comparison
US3968476A (en) * 1974-07-17 1976-07-06 Sperry Rand Corporation Spurious signal removal in optical processor fingerprint identification apparatus
US3975711A (en) * 1974-08-30 1976-08-17 Sperry Rand Corporation Real time fingerprint recording terminal
US4210899A (en) * 1975-06-23 1980-07-01 Fingermatrix, Inc. Fingerprint-based access control and identification apparatus
US4209481A (en) * 1976-04-19 1980-06-24 Toray Industries, Inc. Process for producing an anisotropically electroconductive sheet
US4152056A (en) * 1977-09-02 1979-05-01 Fowler Randall C Fingerprinting arrangement
US4322163A (en) * 1977-10-25 1982-03-30 Fingermatrix Inc. Finger identification
US4253086A (en) * 1978-07-28 1981-02-24 Szymon Szwarcbier Process and apparatus for positive identification of customers
US4681435A (en) * 1983-03-31 1987-07-21 Kabushiki Kaisha Tokai Rika Denki Seisakusho Contact pattern observation apparatus
US4537484A (en) * 1984-01-30 1985-08-27 Identix Incorporated Fingerprint imaging apparatus
US4905293A (en) * 1984-07-18 1990-02-27 Nec Corporation Image input device
US4601195A (en) * 1985-04-11 1986-07-22 Rheometrics, Inc. Apparatus and method for measuring viscoelastic properties of materials
US4942482A (en) * 1985-08-09 1990-07-17 Sony Corporation Automatic page-turning device
US4669487A (en) * 1985-10-30 1987-06-02 Edward Frieling Identification device and method
US5187747A (en) * 1986-01-07 1993-02-16 Capello Richard D Method and apparatus for contextual data enhancement
US4684802A (en) * 1986-02-18 1987-08-04 International Business Machines Corporation Elliptical finger press scanner with rotating light source
US4995086A (en) * 1986-05-06 1991-02-19 Siemens Aktiengesellschaft Arrangement and procedure for determining the authorization of individuals by verifying their fingerprints
US4811414A (en) * 1987-02-27 1989-03-07 C.F.A. Technologies, Inc. Methods for digitally noise averaging and illumination equalizing fingerprint images
US4924085A (en) * 1988-06-23 1990-05-08 Fujitsu Limited Uneven-surface data detection apparatus
US5222153A (en) * 1988-09-02 1993-06-22 Thumbscan, Inc. Apparatus for matching a fingerprint using a tacky finger platen
US4946276A (en) * 1988-09-23 1990-08-07 Fingermatrix, Inc. Full roll fingerprint apparatus
US5233404A (en) * 1989-09-28 1993-08-03 Oscan Electro Optics Inc. Optical scanning and recording apparatus for fingerprints
US6212290B1 (en) * 1989-11-02 2001-04-03 Tms, Inc. Non-minutiae automatic fingerprint identification system and methods
US5285293A (en) * 1990-01-25 1994-02-08 Hewlett-Packard Company Method and apparatus for providing sensor compensation
US5230025A (en) * 1990-08-31 1993-07-20 Digital Biometrics, Inc. Method and apparatus for capturing skin print images
US5131038A (en) * 1990-11-07 1992-07-14 Motorola, Inc. Portable authentification system
US5210588A (en) * 1990-11-17 1993-05-11 Goldstar Co., Ltd. Fingerprint identification apparatus for enhancing identification performance by forming an illumination source and a light conducting panel in a single body
US5185673A (en) * 1991-06-12 1993-02-09 Hewlett-Packard Company Automated image calibration
US5222152A (en) * 1991-11-19 1993-06-22 Digital Biometrics, Inc. Portable fingerprint scanning apparatus for identification verification
USD348445S (en) * 1992-01-31 1994-07-05 Digital Biometrics, Inc. Hand held fingerprint scanner for imaging and capturing a photographic image
US5483601A (en) * 1992-02-10 1996-01-09 Keith Faulkner Apparatus and method for biometric identification using silhouette and displacement images of a portion of a person's hand
US5729334A (en) * 1992-03-10 1998-03-17 Van Ruyven; Lodewijk Johan Fraud-proof identification system
US5855433A (en) * 1992-04-28 1999-01-05 Velho; Luiz C. Method of color halftoning using space filling curves
US5412463A (en) * 1992-06-06 1995-05-02 Central Research Laboratories Limited Finger guide with orthogonal guide surfaces
US5748768A (en) * 1992-10-30 1998-05-05 Kabushiki Kaisha Toshiba Method and apparatus for correcting distortion in an imaging system
US5291318A (en) * 1992-11-02 1994-03-01 Xerox Corporation Holographic member for a real-time clock in a raster output scanner
US5862247A (en) * 1993-04-02 1999-01-19 Borus Spezialverfahren Und -Gerate Im Sondermaschinenbau Gmbh Personal and property identification system
US6204331B1 (en) * 1993-06-01 2001-03-20 Spalding Sports Worldwide, Inc. Multi-layer golf ball utilizing silicone materials
US5416573A (en) * 1993-09-10 1995-05-16 Indentix Incorporated Apparatus for producing fingerprint images which are substantially free of artifacts attributable to moisture on the finger being imaged
US6064398A (en) * 1993-09-10 2000-05-16 Geovector Corporation Electro-optic vision systems
US5661451A (en) * 1993-09-23 1997-08-26 Bayerische Motoren Werke Ag Antitheft system for motor vehicles
US5649128A (en) * 1993-11-22 1997-07-15 International Business Machines Corporation Multiple bus interface adapter for connection to a plurality of computer bus architectures
US5384621A (en) * 1994-01-04 1995-01-24 Xerox Corporation Document detection apparatus
US5528355A (en) * 1994-03-11 1996-06-18 Idnetix Incorporated Electro-optic palm scanner system employing a non-planar platen
US5598474A (en) * 1994-03-29 1997-01-28 Neldon P Johnson Process for encrypting a fingerprint onto an I.D. card
US5509083A (en) * 1994-06-15 1996-04-16 Nooral S. Abtahi Method and apparatus for confirming the identity of an individual presenting an identification card
US5640422A (en) * 1994-08-02 1997-06-17 International Automated Systems, Inc. Digital communications modulation method and apparatus
US5517528A (en) * 1994-08-02 1996-05-14 International Automated Systems, Inc. Modulation method and apparatus for digital communications
US5613014A (en) * 1994-10-12 1997-03-18 Martin Marietta Corp. Fingerprint matching system
US6347163B2 (en) * 1994-10-26 2002-02-12 Symbol Technologies, Inc. System for reading two-dimensional images using ambient and/or projected light
US5596454A (en) * 1994-10-28 1997-01-21 The National Registry, Inc. Uneven surface image transfer apparatus
US5615277A (en) * 1994-11-28 1997-03-25 Hoffman; Ned Tokenless security system for authorizing access to a secured computer system
US5757278A (en) * 1994-12-26 1998-05-26 Kabushiki Kaisha Toshiba Personal verification system
US5591949A (en) * 1995-01-06 1997-01-07 Bernstein; Robert J. Automatic portable account controller for remotely arranging for payment of debt to a vendor
US5548394A (en) * 1995-03-16 1996-08-20 Printrak International Inc. Scanning fingerprint reading
US5625448A (en) * 1995-03-16 1997-04-29 Printrak International, Inc. Fingerprint imaging
US5892599A (en) * 1995-07-07 1999-04-06 Advanced Precision Technology, Inc. Miniature fingerprint sensor using a trapezoidal prism and a holographic optical element
US5867802A (en) * 1995-08-16 1999-02-02 Dew Engineering And Development Limited Biometrically secured control system for preventing the unauthorized use of a vehicle
US5767989A (en) * 1995-10-05 1998-06-16 Fuji Photo Film Co., Ltd. Image inputting apparatus
US5781647A (en) * 1995-10-05 1998-07-14 Digital Biometrics, Inc. Gambling chip recognition system
US5650842A (en) * 1995-10-27 1997-07-22 Identix Incorporated Device and method for obtaining a plain image of multiple fingerprints
US5745684A (en) * 1995-11-06 1998-04-28 Sun Microsystems, Inc. Apparatus and method for providing a generic interface between a host system and an asynchronous transfer mode core functional block
US5907627A (en) * 1995-11-06 1999-05-25 Dew Engineering And Development Limited Contact imaging device
US5793218A (en) * 1995-12-15 1998-08-11 Lear Astronics Corporation Generic interface test adapter
US5717777A (en) * 1996-01-11 1998-02-10 Dew Engineering And Development Limited Longest line method and apparatus for fingerprint alignment
US5859420A (en) * 1996-02-12 1999-01-12 Dew Engineering And Development Limited Optical imaging device
US5778089A (en) * 1996-03-04 1998-07-07 Dew Engineering And Development Limited Driver circuit for a contact imaging array
US5859710A (en) * 1996-03-20 1999-01-12 Intel Corporation Digital copying system using a high speed data bus without the use of data buffers
US5748766A (en) * 1996-04-30 1998-05-05 Identix Incorporated Method and device for reducing smear in a rolled fingerprint image
US6055071A (en) * 1996-05-10 2000-04-25 Ricoh Company, Ltd. Image forming apparatus
US5755748A (en) * 1996-07-24 1998-05-26 Dew Engineering & Development Limited Transcutaneous energy transfer device
US5736734A (en) * 1996-08-12 1998-04-07 Fingermatrix, Inc. Liquid platen fingerprint image enhancement
US6198836B1 (en) * 1996-08-27 2001-03-06 A-Tronic Mgm Ag Method and device for recognizing non-unrolled fingerprints
US5872834A (en) * 1996-09-16 1999-02-16 Dew Engineering And Development Limited Telephone with biometric sensing device
US5869822A (en) * 1996-10-04 1999-02-09 Meadows, Ii; Dexter L. Automated fingerprint identification system
US6041372A (en) * 1996-12-30 2000-03-21 Intel Corporation Method and apparatus for providing a processor module for a computer system
US6072891A (en) * 1997-02-21 2000-06-06 Dew Engineering And Development Limited Method of gathering biometric information
US6023522A (en) * 1997-05-05 2000-02-08 Draganoff; Georgi H. Inexpensive adaptive fingerprint image acquisition framegrabber
US6075876A (en) * 1997-05-07 2000-06-13 Draganoff; Georgi Hristoff Sliding yardsticks fingerprint enrollment and verification system and method
US5900993A (en) * 1997-05-09 1999-05-04 Cross Check Corporation Lens systems for use in fingerprint detection
US6018739A (en) * 1997-05-15 2000-01-25 Raytheon Company Biometric personnel identification system
US5920640A (en) * 1997-05-16 1999-07-06 Harris Corporation Fingerprint sensor and token reader and associated methods
US6088585A (en) * 1997-05-16 2000-07-11 Authentec, Inc. Portable telecommunication device including a fingerprint sensor and related methods
US6064753A (en) * 1997-06-10 2000-05-16 International Business Machines Corporation System and method for distortion control in live-scan inkless fingerprint images
US6064779A (en) * 1997-07-23 2000-05-16 Xros, Inc. Handheld document scanner
US6038332A (en) * 1997-09-05 2000-03-14 Digital Biometrics, Inc. Method and apparatus for capturing the image of a palm
US5928347A (en) * 1997-11-18 1999-07-27 Shuttle Technology Group Ltd. Universal memory card interface apparatus
US5920384A (en) * 1997-12-09 1999-07-06 Dew Engineering And Development Limited Optical imaging device
US6195447B1 (en) * 1998-01-16 2001-02-27 Lucent Technologies Inc. System and method for fingerprint data verification
US6078265A (en) * 1998-02-11 2000-06-20 Nettel Technologies, Inc. Fingerprint identification security system
US6178255B1 (en) * 1998-04-28 2001-01-23 Cross Match Technologies, Inc. Individualized fingerprint scanner
US6259108B1 (en) * 1998-10-09 2001-07-10 Kinetic Sciences Inc. Fingerprint image optical input apparatus
US20020021827A1 (en) * 2000-08-18 2002-02-21 Cross Match Technologies, Inc. Fingerprint scanner auto-capture system and method
US20020030668A1 (en) * 2000-08-21 2002-03-14 Takeshi Hoshino Pointing device and portable information terminal using the same
US6996259B2 (en) * 2002-08-02 2006-02-07 Cross Match Technologies, Inc. System and method for counting ridges in a captured print image

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060117188A1 (en) * 2004-11-18 2006-06-01 Bionopoly Llc Biometric print quality assurance
US7565548B2 (en) * 2004-11-18 2009-07-21 Biogy, Inc. Biometric print quality assurance

Also Published As

Publication number Publication date
WO2004013801A3 (en) 2004-07-29
US6996259B2 (en) 2006-02-07
AU2003254280A1 (en) 2004-02-23
AU2003254280A8 (en) 2004-02-23
US20040109590A1 (en) 2004-06-10
WO2004013801A2 (en) 2004-02-12

Similar Documents

Publication Publication Date Title
US20060133656A1 (en) System and method for counting ridges in a captured print image
US11250239B2 (en) Fingerprint preview quality and segmentation
US7899216B2 (en) Biometric information processing apparatus and biometric information processing method
US7119890B2 (en) System and method for illuminating a platen in a live scanner and producing high-contrast print images
US8073209B2 (en) Biometric imaging system and method
US7801338B2 (en) Multispectral biometric sensors
US20050249390A1 (en) Method and apparatus for discriminating ambient light in a fingerprint scanner
WO2001065471A1 (en) Method and apparatus for distinguishing a human finger from a reproduction of a fingerprint
JP2009175810A (en) Imaging apparatus for authentication, imaging method for authentication and imaging program for authentication
JPH04252383A (en) Fingerprint photographing device
US7164440B2 (en) Dynamic image adaptation method for adjusting the quality of digital prints
EP1665129A1 (en) Method and apparatus for rolled fingerprint image capture with variable blending
Noh et al. Touchless sensor capturing five fingerprint images by one rotating camera
CN110705409A (en) Fingerprint acquisition system
RU2320261C2 (en) Method for producing papillary fingerprint image
WO2001065466A2 (en) Method and apparatus for detecting a color change of a live finger
JP2004199435A (en) Fingerprint collating device
Zhang Palmprint Acquisition System

Legal Events

Date Code Title Description
AS Assignment

Owner name: AUTHORIZER TECHNOLOGIES, INC., FLORIDA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:CROSS MATCH TECHNOLOGIES, INC.;REEL/FRAME:018047/0945

Effective date: 20060630

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: SONAVATION, INC. F/KA AUTHORIZER TECHNOLOGIES, INC

Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE ASSIGNMENT DOCUMENT AND SCHEDULE (REEL/FRAME NUMBERS: 018047/0949-0953) PREVIOUSLY RECORDED ON REEL 018047 FRAME 0949. ASSIGNOR(S) HEREBY CONFIRMS THE ERRONEOUS PATENT AND APPLICATION NUMBERS WERE IDENTIFIED;ASSIGNOR:CROSS MATCH TECHNOLOGIES, INC.;REEL/FRAME:024170/0576

Effective date: 20060630

XAS Not any more in us assignment database

Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE ASSIGNMENT DOCUMENT AND SCHEDULE (REEL/FRAME NUMBERS: 018047/0949-0953) PREVIOUSLY RECORDED ON REEL 018047 FRAME 0949. ASSIGNOR(S) HEREBY CONFIRMS THE ERRONEOUS PATENT AND APPLICATION NUMBERS WERE IDENTIFIED;ASSIGNOR:CROSS MATCH TECHNOLOGIES, INC.;REEL/FRAME:024170/0576

AS Assignment

Owner name: CROSS MATCH TECHNOLOGIES, INC., FLORIDA

Free format text: CORRECTION BY DECLARATION OF HOWARD M. GITTEN DATED 04/01/2010 TO DELETE THE ERRONEOUSLY RECORDED ASSIGNMENT PREVIOUSLY RECORDED AT REEL/FRAME 018047/0945. ASSIGNOR HEREBY CONFIRMS CROSS MATCH TECHNOLOGIES, INC. IS THE OWNER OF THE PATENTS;ASSIGNOR:CROSS MATCH TECHNOLOGIES, INC.;REEL/FRAME:031772/0665

Effective date: 20060630