CN102103692A - Fingerprint image enhancing method - Google Patents

Fingerprint image enhancing method Download PDF

Info

Publication number
CN102103692A
CN102103692A CN 201110065011 CN201110065011A CN102103692A CN 102103692 A CN102103692 A CN 102103692A CN 201110065011 CN201110065011 CN 201110065011 CN 201110065011 A CN201110065011 A CN 201110065011A CN 102103692 A CN102103692 A CN 102103692A
Authority
CN
China
Prior art keywords
fingerprint
gray
foreground region
region image
sigma
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.)
Granted
Application number
CN 201110065011
Other languages
Chinese (zh)
Other versions
CN102103692B (en
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.)
University of Electronic Science and Technology of China
Original Assignee
University of Electronic Science and Technology of China
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 University of Electronic Science and Technology of China filed Critical University of Electronic Science and Technology of China
Priority to CN2011100650114A priority Critical patent/CN102103692B/en
Publication of CN102103692A publication Critical patent/CN102103692A/en
Application granted granted Critical
Publication of CN102103692B publication Critical patent/CN102103692B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Collating Specific Patterns (AREA)

Abstract

The invention discloses a fingerprint image enhancing method, and belongs to the technical field of image processing. The method comprises the following steps of: performing gray shearing and gray stretching on fingerprint foreground region image gray to obtain fingerprint foreground region image gray2; performing Gaussian filtration on the fingerprint foreground region image gray2 by using a Gaussian filter g sigma, and calculating a normalized fingerprint gradient vector; then constructing a structure tensor, and calculating the direction field of fingerprint ridge lines; and finally, constructing two one-dimensional anisotropic filters to perform two-time filtration enhancement on the fingerprint foreground region image gray2 to obtain a final filtration enhanced fingerprint foreground region image. Based on a nonlinear diffusion model and the normalized structure tensor, the method can effectively remove various structural noises, reduce the dynamic change range between the fingerprint ridge lines and the valley lines and connect certain broken fingerprint ridge lines at the same time. The method has good enhancement effect and characteristic of effectively saving the time, and can meet the requirement of on-line fingerprint identification.

Description

