WO2011097936A1 - Fingerprint image enhancement method - Google Patents

Fingerprint image enhancement method Download PDF

Info

Publication number
WO2011097936A1
WO2011097936A1 PCT/CN2010/080604 CN2010080604W WO2011097936A1 WO 2011097936 A1 WO2011097936 A1 WO 2011097936A1 CN 2010080604 W CN2010080604 W CN 2010080604W WO 2011097936 A1 WO2011097936 A1 WO 2011097936A1
Authority
WO
WIPO (PCT)
Prior art keywords
image
fingerprint image
fingerprint
original
sharpened
Prior art date
Application number
PCT/CN2010/080604
Other languages
French (fr)
Chinese (zh)
Inventor
陈晓峰
刘君
Original Assignee
上海点佰趣信息科技有限公司
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 上海点佰趣信息科技有限公司 filed Critical 上海点佰趣信息科技有限公司
Publication of WO2011097936A1 publication Critical patent/WO2011097936A1/en

Links

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 present invention relates to a fingerprint image preprocessing method, and in particular to a fingerprint image enhancement method. Background technique
  • the image captured by the fingerprint acquisition device is a brightness map containing more noise, which must be preprocessed to remove a large amount of noise, and a dot line diagram with clear lines can be obtained.
  • Image enhancement is a very important part of the fingerprint image preprocessing process. The effect will directly affect the accuracy of feature extraction, and will also affect the threshold selection during subsequent binarization.
  • the so-called gray image binarization is to change the image into a binary image that uses only two gray values to represent the foreground and background colors of the image, and the threshold value is related to the fingerprint feature extraction. The correctness.
  • Existing fingerprint image enhancement technologies mainly include histogram modification processing, image smoothing processing, low-pass filtering, and high-pass filtering, such as Laplace method, Wallis filtering method, median filtering method, and the like.
  • these methods either increase the background noise while enhancing the fingerprint lines, or blur the fingerprint lines while reducing the background noise. For this reason, when the collected fingerprint image is not clear enough and the ridge line is more difficult to recognize, the existing fingerprint image enhancement technology has a poor processing effect, which often leads to the erroneous extraction of the fingerprint feature.
  • the existing fingerprint when the fingerprint itself is severely scratched or worn, the existing fingerprint The processing effect of the enhanced technology is also difficult to meet the requirements. Summary of the invention
  • the object of the present invention is to provide a fingerprint image enhancement method, which can improve the effect of fingerprint image enhancement processing, reduce the probability of fingerprint feature error extraction, and improve the accuracy of fingerprint recognition.
  • the present invention provides a fingerprint image enhancement method, including: acquiring an original fingerprint image; performing blurring processing on the original fingerprint image to obtain a first blurred image; and subtracting the first blurred image from the original fingerprint image to obtain a a high-frequency information image; superimposing the high-frequency information image with the original fingerprint image to obtain a sharpened image; blurring the sharpened image to obtain a second blurred image; using the sharpened image minus Go to the second blurred image to get the enhanced fingerprint image.
  • the process of superimposing the high frequency information image with the original fingerprint image comprises: adjusting the brightness value of the original fingerprint image as a whole; and superimposing the high frequency information image with the original fingerprint image of the adjusted brightness value.
  • the adjustment coefficient of adjusting the brightness value of the original fingerprint image is greater than 0.
  • the adjustment coefficient of adjusting the brightness value of the original fingerprint image is greater than or equal to 0.7.
  • the template of the Gaussian blur processing is a 7*7 template, that is,
  • the threshold is between -5 and +5.
  • the frequency is The domain angle analysis removes the high-frequency components of the image, and the obtained first blurred image mainly contains the low-frequency component of the image; then subtracting the first blurred image from the original image is equivalent to removing the low-frequency component of the original image.
  • the obtained high-frequency information of the relatively pure image is obtained, and the low-frequency information of the image is basically removed; then the high-frequency information of the image is superimposed with the original image, and the image obtained by the high-frequency part is sharpened, that is, the sharpened image is obtained.
  • the influence of the unevenness of the illumination field is eliminated by using the difference between the sharpened image and the second blurred image (ie, the sharpened image after the blurring process).
  • the obtained enhanced fingerprint image is ideal, which facilitates the selection of the threshold value when the binarization processing is performed in the subsequent image processing process, thereby reducing the probability of fingerprint feature error extraction and improving the accuracy of fingerprint recognition.
  • FIG. 1 is a front-back comparison diagram of a fingerprint image subjected to sharpening in an embodiment of the present invention
  • FIG. 2 is a gray line diagram of a fingerprint image and a blurred image of the image according to an embodiment of the present invention
  • FIG. 3 is a gray-scale difference line diagram of the fingerprint image and the blurred image thereof in FIG. 2;
  • FIG. 4 is a schematic flowchart of a fingerprint image enhancement method according to an embodiment of the present invention
  • FIG. 5 is a schematic flowchart of a fingerprint image enhancement method according to another embodiment of the present invention
  • FIG. 6 is an image enhancement process according to an embodiment of the present invention
  • Schematic diagram of the results of the fingerprint image
  • the present invention adopts an improved diffusion mask sharpening (USM, Unsharp Mask) method for preprocessing the fingerprint image.
  • USM diffusion mask sharpening
  • the basic idea is to superimpose a clear fingerprint image positive image and a blurred fingerprint image negative image, and then superimpose it.
  • a fingerprint image positive film whose brightness value is adjusted to obtain a sharpened fingerprint image positive film.
  • g (x, y) K - f(x, y) + (f(x, y) - f (x, y)) ( 1 )
  • g J) is the sharpened image
  • f(x, y ) is the original image
  • f (x, y) is the blurred image of the original image.
  • the original image is blurred, and the analysis from the frequency domain angle removes the high-frequency components of the image; then subtracting the blurred fingerprint image from the original image is equivalent to removing the low-frequency components of the original image, and obtaining a relatively pure image.
  • High-frequency information, and the low-frequency information of the image has been basically removed; and then the high-frequency information of the image is superimposed with the original image, and the image obtained by the high-frequency portion is sharpened, that is, the sharpened image.
  • Fig. 1 it is the front-back comparison of the fingerprint image after the sharpening process, wherein the left side is the fingerprint image before processing, and the right side is the sharpened fingerprint image.
  • the image has a phenomenon of left dark and right, which is affected by uneven illumination field.
  • the present invention further improves the above sharpening method, and the basic implementation principle and process are as follows:
  • This polyline can be seen as a section of line 127 of the fingerprint image.
  • the ordinate value is gray value information, 0-255 means dark to light, and the abscissa represents the number of columns in the matrix.
  • the undulations of the fold lines in the figure represent the stripes of the fingerprint, and the valleys and peaks of the fold lines represent the ridges (dark stripes) and valleys (light stripes) of the fingerprints in the fingerprint image, respectively. Because of the uneven illumination field, the fold line does not vibrate in the vicinity of a horizontal line as a whole, so it is difficult to take out a fixed threshold to binarize the fold line in the figure; that is, no horizontal line can be found, so that all the peaks are Above it, and all the valleys are below it.
  • the dotted line in the figure shows the gray line diagram of the fingerprint image after the blurring process. Due to the fuzzification process, the undulation of the dotted line at the peaks and valleys of the line is obviously weakened, but in other areas, the original is better. Real fold line.
  • the difference should be positive at the fingerprint valley (the fold line peak); at the fingerprint ridge (the fold line valley), the difference is negative; The value is near 0.
  • a gradation difference line graph as shown in Fig. 3 can be obtained.
  • the polyline is generally close to vibrating near a horizontal line, so it is easier to take a fixed threshold to binarize the polyline in the graph; that is, you can find a horizontal line so that all the peaks are above it. And all the valleys are below it.
  • the horizontal line is substantially between -5 and +5, so when the enhanced fingerprint image is binarized, the threshold is often taken between -5 and +5.
  • the uneven effect of the illumination light field will be eliminated, which facilitates the selection of thresholds for binarization processing in subsequent image processing, thereby reducing the probability of fingerprint feature error extraction and improving the accuracy of fingerprint recognition.
  • One embodiment of the present invention provides a fingerprint image enhancement method as shown in FIG. 4, which includes the following steps:
  • S3 subtracting the first blurred image from the original fingerprint image to obtain a high-frequency information image
  • S4 superimposing the high-frequency information image with the original fingerprint image to obtain a sharpened image
  • S5 sharpening Obscuring the image to obtain a second blurred image
  • step S4 includes the following steps:
  • the adjustment coefficient of adjusting the brightness value of the original fingerprint image is K, and K>0, preferably, ⁇ >
  • the blurring of the image can use Gaussian blur.
  • Gaussian fuzzy is a fuzzy method with mean.
  • the inventor used 3*3 template, 5*5 template, 7*7 template and other methods. After experiment comparison, the effect of using 7*7 template is better. it is good.
  • the Gaussian fuzzy template looks like this:
  • FIG. 6 is a fingerprint image result after the above image enhancement processing, wherein, left
  • the fingerprint image after sharpening the fingerprint image through the above steps S2 to S4 is the fingerprint image further enhanced by the above steps S5 and S6.
  • the comparison shows that the fingerprint image on the left is dark and the left and right, and the fingerprint image on the right has no such phenomenon, that is, the influence of the illumination field unevenness has been eliminated, which is beneficial to the subsequent binarization of the fingerprint image.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Theoretical Computer Science (AREA)
  • Collating Specific Patterns (AREA)
  • Image Processing (AREA)
  • Image Input (AREA)

