CN201532639U - Fingerprint identification device - Google Patents

Fingerprint identification device Download PDF

Info

Publication number
CN201532639U
CN201532639U CN200920073087XU CN200920073087U CN201532639U CN 201532639 U CN201532639 U CN 201532639U CN 200920073087X U CN200920073087X U CN 200920073087XU CN 200920073087 U CN200920073087 U CN 200920073087U CN 201532639 U CN201532639 U CN 201532639U
Authority
CN
China
Prior art keywords
fingerprint
processing module
data processing
module
identification device
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.)
Expired - Fee Related
Application number
CN200920073087XU
Other languages
Chinese (zh)
Inventor
刘君
陈晓峰
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.)
Shanghai Live By Touch Information Technology Co Ltd
Original Assignee
Shanghai Live By Touch Information Technology Co Ltd
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 Shanghai Live By Touch Information Technology Co Ltd filed Critical Shanghai Live By Touch Information Technology Co Ltd
Priority to CN200920073087XU priority Critical patent/CN201532639U/en
Application granted granted Critical
Publication of CN201532639U publication Critical patent/CN201532639U/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Collating Specific Patterns (AREA)

Abstract

The utility model provides a fingerprint identification device, comprising a fingerprint collector; a fingerprint data processing module connected with the fingerprint collector; a use terminal connected with the fingerprint data processing module, wherein the fingerprint processing module comprises: an image processing module; a feature point extraction module connected with the image processing module; an output module connected with the feature point extraction module. The fingerprint identification device increases the fingerprint identification accuracy rate and speed with stable performance and is generally suitable for bank payment system.

Description