A kind of enhancement method of fingerprint image
Technical field
The invention belongs to technical field of image processing, relate generally to the fingerprint image enhancement techniques in the biometrics identification technology.
Background technology
Living things feature recognition is to adopt the digitizing automatic technique to measure a local feature or the individual behavioural characteristic of human body, and the feature of measuring these features and given data library storage is mated, and finishes a solution of authentication.In networking technology and highly developed epoch of informationization technology, biometrics identification technology has obtained important use with people's routine work and life extensive connection in fields such as authentication, information securities.Fingerprint identification technology be in the biometrics identification technology application time also be the widest a kind of feature identification technique of range of application the earliest, and at attendance checking system, numerous areas such as ecommerce have obtained certain popularizing.Automatically fingerprint identification technology comprises that fingerprint image cuts apart, and fingerprint image strengthens, fingerprint image binaryzation, refinement, steps such as feature extraction and characteristic matching.
Wherein the fingerprint image enhancing is one of algorithm most crucial in the Automated Fingerprint Identification System, because the performance of fingerprint image enhancement algorithms not only directly has influence on the correct extraction of system to fingerprint minutiae, minutiae point is the key that fingerprint is successfully discerned and mated.And the fingerprint image enhancement algorithms accounts for more than 80% of whole algorithm time, one fast and effectively enhancement algorithms can improve the processing speed of algorithm greatly.The effect of fingerprint image enhancement algorithms in recognizer is: the various structure borne noises of filtering are to the influence of feature point extraction, the contrast of crestal line and valley line in the raising fingerprint, reduce the gray scale dynamic change scope between crestal line and the valley line, connect the crestal line and the valley line of some fractures.At present in the existed algorithms, though reasonable fingerprint enhancement algorithms is arranged, what have will consume a large amount of time, but fewer effect of the processing time that has is bad again, therefore the present invention is intended to design and a kind ofly can be better strengthened effect, again can effective time-saving fingerprint enhancement algorithms.
Summary of the invention
The invention provides a kind of enhancement method of fingerprint image, this method is based on nonlinear diffusion model and normalization structure tensor, can effectively remove various structure borne noises, reduce the dynamic change scope between fingerprint ridge line and the valley line, connect the fingerprint ridge line of some fractures simultaneously.The present invention has and strengthens the effective time-saving characteristics of effect preferably, can satisfy the requirement of online fingerprint recognition.
In order to describe content of the present invention easily, at first some terms are defined.
Definition 1: fingerprint.Be that human finger's end refers on the abdomen by the formed lines of concavo-convex skin.
Definition 2: fingerprint recognition.Fingerprint recognition system be one comprise that fingerprint image obtains, living creature characteristic recognition system that steps such as image enhancement processing, feature extraction and coupling are formed.
Definition 3: gray scale cuts.A certain interior in a big way gray-scale value is mapped to another interior gray-scale value.Gray scale cuts and can reduce the influence of sharp-pointed noise to image.
Definition 4: grey level stretching.A certain interior gray-scale value is mapped to another gray-scale value in larger scope.Grey level stretching can improve the contrast of gray level image, makes the details of image more obvious.
Definition 5: the fingerprint point field of direction.The field of direction on the fingerprint image crestal line on each pixel.
Definition 6: normalization structure tensor.The two-dimensional matrix of normalized symmetric positive definite, the little proper vector of its eigenwert be corresponding to the direction of fingerprint ridge line, and the big proper vector of eigenwert is corresponding to the vertical direction of fingerprint ridge line.
Definition 8: nonlinear diffusion model.Be a class partial differential equation, be used for describing the situation of change of the heat flow density in the thermal diffusion phenomenon, be widely applied to the every field of Flame Image Process afterwards.
Definition 9: anisotropy filtering.Anisotropic filtering be non-linear diffusion equation one of them separate the enhancing filtering that is used for carrying out image, the form of wherein separating is adjusted according to fingerprint point field of direction self-adaptation.
Technical solution of the present invention is as follows:
A kind of enhancement method of fingerprint image as shown in Figure 1, comprises following step:
Step 1: fingerprint foreground region image gray carried out gray scale cuts and grey level stretching, with eliminate sharp-pointed noise and reduce fingerprint ridge line and valley line between the dynamic change scope of gray-scale value, specifically may further comprise the steps:
Step 1-1: the average gray Mean of calculated fingerprint foreground region image gray, last mean value Hm, following mean value Lm, last standard deviation Hv and following standard deviation Lv:
Mean = 1 MN Σ i = 1 M Σ j = 1 N gray ( i , j )
Lm = 1 N 0 Σ k = 1 N 0 gray ( i , j ) If gray (i, j)<Mean
Hm = 1 M 0 Σ k = 1 M 0 gray ( i , j ) If gray (i, j)>Mean
Lv = 1 N 0 Σ k = 1 N 0 ( gray ( i , j ) - Lm ) 2 If gray (i, j)<Mean
Hv = 1 M 0 Σ k = 1 M 0 ( gray ( i , j ) - Hm ) 2 If gray (i, j)>Mean
In the above-mentioned formula, gray (i, j) pixel (i among the expression fingerprint foreground region image gray, j) gray-scale value, M be fingerprint foreground region image gray in the horizontal pixel number of one dimension, N is fingerprint foreground region image gray at one dimension pixel number longitudinally, N 0For gray-scale value among the fingerprint foreground region image gray less than total number of the pixel of average gray Mean, M 0For gray-scale value among the fingerprint foreground region image gray greater than total number of the pixel of average gray Mean;
Step 1-2: fingerprint foreground region image gray is carried out gray scale cut, the fingerprint image foreground area is strengthened the influence of filtering, obtain the fingerprint foreground region image gray1 after the gray scale cutting with the sharp-pointed noise of eliminating in the fingerprint foreground region image, wherein:
Figure DEST_PATH_GDA0000055307840000031
Step 1-3: the fingerprint foreground region image gray1 after the gray scale cutting is carried out grey level stretching, obtain the fingerprint foreground region image gray2 after the grey level stretching, wherein:
gray 2 ( i , j ) = gray 1 ( i , j ) - Lg Hg - Lg × 255
Wherein, Hg is the maximum gradation value of the fingerprint foreground region image gray1 after gray scale cuts, and Lg is the minimum gradation value of the fingerprint foreground region image gray1 after gray scale cuts;
Step 2: the some field of direction of calculated fingerprint foreground region image gray2 specifically may further comprise the steps:
Step 2-1: use Gaussian filter g σGray2 carries out gaussian filtering to the fingerprint foreground region image, obtains the fingerprint image v behind the gaussian filtering, wherein:
v(i,j)=g σ*gray2(i,j)
g σ ( i , j ) = 1 2 πσ exp ( - i 2 + j 2 2 σ 2 )
Wherein, σ is Gaussian filter g σStandard deviation, * represents convolution algorithm;
Step 2-2: the horizontal first order difference gradient v that calculates the fingerprint image v behind the gaussian filtering respectively xWith vertical first order difference gradient v y
V x V y = v ( i + 1 , j ) - v ( i - 1 , j ) 2 v ( i , j + 1 ) - v ( i , j - 1 ) 2
Step 2-3: the horizontal first order difference gradient v of the fingerprint image v behind the normalization gaussian filtering xWith vertical first order difference gradient v yWherein horizontal normalization first order difference gradient vector
Figure DEST_PATH_GDA0000055307840000041
Vertical normalization first order difference gradient vector
Figure DEST_PATH_GDA0000055307840000042
And r = v x 2 ( i , j ) + v y 2 ( i , j ) ;
Step 2-4: the structure tensor S of the fingerprint image v behind the structure gaussian filtering, and the proper vector ω of computation structure tensor S; Wherein:
S = a b b c , And a = g ρ * v x ′ 2 ; b = g ρ * v x ′ v y ′ c = g ρ * v y ′ 2 ; ;
ω = ω 1 ω 2 = 2 b ( c - a + ( c - a ) 2 + 4 b 2 ) 2 + 4 b 2 c - a ± ( c - a ) 2 + 4 b 2 ( c - a + ( c - a ) 2 + 4 b 2 ) 2 + 4 b 2
G wherein ρBe that standard deviation is the Gaussian filter of ρ, ω 1For corresponding to the proper vector perpendicular to the fingerprint ridge line direction, ω 2Be proper vector corresponding to the fingerprint ridge line direction;
Step 2-5: for proper vector ω corresponding to the fingerprint ridge line direction 2, by following formula calculate its corresponding fingerprint ridge line direction O (i, j);
O ( i , j ) = arctan 2 b c - a - ( c - a ) 2 + 4 b 2
Step 3: use the filtering method based on one dimension anisotropy nonlinear diffusion model that fingerprint foreground region image gray2 is carried out the filtering enhancing, to increase the contrast of fingerprint ridge line and valley line, the various structure borne noises of filtering specifically may further comprise the steps:
Step 3-1: structure fingerprint foreground region image gray2 (i, j) two one dimension anisotropic filter g of last each pixel 1(x, y, θ, f) and g 2(x, y, θ); Wherein:
g 1 ( x , y , θ , f ) = exp ( - x θ 2 2 σ 1 2 ) · sin ( 2 πf · x θ )
g 2 ( x , y , θ ) = c 1 + c 2 f · exp ( - x θ 2 2 σ 2 2 )
x θ=x·cosθ+y·sinθ
g 3 = g 2 ( x , y , θ ) Σ x = - wg / 2 wg / 2 Σ y = - wg / 2 wg / 2 g 2 ( x , y : θ ( i , j ) )
Wherein θ represents that (i, j) (i, j), f represents the frequency fields of value at the fingerprint image foreground area gray2 of [1/10,1/8] crestal line, g to Dui Ying fingerprint ridge line direction O for the fingerprint image foreground area pixel that calculates by step 2 3(x, y are to g θ) 2(x, y θ) are the resulting one dimension anisotropic of normalized wave filter, σ 1, σ 2, c 1And c 2Empirical parameter for regulation;
Step 3-2: adopt one dimension anisotropic filter g 1(θ f) carries out filtering for fingerprint foreground region image gray2 and strengthens, and obtains the fingerprint foreground region image gray3 after filtering for the first time strengthens for x, y, and concrete grammar is as follows:
gray 3 ( i , j ) = Σ x = - wg / 2 wg / 2 Σ y = - wg / 2 wg / 2 g 1 ( x , y : θ ( i , j ) , f ( i , j ) ) · gray 2 ( i - x , j - y )
Wherein wg is the filtering window size of regulation;
Step 3-3: adopt one dimension anisotropic filter g 3(x, y θ) carry out the filtering second time to the fingerprint foreground region image gray3 after the filtering enhancing first time and strengthen, and obtain the fingerprint foreground region image gray4 after final filtering strengthens, and concrete grammar is as follows:
gray 4 ( i , j ) = Σ x = - wg / 2 wg / 2 Σ y = - wg / 2 wg / 2 g 3 ( x , y : θ ( i , j ) ) · gray 3 ( i - x , j - y )
Wherein wg is the filtering window size of regulation.
Need to prove:
The effect that gray scale in the step 1 cuts is in order to eliminate sharp-pointed The noise, noise amplitude to be limited within certain scope.Also make simultaneously the grey value profile of whole fingerprint image in a zone of relatively concentrating, so that the grey level stretching of back is more effective.And the fundamental purpose of grey level stretching is for the foreground area that increases fingerprint image and the contrast of background area.
Step 2 has adopted the normalization structure tensor to estimate the some field of direction of fingerprint, and wherein each pixel in the fingerprint image foreground area all has the normalization structure tensor of a correspondence.The normalization structure tensor has removed the influence of the mould of gradient to the calculation level field of direction, only considers the direction of gradient in calculating.
In the step 3, on the crestal line direction,, can effectively strengthen low-quality fingerprint image foreground area, connect the crestal line of fracture with the enhancement algorithms of nonlinear diffusion model.
In the step 3, adopted the enhancement algorithms of two one-dimensional nonlinear diffusion models, the fingerprint image foreground area has been strengthened filtering, can improve the efficient that strengthens filtering greatly in the one-dimensional space.
In actual computation, in order to reduce calculated amount, we need at first create the look-up table of diverse location on the look-up table of each smooth function and all directions, so just can improve the speed of algorithm under the condition that increases memory space.Simultaneously, consume a large amount of time to gray level image is level and smooth with the Gauss template, for this reason we at interval the method for row and column some pixels are carried out convolution operation, and then the pixel that convolution is not crossed is carried out interpolation, we can save for about 1/3 time like this.
Innovation part of the present invention is:
1, adopts normalized structure tensor to obtain the some field of direction of fingerprint, can effectively improve the order of accuarcy that the field of direction is put in fingerprint inferior quality zone;
2, adopt two one dimension anisotropic diffusion filterings on the fingerprint ridge line direction, can not only obtain good filtering effect, can also save the needed time of filtering to a great extent;
3, adopt the method for interval row and column that the fingerprint image foreground area is carried out convolution, and then carry out interpolation.Can significantly reduce computing time like this;
Description of drawings
Fig. 1 is a schematic flow sheet of the present invention.
Embodiment
Adopt method of the present invention in MATLAB2009b software, to realize, and fingerprint image is from FVC2004 database picked at random.Finish in PC Intel Core 2.10GHZ with MATLAB and to be about averaging time that a width of cloth fingerprint image foreground area strengthens 4.7s.
Adopt in sum a kind of fingerprint image foreground area Enhancement Method based on Nonlinear Diffusion model and normalization structure tensor provided by the invention not only can effectively strengthen low-quality fingerprint image, and it is little to have an operand, can satisfy preferably the characteristics of online fingerprint recognition rate request.