Abstract

An enhancement method of a fingerprint image is disclosed, which comprises the following steps: analyzing from the perspective of a frequency domain and removing the high-frequency component of an original fingerprint image by the fuzzy processing of the image; then, subtracting the fuzzed fingerprint image by utilizing the original image to remove the low-frequency component of the image so as to obtain relatively pure image high-frequency information with the low-frequency information of the image being already removed substantially; and afterwards, superposing the high-frequency information image with the original image to obtain the image, the high-frequency part thereof is enhanced, i.e. the sharpened image. Further, the influence of the nonuniformity of an illumination field is eliminated by utilizing the difference of the sharpened image and the sharpened image processed by fuzzification. Thus, the obtained enhanced fingerprint image is relatively ideal and it is convenient to select a threshold value in a subsequent image processing process when binarization processing is carried out on the fingerprint image, thereby lowering the probability of the erroneous extraction of the characteristic of a fingerprint and improving the accuracy of fingerprint identification.

Description

指纹图像增强方法 技术领域  Fingerprint image enhancement method
本发明涉及一种指纹图像预处理方法, 特别是涉及一种指纹图像增强方 法。 背景技术  The present invention relates to a fingerprint image preprocessing method, and in particular to a fingerprint image enhancement method. Background technique
随着社会的进步, 身份识别的安全性日益得到人们的重视。 传统的身份 识别往往采用证件、 密码等方式。 然而, 证件可能会丟失或被复制; 而密码 又容易被忘掉或产生混淆。 尤其是随着网络时代的来临, 越来越多的密码设 置困扰着人们: 开机密码、 邮箱密码、 银行密码、 论坛密码 ... ...对于这些, 如果设置相同的密码, 会增加安全隐患; 如果设置不同的密码, 又为密码管 理带来了困扰。 为此, 以生物特征(例如, 指纹、 人脸、 虹膜等) 为辨别依 据的身份识别技术日益获得人们的重视。 其中, 指纹识别的识别率高, 且应 用最为普及, 被公认为 "物证之首"。  With the advancement of society, the security of identity has received increasing attention. Traditional identification often uses documents, passwords, and so on. However, the certificate may be lost or copied; the password is easily forgotten or confused. Especially with the advent of the Internet age, more and more password settings are plaguing people: power-on password, email password, bank password, forum password... For these, if you set the same password, it will increase security risks. ; If you set a different password, it also brings trouble to password management. For this reason, identification technologies based on biometrics (eg, fingerprints, faces, irises, etc.) are gaining increasing attention. Among them, the recognition rate of fingerprint recognition is high, and the application is the most popular, and it is recognized as the "first of physical evidence."
在利用指纹进行识别的过程中, 指纹采集设备所采集的图像是一幅含有 较多噪声的亮度图, 必须经过预处理, 去除大量的噪声, 得到一幅纹线清晰 的点线图, 才能进行指纹特征的提取和匹配。 而图像增强是指纹图像预处理 过程中十分重要的一环, 其效果将直接影响特征提取的准确性, 还会影响后 续二值化处理时的阈值选取。 其中, 所谓灰度图像的二值化就是通过设定阈 值, 把图像变为仅用两个灰度值分别表示图像的前景和背景颜色的二值图像, 而阈值的选取将关系到指纹特征提取的正确性。  In the process of fingerprint recognition, the image captured by the fingerprint acquisition device is a brightness map containing more noise, which must be preprocessed to remove a large amount of noise, and a dot line diagram with clear lines can be obtained. Extraction and matching of fingerprint features. Image enhancement is a very important part of the fingerprint image preprocessing process. The effect will directly affect the accuracy of feature extraction, and will also affect the threshold selection during subsequent binarization. Among them, the so-called gray image binarization is to change the image into a binary image that uses only two gray values to represent the foreground and background colors of the image, and the threshold value is related to the fingerprint feature extraction. The correctness.
现有的指纹图像增强技术主要包括直方图修改处理、 图像平滑处理、 低 通滤波及高通滤波等, 例如: 拉普拉斯法、 Wallis滤波法、 中值滤波法等。 但 这些方法要么在增强指纹纹线的同时引起背景噪声的增强, 要么在消减背景 噪声的同时使指纹纹线变得模糊。 为此, 当所采集到的指纹图像不够清晰, 纹线比较难辨认时, 现有指纹图像增强技术的处理效果很差, 常常导致指纹 特征的错误提取。 另外, 当指纹本身划伤严重或磨损严重时, 现有的指纹图 像增强技术的处理效果也难以满足要求。 发明内容 Existing fingerprint image enhancement technologies mainly include histogram modification processing, image smoothing processing, low-pass filtering, and high-pass filtering, such as Laplace method, Wallis filtering method, median filtering method, and the like. However, these methods either increase the background noise while enhancing the fingerprint lines, or blur the fingerprint lines while reducing the background noise. For this reason, when the collected fingerprint image is not clear enough and the ridge line is more difficult to recognize, the existing fingerprint image enhancement technology has a poor processing effect, which often leads to the erroneous extraction of the fingerprint feature. In addition, when the fingerprint itself is severely scratched or worn, the existing fingerprint The processing effect of the enhanced technology is also difficult to meet the requirements. Summary of the invention
本发明的目的在于提供一种指纹图像增强方法, 以提高指纹图像增强处 理的效果, 降低指纹特征错误提取的几率, 提高指纹识别的准确性。  The object of the present invention is to provide a fingerprint image enhancement method, which can improve the effect of fingerprint image enhancement processing, reduce the probability of fingerprint feature error extraction, and improve the accuracy of fingerprint recognition.
为此, 本发明提供一种指纹图像增强方法, 包括: 获取原始指纹图像; 对原始指纹图像进行模糊化处理, 得到第一模糊化图像; 用原始指纹图像减 去第一模糊化图像, 得到一高频信息图像; 将该高频信息图像与原始指纹图 像叠加, 得到一锐化后的图像; 对锐化后的图像进行模糊化处理, 得到第二 模糊化图像; 用锐化后的图像减去第二模糊化图像, 得到增强后的指纹图像。  To this end, the present invention provides a fingerprint image enhancement method, including: acquiring an original fingerprint image; performing blurring processing on the original fingerprint image to obtain a first blurred image; and subtracting the first blurred image from the original fingerprint image to obtain a a high-frequency information image; superimposing the high-frequency information image with the original fingerprint image to obtain a sharpened image; blurring the sharpened image to obtain a second blurred image; using the sharpened image minus Go to the second blurred image to get the enhanced fingerprint image.
进一步的, 所述将高频信息图像与原始指纹图像叠加的过程包括: 整体 调整原始指纹图像的亮度值; 将所述高频信息图像与调整过亮度值的原始指 纹图像叠加。  Further, the process of superimposing the high frequency information image with the original fingerprint image comprises: adjusting the brightness value of the original fingerprint image as a whole; and superimposing the high frequency information image with the original fingerprint image of the adjusted brightness value.
进一步的, 调整原始指纹图像亮度值的调整系数大于 0。  Further, the adjustment coefficient of adjusting the brightness value of the original fingerprint image is greater than 0.
进一步的, 调整原始指纹图像亮度值的调整系数大于或等于 0.7。  Further, the adjustment coefficient of adjusting the brightness value of the original fingerprint image is greater than or equal to 0.7.
进一步的, 所述对原始指纹图像进行模糊化处理的过程采用高斯模糊处 理  Further, the process of performing fuzzification processing on the original fingerprint image adopts Gaussian blur processing
进一步的, 所述高斯模糊处理的模板为 7*7模板, 即为  Further, the template of the Gaussian blur processing is a 7*7 template, that is,
Figure imgf000004_0001
Figure imgf000004_0001
进一步的, 对所述增强后的指纹图像进行二值化处理时, 阈值取在 -5 至 +5之间。  Further, when the enhanced fingerprint image is binarized, the threshold is between -5 and +5.
综上所述, 以上指纹图像增强方法中, 原始图像经模糊化处理后, 从频 域角度分析就是去除了图像的高频成分, 得到的第一模糊化图像主要包含的 是图像的低频成分; 然后利用原始图像减去第一模糊化图像, 相当于去除了 原始图像的低频成分, 得到的是比较纯的图像高频信息, 而图像的低频信息 基本已去除; 而后再将图像高频信息和原始图像叠加, 得到的就是高频部分 经过增强的图像, 即锐化后的图像。 进一步, 利用锐化后的图像与第二模糊 化图像(即经模糊化处理的该锐化后的图像) 的差来消除照明场不均匀的影 响。 如此, 得到的增强后的指纹图像较为理想, 便于后续图像处理过程中对 其进行二值化处理时的阈值的选取, 从而降低指纹特征错误提取的几率, 提 高指纹识别的准确性。 附图说明 In summary, in the above fingerprint image enhancement method, after the original image is blurred, the frequency is The domain angle analysis removes the high-frequency components of the image, and the obtained first blurred image mainly contains the low-frequency component of the image; then subtracting the first blurred image from the original image is equivalent to removing the low-frequency component of the original image. The obtained high-frequency information of the relatively pure image is obtained, and the low-frequency information of the image is basically removed; then the high-frequency information of the image is superimposed with the original image, and the image obtained by the high-frequency part is sharpened, that is, the sharpened image is obtained. Further, the influence of the unevenness of the illumination field is eliminated by using the difference between the sharpened image and the second blurred image (ie, the sharpened image after the blurring process). In this way, the obtained enhanced fingerprint image is ideal, which facilitates the selection of the threshold value when the binarization processing is performed in the subsequent image processing process, thereby reducing the probability of fingerprint feature error extraction and improving the accuracy of fingerprint recognition. DRAWINGS
图 1为本发明一实施例中经过锐化处理的指纹图像的前后对比图; 图 2 为本发明一实施例中指纹图像及其模糊化后的图像的某一行的灰度 折线图;  1 is a front-back comparison diagram of a fingerprint image subjected to sharpening in an embodiment of the present invention; FIG. 2 is a gray line diagram of a fingerprint image and a blurred image of the image according to an embodiment of the present invention;
图 3为图 2中指纹图像及其模糊化后的图像的灰度差折线图;  3 is a gray-scale difference line diagram of the fingerprint image and the blurred image thereof in FIG. 2;
图 4为本发明一实施例所示的指纹图像增强方法的流程示意图; 图 5为本发明另一实施例所示的指纹图像增强方法的流程示意图; 图 6为本发明实施例经过图像增强处理后的指纹图像结果示意图。 具体实施方式  4 is a schematic flowchart of a fingerprint image enhancement method according to an embodiment of the present invention; FIG. 5 is a schematic flowchart of a fingerprint image enhancement method according to another embodiment of the present invention; FIG. 6 is an image enhancement process according to an embodiment of the present invention; Schematic diagram of the results of the fingerprint image. detailed description
为使本实用新型的技术特征更明显易懂, 下面结合具体实施例, 对本发 明做进一步的描述。  In order to make the technical features of the present invention more comprehensible, the present invention will be further described below in conjunction with the specific embodiments.
针对现有指纹图像增强技术所存在的问题, 本发明采用一种经过改进的 扩散模板锐化( USM, Unsharp Mask )方法进行指纹图像的预处理。 其基本的 思想是将清晰的指纹图像正片和模糊化的指纹图像负片叠加, 然后再叠加上 调节过亮度值的指纹图像正片得到锐化的指纹图像正片。 用公式表示该处理 过程如下: In view of the problems existing in the existing fingerprint image enhancement technology, the present invention adopts an improved diffusion mask sharpening (USM, Unsharp Mask) method for preprocessing the fingerprint image. The basic idea is to superimpose a clear fingerprint image positive image and a blurred fingerprint image negative image, and then superimpose it. A fingerprint image positive film whose brightness value is adjusted to obtain a sharpened fingerprint image positive film. Formulaize the process as follows:
g (x, y) = K - f(x, y) + (f(x, y) - f (x, y)) ( 1 ) 其中 g J)是锐化后的图像, f(x, y)是原始图像, f (x, y)是原始图像经模 糊化后的图像, 为调整原始指纹图像亮度值的调整系数, 其大于 0, 通常大 于或等于 0.7便可以满足要求。  g (x, y) = K - f(x, y) + (f(x, y) - f (x, y)) ( 1 ) where g J) is the sharpened image, f(x, y ) is the original image, f (x, y) is the blurred image of the original image. To adjust the adjustment factor of the brightness value of the original fingerprint image, it is greater than 0, usually greater than or equal to 0.7 to meet the requirements.
其指纹图像的锐化增强效果实现的原理如下:  The principle of sharpening the enhancement effect of the fingerprint image is as follows:
原始图像经模糊化处理, 从频域角度分析就是去除了图像的高频成分; 然后利用原始图像减去模糊化的指纹图像, 相当于去除了原始图像的低频成 分, 得到的是比较纯的图像高频信息, 而图像的低频信息基本已去除; 而后 再将图像高频信息和原始图像叠加, 得到的就是高频部分经过增强的图像, 即锐化后的图像。 如图 1 所示, 即为经过该锐化处理过程的指纹图像的前后 对比, 其中左边为处理前的指纹图像, 右边为经过锐化处理后的指纹图像。  The original image is blurred, and the analysis from the frequency domain angle removes the high-frequency components of the image; then subtracting the blurred fingerprint image from the original image is equivalent to removing the low-frequency components of the original image, and obtaining a relatively pure image. High-frequency information, and the low-frequency information of the image has been basically removed; and then the high-frequency information of the image is superimposed with the original image, and the image obtained by the high-frequency portion is sharpened, that is, the sharpened image. As shown in Fig. 1, it is the front-back comparison of the fingerprint image after the sharpening process, wherein the left side is the fingerprint image before processing, and the right side is the sharpened fingerprint image.
从图中可以看出, 图像存在左暗右明的现象, 这是因为受到照明场不均 匀的影响。 针对这一处理缺陷, 本发明进一步改进以上锐化方法, 基本实现 原理和过程如下:  As can be seen from the figure, the image has a phenomenon of left dark and right, which is affected by uneven illumination field. In response to this processing defect, the present invention further improves the above sharpening method, and the basic implementation principle and process are as follows:
假设经过锐化处理的指纹图像被表示为一个 256*256 的矩阵, 取出该矩 阵的第 127行的数据为例分析。 它的灰度折线图如图 2中实线所示:  Assuming that the sharpened fingerprint image is represented as a 256*256 matrix, the data of the 127th row of the matrix is taken as an example analysis. Its gray line chart is shown in the solid line in Figure 2:
该折线可以看作指纹图像第 127行的一个断面。 其中, 纵坐标值是灰度 值信息, 0-255表示从暗到亮, 横坐标代表的是在矩阵中的列数。 图中折线的 起伏表示了指纹的条纹, 折线的谷和峰分别表示指纹图像中指纹的脊(暗条 纹)和谷(亮条纹)。 因为受到照明场不均匀的影响, 折线在总体上并非在一 条水平线附近震动, 所以艮难取出一个固定的阈值对图中的折线进行二值化; 即找不到一条水平线, 使所有的峰都在其上方, 而所有的谷都在其下方。 这 样, 对于后续的指纹图像二值化处理极为不利。 图中虚线表示了指纹图像经模糊化处理后的灰度折线图, 由于经过模糊 化的处理, 在折线的峰和谷处虚线的起伏明显减弱, 但在其他区域则较好地 拟和了原始的实折线。 This polyline can be seen as a section of line 127 of the fingerprint image. Wherein, the ordinate value is gray value information, 0-255 means dark to light, and the abscissa represents the number of columns in the matrix. The undulations of the fold lines in the figure represent the stripes of the fingerprint, and the valleys and peaks of the fold lines represent the ridges (dark stripes) and valleys (light stripes) of the fingerprints in the fingerprint image, respectively. Because of the uneven illumination field, the fold line does not vibrate in the vicinity of a horizontal line as a whole, so it is difficult to take out a fixed threshold to binarize the fold line in the figure; that is, no horizontal line can be found, so that all the peaks are Above it, and all the valleys are below it. Thus, it is extremely disadvantageous for the subsequent fingerprint image binarization processing. The dotted line in the figure shows the gray line diagram of the fingerprint image after the blurring process. Due to the fuzzification process, the undulation of the dotted line at the peaks and valleys of the line is obviously weakened, but in other areas, the original is better. Real fold line.
进一步考虑, 如果考察实折线与虚折线的差, 则在指纹谷(折线峰)处, 该差值应为正; 在指纹脊(折线谷)处, 该差值为负; 在其它区域该差值在 0 附近。 从而可以得到如图 3 所示的灰度差折线图。 从图中可以看出, 折线在 总体上接近在一条水平线附近震动, 所以比较容易取出一个固定的阈值对图 中的折线进行二值化; 即可以找到一条水平线, 使所有的峰都在其上方, 而 所有的谷都在其下方。 另外, 可以看出该水平线基本在 -5到 +5之间, 故后续 在对增强后的指纹图像进行二值化处理时, 往往将阈值取在 -5到 +5之间。 如 此, 照明光场的不均匀影响将被排除, 便于后续图像处理过程中对其进行二 值化处理时的阈值的选取, 从而降低指纹特征错误提取的几率, 提高指纹识 别的准确性。  Further consideration, if the difference between the real fold line and the dashed fold line is examined, the difference should be positive at the fingerprint valley (the fold line peak); at the fingerprint ridge (the fold line valley), the difference is negative; The value is near 0. Thereby, a gradation difference line graph as shown in Fig. 3 can be obtained. As can be seen from the figure, the polyline is generally close to vibrating near a horizontal line, so it is easier to take a fixed threshold to binarize the polyline in the graph; that is, you can find a horizontal line so that all the peaks are above it. And all the valleys are below it. In addition, it can be seen that the horizontal line is substantially between -5 and +5, so when the enhanced fingerprint image is binarized, the threshold is often taken between -5 and +5. As a result, the uneven effect of the illumination light field will be eliminated, which facilitates the selection of thresholds for binarization processing in subsequent image processing, thereby reducing the probability of fingerprint feature error extraction and improving the accuracy of fingerprint recognition.
故, 总结以上指纹图像增强方法, 本发明一实施例提出如图 4所示的指 纹图像增强方法, 包括如下步骤:  Therefore, the fingerprint image enhancement method is summarized. One embodiment of the present invention provides a fingerprint image enhancement method as shown in FIG. 4, which includes the following steps:
S 1 : 获取原始指纹图像;  S 1 : obtaining an original fingerprint image;
S2: 对原始指纹图像进行模糊化处理, 得到第一模糊化图像;  S2: Obscuring the original fingerprint image to obtain a first blurred image;
S3 : 用原始指纹图像减去第一模糊化图像, 得到一高频信息图像; S4: 将该高频信息图像与原始指纹图像叠加, 得到一锐化后的图像; S5: 对锐化后的图像进行模糊化处理, 得到第二模糊化图像;  S3: subtracting the first blurred image from the original fingerprint image to obtain a high-frequency information image; S4: superimposing the high-frequency information image with the original fingerprint image to obtain a sharpened image; S5: sharpening Obscuring the image to obtain a second blurred image;
S6: 用锐化后的图像减去第二模糊化图像, 得到增强后的指纹图像。 通过以上分析可以知道, 经过步骤 S2至 S4的指纹图像锐化处理, 基本 去除了图像的低频信息, 并得到了高频部分经过增强的图像, 从而实现了指 纹图像的增强。 但是此增强过程一旦存在照明场不均勾的情况, 就会使其后 续的指纹图像二值化处理过程受到影响, 为此, 本发明进一步利用锐化后的 图像与经模糊化处理的该锐化后的图像(即第二模糊化图像) 的差来消除照 明场不均匀的影响。 如此, 得到的增强后的指纹图像较为理想, 便于后续图 像处理过程中对其进行二值化处理时的阈值的选取, 从而降低指纹特征错误 提取的几率, 提高指纹识别的准确性。 S6: Subtracting the second blurred image from the sharpened image to obtain an enhanced fingerprint image. It can be known from the above analysis that after the fingerprint image sharpening processing of steps S2 to S4, the low frequency information of the image is basically removed, and the enhanced image of the high frequency portion is obtained, thereby realizing the enhancement of the fingerprint image. However, if there is an uneven illumination field in the enhancement process, the subsequent fingerprint image binarization process is affected. For this reason, the present invention further utilizes the sharpened image and the sharpened image. The difference between the image after the image (ie the second blurred image) The effect of uneven field. In this way, the obtained enhanced fingerprint image is ideal, which facilitates the selection of the threshold value when the binarization processing is performed in the subsequent image processing process, thereby reducing the probability of fingerprint feature error extraction and improving the accuracy of fingerprint recognition.
在以上步骤 S4中所叠加的原始图像, 可以为原始图像, 但较佳的为整体 调节过亮度值的原始指纹图像, 故如图 5所示的另一实施例中, 步骤 S4包括 以下步骤:  The original image superimposed in the above step S4 may be the original image, but preferably the original fingerprint image whose overall brightness value is adjusted. Therefore, in another embodiment shown in FIG. 5, step S4 includes the following steps:
S41 : 整体调整原始指纹图像的亮度值;  S41: adjusting the brightness value of the original fingerprint image as a whole;
S42: 将高频信息图像与调整过亮度值的原始指纹图像叠加。  S42: Superimpose the high frequency information image with the original fingerprint image with the adjusted brightness value.
其中, 调整原始指纹图像亮度值的调整系数为 K, 且 K>0, 较佳的, κ > Wherein, the adjustment coefficient of adjusting the brightness value of the original fingerprint image is K, and K>0, preferably, κ >
0.7。 0.7.
而以上处理过程中,图像的模糊化可以使用高斯( Gaussian )模糊。 Gaussian 模糊是一种取均值的模糊方法, 在实验过程中, 发明人使用了 3*3模版、 5*5 模版、 7*7模版等方法, 经过实验对比发现, 使用 7*7模版的效果较好。  In the above process, the blurring of the image can use Gaussian blur. Gaussian fuzzy is a fuzzy method with mean. In the experiment, the inventor used 3*3 template, 5*5 template, 7*7 template and other methods. After experiment comparison, the effect of using 7*7 template is better. it is good.
Gaussian模糊的模板如下所示:  The Gaussian fuzzy template looks like this:
1 1 1  1 1 1
3*3模版: 1 1 1  3*3 template: 1 1 1
1 1 1  1 1 1
5*5模版: 丄 5*5 template: 丄
7*7模版: 丄 7*7 template: 丄
49  49
下面请参考图 6, 其为经以上图像增强处理后的指纹图像结果, 其中, 左 边为经过以上步骤 S2至 S4的指纹图像锐化处理后的指纹图像, 右边为经过 以上步骤 S5和 S6进一步增强后的指纹图像。 对比可以发现, 左边的指纹图 像左明右暗, 而右边的指纹图像已没有了这种现象, 即照明场不均匀的影响 已被消除, 有利于后续的指纹图像二值化处理。 Please refer to FIG. 6 , which is a fingerprint image result after the above image enhancement processing, wherein, left The fingerprint image after sharpening the fingerprint image through the above steps S2 to S4 is the fingerprint image further enhanced by the above steps S5 and S6. The comparison shows that the fingerprint image on the left is dark and the left and right, and the fingerprint image on the right has no such phenomenon, that is, the influence of the illumination field unevenness has been eliminated, which is beneficial to the subsequent binarization of the fingerprint image.
以上仅为举例, 并非用以限定本发明, 本发明的保护范围应当以权利要 求书所涵盖的范围为准。  The above is only an example and is not intended to limit the invention, and the scope of the invention should be determined by the scope of the claims.