Fingerprint identification device
Technical field
The utility model relates to a kind of recognition device, and is particularly related to a kind of fingerprint identification device.
Background technology
Now, what the transaction in most banks and shopping market was all adopted is " authority magnetic card+password " mode, has a lot of hidden danger in concrete application and system execution, such as: easily be forged.The easier acquisition of password under the unwitting situation of holder, is illegally used its authority; Easily by stand-by.Without permission, authorize mutually privately, the holder meets at own authority card other people without authorization and uses or the holder is coerced by the people and oneself authority card is met at other people use; Easily leave behind or lose, make troubles and influence for own and household and colleague's life and work.
The biological identification technology is that an emerging human body biological characteristics that utilizes is determined the technology of personal identification, can be widely used in fields such as criminal investigation, safety, bank.Fingerprint with different because of its people, because of different, the easy collection of finger with relatively wait advantage, become the earliest and the human body biological characteristics of normal use.Therefore, fingerprint identification technology occupies an important position in the biological identification field, has vast potential for future development.
At present, the fingerprint identification method that is used for person identification is different, but the existing fingerprint identification method problem that all the ubiquity discrimination is low, recognition speed is slow.
The utility model content
In order to overcome the problem that the discrimination that exists in the prior art is low, recognition speed is slow, the utility model provides a kind of fingerprint recognition rate height, the fast device of recognition speed.
To achieve these goals, the utility model proposes a kind of fingerprint identification device, comprising: fingerprint capturer; The finger print data processing module links to each other with described fingerprint capturer; Use terminal, link to each other with described finger print data processing module; Wherein, described finger print data processing module comprises: image processing module; The feature point extraction module links to each other with described image processing module; Output module links to each other with described feature point extraction module.
Optionally, described image processing module comprises: the image pretreatment module; The image binaryzation module links to each other with described image pretreatment module; The image thinning module links to each other with described image binaryzation module.
Optionally, described image pretreatment module links to each other with described fingerprint capturer.
Optionally, described image thinning module links to each other with described feature point extraction module.
Optionally, described image processing module disposal route comprises extreme value filtering, smothing filtering and Laplce's sharpening.
Optionally, described finger print data processing module uses dsp processor to carry out data processing.
Optionally, the described terminal of using is computer system.
The beneficial effect of fingerprint identification device described in the utility model mainly shows: the utility model provides fingerprint identification device, carries out data processing based on dsp processor, makes processing speed and accuracy be improved; System directly links to each other with the use terminal computer, and identifying is finished in using terminal, has improved the recognition accuracy of fingerprint and the speed of identification, and stable performance can generally be applicable to bank payment system.
Description of drawings
Fig. 1 is the structural representation of the utility model fingerprint identification device.
Embodiment
The utility model will be further described below in conjunction with accompanying drawing.
At first please refer to Fig. 1, Fig. 1 is the structural representation of the utility model fingerprint identification device, and the utility model comprises as seen from Figure 1: fingerprint capturer 18; Finger print data processing module 13 links to each other with described fingerprint capturer 18, and described finger print data processing module 13 uses dsp processor to carry out data processing; Use terminal 11, link to each other with described finger print data processing module 13, the described terminal 11 of using is computer system; Wherein, described finger print data processing module 13 comprises: image processing module 15, described image processing module 15 disposal routes comprise extreme value filtering, smothing filtering and Laplce's sharpening, described image processing module 15 comprises: image pretreatment module 17, and described image pretreatment module 17 links to each other with described fingerprint capturer 18; Image binaryzation module 19 links to each other with described image pretreatment module 17; Image thinning module 16 links to each other with described image binaryzation module 19; Feature point extraction module 14 links to each other with described image processing module 15, and further, described image thinning module 16 links to each other with described feature point extraction module 14; Output module 12 links to each other with described feature point extraction module 14.
Wherein, described extreme value Filtering Processing process is as follows:
One. being provided with a pending pixel region is s0, and 8 neighborhood territory pixels are arranged as follows around it:
s 1 s 2 s 3 s 4 s 0 s 5 s 6 s 7 s 8
Get the average Ai of neighborhood related pixel earlier, i ∈ 1,2 ... 8} is one group of processing unit with four pixels.
Two. if A0 is greater than max (Ai), i ∈ 1,2 ... 8}, then
s1=s2=s4=s0=max(A1,A2,A4)
s2=s3=s5=s0=max(A2,A3,A5)
s4=s6=s7=s0=max(A4,A6,A7)
s5=s7=s8=s0=max(A5,A7,A8)
Three. if A0 is less than min (Ai), i ∈ 1,2 ... 8}, then
s1=s2=s4=s0=min(A1,A2,A4)
s2=s3=s5=s0=min(A2,A3,A5)
s4=s6=s7=s0=min(A4,A6,A7)
s5=s7=s8=s0=min(A5,A7,A8)
Four. if Ai is more than or equal to min (Ai) and smaller or equal to max (Ai), i ∈ 1,2 ... 8} then with the output of pixel initial value, does not process.
The process of described The disposal of gentle filter is as follows: each pixel in the fingerprint and M are carried out convolution, and level and smooth convolution kernel is:
M = 1 15 1 2 1 2 5 2 1 2 1
The process that described Laplce's sharpening is handled is as follows: the sharpening convolution kernel adopts the La Pulashi operator, and is as follows:
h = - 1 - 1 - 1 - 1 9 - 1 - 1 - 1 - 1
By this convolution kernel image pixel is carried out the convolution budget, realize high-pass filtering, thereby make Laplace operator be used on the fingerprint image, and obtain the fingerprint ridge line after the sharpening.
Described feature point extraction module is extracted through the process of pretreated fingerprint image characteristics point as follows by the iteration threshold binaryzation:
Take the method for iteration threshold, in the iteration threshold computing:
A. set initial threshold T, as make T=127 (gray level), the average gray value of fingerprint image is divided into two groups of R1 and R2;
B. calculate this average gray value u1 and u2 of two groups;
C. and then reset new gray threshold T, new T is defined as: T=(u1+u2)/2;
D. according to this T fingerprint image is carried out Threshold Segmentation.
During practical operation, use terminal 11 to send instruction to finger print data processing module 13, finger print data processing module 13 is after receiving instruction, start fingerprint capturer 18, fingerprint capturer 18 is gathered fingerprint, after having gathered, sends finger print data processing module 13 to gathering good fingerprint image, handle back (image pre-service-image binaryzation-image thinning-extract minutiae) through fingerprint algorithm, the unique point of extracting is sent to by output module 12 use terminal 11 to handle.
Finger print data processing module 13 utilizes DSP that fingerprint is carried out digital signal processing, has advantages such as processing speed is fast, flexible, accurate, antijamming capability is strong, volume is little.
Though the utility model discloses as above with preferred embodiment, so it is not in order to limit the utility model.Have in the technical field under the utility model and know the knowledgeable usually, in not breaking away from spirit and scope of the present utility model, when being used for a variety of modifications and variations.Therefore, protection domain of the present utility model is as the criterion when looking claims person of defining.