Claims (1)

1. enhancement method of fingerprint image comprises following step:
Step 1: fingerprint foreground region image gray carried out gray scale cuts and grey level stretching, with eliminate sharp-pointed noise and reduce fingerprint ridge line and valley line between the dynamic change scope of gray-scale value, specifically may further comprise the steps:
Step 1-1: the average gray Mean of calculated fingerprint foreground region image gray, last mean value Hm, following mean value Lm, last standard deviation Hv and following standard deviation Lv:
Mean = 1 MN Σ i = 1 M Σ j = 1 N gray ( i , j )
Lm = 1 N 0 Σ k = 1 N 0 gray ( i , j ) If gray (i, j)<Mean
Hm = 1 M 0 Σ k = 1 M 0 gray ( i , j ) If gray (i, j)>Mean
Lv = 1 N 0 Σ k = 1 N 0 ( gray ( i , j ) - Lm ) 2 If gray (i, j)<Mean
Hv = 1 M 0 Σ k = 1 M 0 ( gray ( i , j ) - Hm ) 2 If gray (i, j)>Mean
In the above-mentioned formula, gray (i, j) pixel (i among the expression fingerprint foreground region image gray, j) gray-scale value, M be fingerprint foreground region image gray in the horizontal pixel number of one dimension, N is fingerprint foreground region image gray at one dimension pixel number longitudinally, N 0For gray-scale value among the fingerprint foreground region image gray less than total number of the pixel of average gray Mean, M 0For gray-scale value among the fingerprint foreground region image gray greater than total number of the pixel of average gray Mean;
Step 1-2: fingerprint foreground region image gray is carried out gray scale cut, the fingerprint image foreground area is strengthened the influence of filtering, obtain the fingerprint foreground region image gray1 after the gray scale cutting with the sharp-pointed noise of eliminating in the fingerprint foreground region image, wherein:
Figure FDA0000050816410000016
Step 1-3: the fingerprint foreground region image gray1 after the gray scale cutting is carried out grey level stretching, obtain the fingerprint foreground region image gray2 after the grey level stretching, wherein:
gray 2 ( i , j ) = gray 1 ( i , j ) - Lg Hg - Lg × 255
Wherein, Hg is the maximum gradation value of the fingerprint foreground region image gray1 after gray scale cuts, and Lg is the minimum gradation value of the fingerprint foreground region image gray1 after gray scale cuts;
Step 2: the some field of direction of calculated fingerprint foreground region image gray2 specifically may further comprise the steps:
Step 2-1, use Gaussian filter g σGray2 carries out gaussian filtering to the fingerprint foreground region image, obtains the fingerprint image v behind the gaussian filtering, wherein:
v(i,j)=g σ*gray2(i,j)
g σ ( i , j ) = 1 2 πσ exp ( - i 2 + j 2 2 σ 2 )
Wherein, σ is Gaussian filter g σStandard deviation, * represents convolution algorithm;
Step 2-2: the horizontal first order difference gradient v that calculates the fingerprint image v behind the gaussian filtering respectively xWith vertical first order difference gradient v y
V x V y = v ( i + 1 , j ) - v ( i - 1 , j ) 2 v ( i , j + 1 ) - v ( i , j - 1 ) 2
Step 2-3: the horizontal first order difference gradient v of the fingerprint image v behind the normalization gaussian filtering xWith vertical first order difference gradient v yWherein horizontal normalization first order difference gradient vector Vertical normalization first order difference gradient vector
Figure FDA0000050816410000024
And r = v x 2 ( i , j ) + v y 2 ( i , j ) ;
Step 2-4: the structure tensor S of the fingerprint image v behind the structure gaussian filtering, and the proper vector ω of computation structure tensor S; Wherein:
S = a b b c , And a = g ρ * v x ′ 2 ; b = g ρ * v x ′ v y ′ c = g ρ * v y ′ 2 ; ;
ω = ω 1 ω 2 = 2 b ( c - a + ( c - a ) 2 + 4 b 2 ) 2 + 4 b 2 c - a ± ( c - a ) 2 + 4 b 2 ( c - a + ( c - a ) 2 + 4 b 2 ) 2 + 4 b 2
G wherein ρBe that standard deviation is the Gaussian filter of ρ, ω 1For corresponding to the proper vector perpendicular to the fingerprint ridge line direction, ω 2Be proper vector corresponding to the fingerprint ridge line direction;
Step 2-5: for proper vector ω corresponding to the fingerprint ridge line direction 2, by following formula calculate its corresponding fingerprint ridge line direction O (i, j);
O ( i , j ) = arctan 2 b c - a - ( c - a ) 2 + 4 b 2
Step 3: use the filtering method based on one dimension anisotropy nonlinear diffusion model that fingerprint foreground region image gray2 is carried out the filtering enhancing, to increase the contrast of fingerprint ridge line and valley line, the various structure borne noises of filtering specifically may further comprise the steps:
Step 3-1, structure fingerprint foreground region image gray2 (i, j) two one dimension anisotropic filter g of last each pixel 1(x, y, θ, f) and g 2(x, y, θ); Wherein:
g 1 ( x , y , θ , f ) = exp ( - x θ 2 2 σ 1 2 ) · sin ( 2 πf · x θ )
g 2 ( x , y , θ ) = c 1 + c 2 f · exp ( - x θ 2 2 σ 2 2 )
x θ=x·cosθ+y·sinθ
g 3 = g 2 ( x , y , θ ) Σ x = - wg / 2 wg / 2 Σ y = - wg / 2 wg / 2 g 2 ( x , y : θ ( i , j ) )
Wherein θ represents that (i, j) (i, j), f represents the frequency fields of value at the fingerprint image foreground area gray2 of [1/10,1/8] crestal line, g to Dui Ying fingerprint ridge line direction O for the fingerprint image foreground area pixel that calculates by step 2 3(x, y are to g θ) 2(x, y θ) are the resulting one dimension anisotropic of normalized wave filter, σ 1, σ 2, c 1And c 2Empirical parameter for regulation;
Step 3-2: adopt one dimension anisotropic filter g 1(θ f) carries out filtering for fingerprint foreground region image gray2 and strengthens, and obtains the fingerprint foreground region image gray3 after filtering for the first time strengthens for x, y, and concrete grammar is as follows:
gray 3 ( i , j ) = Σ x = - wg / 2 wg / 2 Σ y = - wg / 2 wg / 2 g 1 ( x , y : θ ( i , j ) , f ( i , j ) ) · gray 2 ( i - x , j - y )
Wherein wg is the filtering window size of regulation;
Step 3-3: adopt one dimension anisotropic filter g 3(x, y θ) carry out the filtering second time to the fingerprint foreground region image gray3 after the filtering enhancing first time and strengthen, and obtain the fingerprint foreground region image gray4 after final filtering strengthens, and concrete grammar is as follows:
gray 4 ( i , j ) = Σ x = - wg / 2 wg / 2 Σ y = - wg / 2 wg / 2 g 3 ( x , y : θ ( i , j ) ) · gray 3 ( i - x , j - y )
Wherein wg is the filtering window size of regulation.
CN2011100650114A 2011-03-17 2011-03-17 Fingerprint image enhancing method Expired - Fee Related CN102103692B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011100650114A CN102103692B (en) 2011-03-17 2011-03-17 Fingerprint image enhancing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011100650114A CN102103692B (en) 2011-03-17 2011-03-17 Fingerprint image enhancing method