Claims

权利要求 Rights request
1. 一种指纹图像增强方法, 其特征是, 包括: A fingerprint image enhancement method, comprising:
获取原始指纹图像;  Obtain the original fingerprint image;
对原始指纹图像进行模糊化处理, 得到第一模糊化图像;  Obscuring the original fingerprint image to obtain a first blurred image;
用原始指纹图像减去第一模糊化图像, 得到一高频信息图像;  Subtracting the first blurred image from the original fingerprint image to obtain a high frequency information image;
将该高频信息图像与原始指纹图像叠加, 得到一锐化后的图像; 对锐化后的图像进行模糊化处理, 得到第二模糊化图像;  Superimposing the high-frequency information image and the original fingerprint image to obtain a sharpened image; and blurring the sharpened image to obtain a second blurred image;
用锐化后的图像减去第二模糊化图像, 得到增强后的指纹图像。  The second blurred image is subtracted from the sharpened image to obtain an enhanced fingerprint image.
2. 根据权利要求 1所述的指纹图像增强方法, 其特征是, 其中所述将高 频信息图像与原始指纹图像叠加的过程包括:  2. The fingerprint image enhancement method according to claim 1, wherein the process of superimposing the high frequency information image with the original fingerprint image comprises:
整体调整原始指纹图像的亮度值;  Adjusting the brightness value of the original fingerprint image as a whole;
将所述高频信息图像与调整过亮度值的原始指纹图像叠加。  The high frequency information image is superimposed with the original fingerprint image whose adjusted brightness value is adjusted.
3. 根据权利要求 2所述的指纹图像增强方法, 其特征是, 调整原始指纹 图像亮度值的调整系数大于 0。  3. The fingerprint image enhancement method according to claim 2, wherein the adjustment coefficient of the brightness value of the original fingerprint image is adjusted to be greater than zero.
4. 根据权利要求 3所述的指纹图像增强方法, 其特征是, 调整原始指纹 图像亮度值的调整系数大于或等于 0.7。  4. The fingerprint image enhancement method according to claim 3, wherein the adjustment coefficient of adjusting the brightness value of the original fingerprint image is greater than or equal to 0.7.
5. 根据权利要求 1所述的指纹图像增强方法, 其特征是, 所述对原始指 纹图像进行模糊化处理的过程采用高斯模糊处理。  The fingerprint image enhancement method according to claim 1, wherein the process of blurring the original fingerprint image adopts Gaussian blur processing.
6. 根据权利要求 5所述的指纹图像增强方法, 其特征是, 所述高斯模糊 处 板为 7*7模 , 即为  6. The fingerprint image enhancement method according to claim 5, wherein the Gaussian blur plate is a 7*7 mode, that is,
Figure imgf000010_0001
Figure imgf000010_0001
7. 根据权利要求 1所述的指纹图像增强方法, 其特征是, 对所述增强后 的指纹图像进行二值化处理时, 阈值取在 -5至 +5之间。  The fingerprint image enhancement method according to claim 1, wherein when the enhanced fingerprint image is binarized, the threshold is between -5 and +5.
PCT/CN2010/080604 2010-02-11 2010-12-31 Fingerprint image enhancement method WO2011097936A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2010101102220A CN101794380B (en) 2010-02-11 2010-02-11 Enhancement method of fingerprint image
CN201010110222.0 2010-02-11