Claims (3)

1. fingerprint identification device is characterized in that comprising:
Fingerprint capturer;
The finger print data processing module links to each other with described fingerprint capturer, and described finger print data processing module comprises: image processing module; The feature point extraction module links to each other with described image processing module; Output module links to each other with described feature point extraction module;
Use terminal, link to each other with described finger print data processing module.
2. fingerprint identification device according to claim 1 is characterized in that described finger print data processing module use dsp processor carries out data processing.
3. fingerprint identification device according to claim 1 is characterized in that the described terminal of using is computer system.
CN200920073087XU 2009-05-27 2009-05-27 Fingerprint identification device Expired - Fee Related CN201532639U (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200920073087XU CN201532639U (en) 2009-05-27 2009-05-27 Fingerprint identification device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200920073087XU CN201532639U (en) 2009-05-27 2009-05-27 Fingerprint identification device

Publications (1)

Publication Number Publication Date
CN201532639U true CN201532639U (en) 2010-07-21

Family

ID=42528040

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200920073087XU Expired - Fee Related CN201532639U (en) 2009-05-27 2009-05-27 Fingerprint identification device

Country Status (1)

Country Link
CN (1) CN201532639U (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103150541A (en) * 2011-12-06 2013-06-12 富泰华工业(深圳)有限公司 Fingerprint identification device and fingerprint identification method
CN108182375A (en) * 2016-12-08 2018-06-19 广东精点数据科技股份有限公司 A kind of fingerprint recognition system based on mobile-phone payment

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103150541A (en) * 2011-12-06 2013-06-12 富泰华工业(深圳)有限公司 Fingerprint identification device and fingerprint identification method
CN108182375A (en) * 2016-12-08 2018-06-19 广东精点数据科技股份有限公司 A kind of fingerprint recognition system based on mobile-phone payment
CN108182375B (en) * 2016-12-08 2020-11-06 广东精点数据科技股份有限公司 Fingerprint identification system based on mobile phone payment

Similar Documents

Publication Publication Date Title
CN203552272U (en) Fingerprint identification device
CN103605963A (en) Fingerprint identification method
CN103595538A (en) Identity verification method based on mobile phone acceleration sensor
CN104751113A (en) Fingerprint recognition method based on intelligent mobile information device
CN101901332A (en) Fingerprint identification system and method
CN103996033A (en) Human identification method based on tracking of human face five-sense-organ coordinates
CN101556713A (en) Application process of fingerprint identification technology on POS machine, imprinter and cash dispenser
CN201532639U (en) Fingerprint identification device
Su et al. A fingerprint authentication system based on mobile phone
CN110222493A (en) A kind of computer booting authentication system and method
CN104077513A (en) Information processing method and electronic equipment
CN203552331U (en) Intelligent identification door control system
CN203444499U (en) Hand-held identity card checking instrument
CN103761512A (en) Mobile fingerprint paying method and system
CN107705370A (en) A kind of BRT bus rapid transits automatic ticket checker intelligence ticket card ticket checking system
CN203299846U (en) Hand-held identity card check instrument with camera
CN203325072U (en) Automatic bank money depositing and withdrawing system based on face recognition
CN203324988U (en) Dual fingerprint and vein identification verification system
CN204463313U (en) A kind of bank card theftproof system
CN101976358A (en) Holographic human body biological feature recognition device and method
CN202815872U (en) Identity authentication device with fingerprint identifying and ID card identifying functions
CN211928668U (en) Bus-mounted POS machine riding system based on face recognition as auxiliary authentication
CN201654807U (en) Finger vein safety module
CN102521570A (en) Biological characteristics recognition login device of vehicle-mounted information system
CN202533961U (en) Fingerprint collecting device

Legal Events

Date Code Title Description
C14 Grant of patent or utility model
GR01 Patent grant
C17 Cessation of patent right
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20100721

Termination date: 20140527