Publications (2)

Publication Number Publication Date
CN102103692A true CN102103692A (en) 2011-06-22
CN102103692B CN102103692B (en) 2012-07-18

Family

ID=44156447

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011100650114A Expired - Fee Related CN102103692B (en) 2011-03-17 2011-03-17 Fingerprint image enhancing method

Country Status (1)

Country Link
CN (1) CN102103692B (en)

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102609705A (en) * 2012-01-20 2012-07-25 西安电子科技大学 Low-quality fingerprint image direction field extraction method based on diffusion equation
CN102629316A (en) * 2011-11-25 2012-08-08 浙江外国语学院 Image enhancement method in automatic fingerprint identification technology
CN102999750A (en) * 2012-12-31 2013-03-27 清华大学 Scene fingerprint enhancing method removing background interference
CN103106724A (en) * 2013-02-19 2013-05-15 南京信息工程大学 Fingerprint identification-based intelligent queuing system and control method thereof
CN103714323A (en) * 2013-12-25 2014-04-09 广西科技大学 Fingerprint enhancement method and fingerprint recognition device
CN104331683A (en) * 2014-10-17 2015-02-04 南京工程学院 Facial expression recognition method with noise robust
CN104537371A (en) * 2014-12-23 2015-04-22 博康智能网络科技股份有限公司 Fingerprint texture image denoising enhancing method and system
CN105320946A (en) * 2015-11-03 2016-02-10 盐城工学院 MATLAB based fingerprint identification method
CN106778498A (en) * 2016-11-13 2017-05-31 北海和思科技有限公司 A kind of method for strengthening Fingerprint recognition
CN107273877A (en) * 2017-07-24 2017-10-20 云南大学 The multiple dimensioned complex-aperture Fingerprint diretion method for building up and classification smoothing algorithm of weighting
CN107392862A (en) * 2017-06-29 2017-11-24 天津大学 Based on Hilbert L2The enhancement method of fingerprint image of model
CN107563254A (en) * 2016-06-30 2018-01-09 中国矿业大学 A kind of method and system for the fingerprint image frequency domain filtering enhancing that weak parameter relies on
CN108121946A (en) * 2017-11-15 2018-06-05 大唐微电子技术有限公司 A kind of Pre-processing Method for Fingerprint Image and device
CN109598182A (en) * 2017-09-30 2019-04-09 比亚迪股份有限公司 Fingerprint comparison method and apparatus
CN109613004A (en) * 2018-12-13 2019-04-12 武汉精立电子技术有限公司 Defect display methods in a kind of inspection of backlight
CN109711308A (en) * 2018-12-19 2019-05-03 北京集创北方科技股份有限公司 Fingerprint component, electronic equipment and its fingerprint signal processing method
WO2019104719A1 (en) * 2017-12-01 2019-06-06 深圳市汇顶科技股份有限公司 Fingerprint image enhancement method and fingerprint image module
CN109978803A (en) * 2019-03-05 2019-07-05 北京集创北方科技股份有限公司 Image processing method and device
CN110431564A (en) * 2017-10-13 2019-11-08 指纹卡有限公司 Method and system for Fingerprint enhancement
CN111079626A (en) * 2019-12-11 2020-04-28 深圳市迪安杰智能识别科技有限公司 Live fingerprint identification method, electronic equipment and computer readable storage medium
CN112435186A (en) * 2020-11-20 2021-03-02 浙江工业大学 Fingerprint image enhancement method based on double-rule matrix direction field
CN112861649A (en) * 2021-01-19 2021-05-28 平安科技(深圳)有限公司 Fingerprint signature generation method and device, electronic equipment and computer storage medium
CN113065533A (en) * 2021-06-01 2021-07-02 北京达佳互联信息技术有限公司 Feature extraction model generation method and device, electronic equipment and storage medium
TWI734586B (en) * 2020-03-12 2021-07-21 大陸商敦泰電子(深圳)有限公司 Method and device for removing background of optical fingerprint image
CN116823679A (en) * 2023-08-30 2023-09-29 山东龙腾控股有限公司 Full-automatic fingerprint lock fingerprint image enhancement method based on artificial intelligence
CN117218691A (en) * 2023-11-09 2023-12-12 四川酷比通信设备有限公司 Unlocking method based on fingerprint identification

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
《大连理工大学学报》 20100930 苏铁明等 一种指纹图像综合增强方法 686-691 1 第50卷, 第5期 *
《电子学报》 20031031 解梅等 基于脊线采样的指纹识别算法 1503-1505 1 第31卷, 第10期 *
《电子学报》 20040131 解梅等 基于脊向指纹滤波算法 5-7 1 第32卷, 第1期 *
《计算机系统应用》 20090331 周俊等 一种基于拉伸变换函数的指纹图像增强算法 141-143 1 , *