Publications (1)

Publication Number Publication Date
WO2011097936A1 true WO2011097936A1 (en) 2011-08-18

Family

ID=42587062

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2010/080604 WO2011097936A1 (en) 2010-02-11 2010-12-31 Fingerprint image enhancement method

Country Status (2)

Country Link
CN (1) CN101794380B (en)
WO (1) WO2011097936A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106096510A (en) * 2016-05-31 2016-11-09 北京小米移动软件有限公司 The method and apparatus of fingerprint recognition
CN110008796A (en) * 2018-01-04 2019-07-12 金佶科技股份有限公司 Biological characteristic image processing method and its electronic device

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101794380B (en) * 2010-02-11 2012-08-08 上海点佰趣信息科技有限公司 Enhancement method of fingerprint image
CN102768758B (en) * 2012-07-04 2014-10-29 南京工业职业技术学院 Improved color image unsharp masking (USM) method
CN102970461A (en) * 2012-11-28 2013-03-13 信利光电(汕尾)有限公司 Data processing method and system
CN102999750B (en) * 2012-12-31 2015-08-12 清华大学 A kind of fingerprint on site Enhancement Method removing background interference
CN103489167A (en) * 2013-10-21 2014-01-01 厦门美图网科技有限公司 Automatic image sharpening method
CN104951782A (en) * 2015-07-01 2015-09-30 携程计算机技术(上海)有限公司 Background filtering method and system for image recognition
CN106407888A (en) * 2016-08-26 2017-02-15 广东欧珀移动通信有限公司 Fingerprint identification method, fingerprint identification device and mobile terminal
CN107066991A (en) * 2017-05-10 2017-08-18 上海为然环保科技有限公司 A kind of fingerprint verifying apparatus
CN108024103A (en) * 2017-12-01 2018-05-11 重庆贝奥新视野医疗设备有限公司 Image sharpening method and device
CN108932702B (en) * 2018-06-13 2020-10-09 北京微播视界科技有限公司 Image processing method, image processing device, electronic equipment and computer readable storage medium
CN108921810A (en) * 2018-06-20 2018-11-30 厦门美图之家科技有限公司 A kind of color transfer method and calculate equipment
CN110929675B (en) * 2019-12-03 2024-03-01 广州酷狗计算机科技有限公司 Image processing method, device, computer equipment and computer readable storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060182364A1 (en) * 2005-02-16 2006-08-17 George John System and method for sharpening vector-valued digital images
CN101076079A (en) * 2007-06-14 2007-11-21 华为技术有限公司 Method and apparatus for enhancing video-signal image
CN101569174A (en) * 2007-01-26 2009-10-28 Nec显示器解决方案株式会社 Image quality improving apparatus and image quality improving method
CN101794380A (en) * 2010-02-11 2010-08-04 上海点佰趣信息科技有限公司 Enhancement method of fingerprint image

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060182364A1 (en) * 2005-02-16 2006-08-17 George John System and method for sharpening vector-valued digital images
CN101569174A (en) * 2007-01-26 2009-10-28 Nec显示器解决方案株式会社 Image quality improving apparatus and image quality improving method
CN101076079A (en) * 2007-06-14 2007-11-21 华为技术有限公司 Method and apparatus for enhancing video-signal image
CN101794380A (en) * 2010-02-11 2010-08-04 上海点佰趣信息科技有限公司 Enhancement method of fingerprint image

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106096510A (en) * 2016-05-31 2016-11-09 北京小米移动软件有限公司 The method and apparatus of fingerprint recognition
CN106096510B (en) * 2016-05-31 2019-08-30 北京小米移动软件有限公司 The method and apparatus of fingerprint recognition
CN110008796A (en) * 2018-01-04 2019-07-12 金佶科技股份有限公司 Biological characteristic image processing method and its electronic device
CN110008796B (en) * 2018-01-04 2021-06-01 金佶科技股份有限公司 Biological characteristic image processing method and electronic device thereof