Cited By (41)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102629316A (en) * 2011-11-25 2012-08-08 浙江外国语学院 Image enhancement method in automatic fingerprint identification technology
CN102629316B (en) * 2011-11-25 2013-12-18 浙江外国语学院 Image enhancement method in automatic fingerprint identification technology
CN102609705A (en) * 2012-01-20 2012-07-25 西安电子科技大学 Low-quality fingerprint image direction field extraction method based on diffusion equation
CN102999750B (en) * 2012-12-31 2015-08-12 清华大学 A kind of fingerprint on site Enhancement Method removing background interference
CN102999750A (en) * 2012-12-31 2013-03-27 清华大学 Scene fingerprint enhancing method removing background interference
CN103106724A (en) * 2013-02-19 2013-05-15 南京信息工程大学 Fingerprint identification-based intelligent queuing system and control method thereof
CN103714323A (en) * 2013-12-25 2014-04-09 广西科技大学 Fingerprint enhancement method and fingerprint recognition device
CN104331683A (en) * 2014-10-17 2015-02-04 南京工程学院 Facial expression recognition method with noise robust
CN104331683B (en) * 2014-10-17 2017-07-07 南京工程学院 A kind of facial expression recognizing method with noise robustness
CN104537371A (en) * 2014-12-23 2015-04-22 博康智能网络科技股份有限公司 Fingerprint texture image denoising enhancing method and system
CN105320946A (en) * 2015-11-03 2016-02-10 盐城工学院 MATLAB based fingerprint identification method
CN105320946B (en) * 2015-11-03 2018-12-04 盐城工学院 A kind of fingerprint identification method based on MATLAB
CN107563254A (en) * 2016-06-30 2018-01-09 中国矿业大学 A kind of method and system for the fingerprint image frequency domain filtering enhancing that weak parameter relies on
CN106778498A (en) * 2016-11-13 2017-05-31 北海和思科技有限公司 A kind of method for strengthening Fingerprint recognition
CN107392862A (en) * 2017-06-29 2017-11-24 天津大学 Based on Hilbert L2The enhancement method of fingerprint image of model
CN107273877A (en) * 2017-07-24 2017-10-20 云南大学 The multiple dimensioned complex-aperture Fingerprint diretion method for building up and classification smoothing algorithm of weighting
CN107273877B (en) * 2017-07-24 2020-08-14 云南大学 Weighted multi-scale composite window fingerprint direction field establishment method and hierarchical smoothing algorithm
CN109598182A (en) * 2017-09-30 2019-04-09 比亚迪股份有限公司 Fingerprint comparison method and apparatus
CN109598182B (en) * 2017-09-30 2020-12-25 比亚迪股份有限公司 Fingerprint comparison method and device
US11080546B2 (en) 2017-10-13 2021-08-03 Fingerprint Cards Ab Method and system for fingerprint image enhancement
CN110431564A (en) * 2017-10-13 2019-11-08 指纹卡有限公司 Method and system for Fingerprint enhancement
CN108121946A (en) * 2017-11-15 2018-06-05 大唐微电子技术有限公司 A kind of Pre-processing Method for Fingerprint Image and device
CN108121946B (en) * 2017-11-15 2021-08-03 大唐微电子技术有限公司 Fingerprint image preprocessing method and device
WO2019104719A1 (en) * 2017-12-01 2019-06-06 深圳市汇顶科技股份有限公司 Fingerprint image enhancement method and fingerprint image module
US10977822B2 (en) 2017-12-01 2021-04-13 Shenzhen GOODIX Technology Co., Ltd. Fingerprint image enhancement method and fingerprint image module
CN109613004A (en) * 2018-12-13 2019-04-12 武汉精立电子技术有限公司 Defect display methods in a kind of inspection of backlight
CN109711308B (en) * 2018-12-19 2021-06-01 北京集创北方科技股份有限公司 Fingerprint assembly, electronic equipment and fingerprint signal processing method thereof
CN109711308A (en) * 2018-12-19 2019-05-03 北京集创北方科技股份有限公司 Fingerprint component, electronic equipment and its fingerprint signal processing method
CN109978803A (en) * 2019-03-05 2019-07-05 北京集创北方科技股份有限公司 Image processing method and device
CN111079626B (en) * 2019-12-11 2023-08-01 深圳市迪安杰智能识别科技有限公司 Living body fingerprint identification method, electronic equipment and computer readable storage medium
CN111079626A (en) * 2019-12-11 2020-04-28 深圳市迪安杰智能识别科技有限公司 Live fingerprint identification method, electronic equipment and computer readable storage medium
TWI734586B (en) * 2020-03-12 2021-07-21 大陸商敦泰電子(深圳)有限公司 Method and device for removing background of optical fingerprint image
CN112435186A (en) * 2020-11-20 2021-03-02 浙江工业大学 Fingerprint image enhancement method based on double-rule matrix direction field
CN112435186B (en) * 2020-11-20 2024-04-26 浙江工业大学 Fingerprint image enhancement method based on double-rule matrix direction field
CN112861649A (en) * 2021-01-19 2021-05-28 平安科技(深圳)有限公司 Fingerprint signature generation method and device, electronic equipment and computer storage medium
CN112861649B (en) * 2021-01-19 2024-05-10 平安科技(深圳)有限公司 Fingerprint signature generation method and device, electronic equipment and computer storage medium
CN113065533A (en) * 2021-06-01 2021-07-02 北京达佳互联信息技术有限公司 Feature extraction model generation method and device, electronic equipment and storage medium
CN116823679A (en) * 2023-08-30 2023-09-29 山东龙腾控股有限公司 Full-automatic fingerprint lock fingerprint image enhancement method based on artificial intelligence
CN116823679B (en) * 2023-08-30 2023-12-05 山东龙腾控股有限公司 Full-automatic fingerprint lock fingerprint image enhancement method based on artificial intelligence
CN117218691A (en) * 2023-11-09 2023-12-12 四川酷比通信设备有限公司 Unlocking method based on fingerprint identification
CN117218691B (en) * 2023-11-09 2024-01-26 四川酷比通信设备有限公司 Unlocking method based on fingerprint identification

Also Published As

Publication number Publication date
CN102103692B (en) 2012-07-18

Similar Documents

Publication Publication Date Title
CN102103692B (en) Fingerprint image enhancing method
CN101329726B (en) Method for reinforcing fingerprint image based on one-dimensional filtering
CN102592136B (en) Three-dimensional human face recognition method based on intermediate frequency information in geometry image
CN103903251B (en) Night vision image method for extracting remarkable configuration based on non-classical receptive field complex modulated
CN101673345B (en) Method for extracting target closed contour based on shape prior
CN105447441B (en) Face authentication method and device
CN101329725B (en) Method for dividing fingerprint image based on gradient projection and morphology
CN102117482B (en) Non-local mean image denoising method combined with structure information
CN104239769A (en) Identity recognition method and system based on finger vein characteristics
CN103679157A (en) Human face image illumination processing method based on retina model
CN103198484B (en) Based on the iris segmentation algorithm of Nonlinear Scale Space Theory
CN104408453A (en) Near-infrared subcutaneous vein segmentation method based on multi-feature clustering
CN106780582A (en) Based on the image significance detection method that textural characteristics and color characteristic are merged
CN103400114A (en) Illumination normalization processing system aiming at face recognition
CN103714323A (en) Fingerprint enhancement method and fingerprint recognition device
CN106127151A (en) Based on the finger vein identification method and the device that improve local binary model
CN106033610A (en) Contour detection method based on non-classical receptive field space summation modulation
CN103870820A (en) Illumination normalization method for extreme illumination face recognition
Wang et al. Feature-preserving, mesh-free empirical mode decomposition for point clouds and its applications
CN109523484B (en) Fractal feature-based finger vein network repair method
CN101957912B (en) Method for obtaining human face illumination invariant images based on multiscale anisotropic diffusion
CN107977935A (en) A kind of vena metacarpea image texture filtering reinforcement method
CN102270297A (en) Fingerprint image enhancement method
CN103218616B (en) Based on the image outline characteristic extraction method of Gauss-Hermite special moment
Wang et al. Fingerprint image enhancement using a fast Gabor filter

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20120718

Termination date: 20190317

CF01 Termination of patent right due to non-payment of annual fee