Also Published As

Publication number Publication date
CN101794380A (en) 2010-08-04
CN101794380B (en) 2012-08-08

Similar Documents

Publication Publication Date Title
WO2011097936A1 (en) Fingerprint image enhancement method
US9633269B2 (en) Image-based liveness detection for ultrasonic fingerprints
US8306288B2 (en) Automatic identification of fingerprint inpainting target areas
US7072523B2 (en) System and method for fingerprint image enhancement using partitioned least-squared filters
Kanagalakshmi et al. Performance evaluation of filters in noise removal of fingerprint image
CN113723309A (en) Identity recognition method, identity recognition device, equipment and storage medium
CN110569815B (en) Finger vein image feature extraction algorithm based on improved gray level non-uniform correction
Abhiram et al. Novel DCT based feature extraction for enhanced iris recognition
Vidhya et al. Fingerprint image enhancement using wavelet over Gabor filters
WO2011097935A1 (en) Binarization processing method for fingerprint image
Ivanov et al. Authentication of area fingerprint scanners
Makhija et al. Performance analysis of latent fingerprint enhancement techniques
Kumar et al. Finger Vein based Human Identification and Recognition using Gabor Filter
Fahmy et al. A novel scheme for fingerprint enhancement
Misra et al. A study report on finger print image enhancement methods
Babatunde et al. A multi-level model for fingerprint image enhancement
Shehin et al. Adaptive Bilateral Filtering Detection Using Frequency Residuals for Digital Image Forensics
KR101750897B1 (en) A Biometric Method using Thumb feature
Sood et al. A Novel Approach for Low‐Quality Fingerprint Image Enhancement Using Spatial and Frequency Domain Filtering Techniques
Popovic et al. Robust fingerprint enhancement by directional filtering in fourier domain
CN110874845B (en) Method and device for detecting image smoothing
Hussain et al. Automated Enhancement of Compromised Fingerprint Images
Hamid et al. Analysis of proposed noise detection & removal technique in degraded fingerprint images
Priyani et al. Efficient Pre Processing Image Filter For Multimodal Biometric System
Deví et al. Enhancement of fingerprint image using wíener filter

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 10845606

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 10845606

Country of ref document: EP

Kind code of ref document: A1