CN115272684A - Method for processing pseudo noise in vein image enhancement process - Google Patents

Method for processing pseudo noise in vein image enhancement process Download PDF

Info

Publication number
CN115272684A
CN115272684A CN202211194944.8A CN202211194944A CN115272684A CN 115272684 A CN115272684 A CN 115272684A CN 202211194944 A CN202211194944 A CN 202211194944A CN 115272684 A CN115272684 A CN 115272684A
Authority
CN
China
Prior art keywords
noise
variable
value
pixel
pixel point
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
CN202211194944.8A
Other languages
Chinese (zh)
Other versions
CN115272684B (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.)
Jiangsu Shengdian Century Technology Co ltd
Original Assignee
Shandong Shengdian Century 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 Shandong Shengdian Century Technology Co ltd filed Critical Shandong Shengdian Century Technology Co ltd
Priority to CN202211194944.8A priority Critical patent/CN115272684B/en
Publication of CN115272684A publication Critical patent/CN115272684A/en
Application granted granted Critical
Publication of CN115272684B publication Critical patent/CN115272684B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/20Image preprocessing
    • G06V10/30Noise filtering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/20Image preprocessing
    • G06V10/28Quantising the image, e.g. histogram thresholding for discrimination between background and foreground patterns
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • G06V10/44Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components
    • G06V10/443Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components by matching or filtering
    • G06V10/449Biologically inspired filters, e.g. difference of Gaussians [DoG] or Gabor filters

Abstract

The invention relates to a method for processing pseudo noise in a vein image enhancement process, which belongs to the technical field of biological feature recognition and comprises the following steps: carrying out filtering processing in the cross symmetry direction on each pixel point in the vein image to obtain a filtering array of each pixel point; subdividing a small neighborhood through a large neighborhood and then judging the suspected noise point; further judging whether the pixel points of suspected noise are noise points by adopting a local processing method to obtain a noise point binary image; and taking the enhanced vein image as an input image to be filtered, taking the noise point binary image as a guide image, and outputting the filtered effect image by adopting a rapid guide filtering method. The method for processing the pseudo noise in the vein image enhancement process is a rapid local denoising method, can well solve local texture noise, avoids the formation of the pseudo noise, and avoids the formation of recognition and false recognition.

Description

Method for processing pseudo noise in vein image enhancement process
Technical Field
The invention belongs to the technical field of biological feature recognition, and particularly relates to a method for processing pseudo noise in a vein image enhancement process.
Background
The image enhancement technology is one of key technologies in the field of image processing, can improve and improve the quality of an original image, and particularly can effectively improve the recognition rate and reduce the false recognition rate by enhancing a near-infrared vein image in a biological feature recognition-vein recognition neighborhood.
A conventional enhancement processing method for vein images, such as an image enhancement processing method for palm vein images disclosed in CN112308044B, includes: processing the collected palm vein image into a binary black-and-white image; determining a first finger seam point and a second finger seam point in the palm according to the binary black-and-white image; performing extension treatment on the first finger seam point and the second finger seam point to obtain a third finger seam point and a fourth finger seam point, and obtaining position information of an interested area according to the third finger seam point and the fourth finger seam point; obtaining an interested area image from the palm vein image according to the interested area position information; and performing enhancement processing on the image of the region of interest to obtain the enhanced image of the region of interest.
However, since the enhancement of the vein image and the simultaneous enhancement of the peripheral fine texture form the pseudo noise, it is an urgent problem to avoid the formation of the pseudo noise by weakening the edge texture noise while enhancing the vein feature.
Disclosure of Invention
The invention provides a method for processing pseudo noise in a vein image enhancement process, which aims to solve the problems that the pseudo noise is easy to generate and the identification and the recognition are increased when the existing image is enhanced.
In order to solve the technical problems, the technical scheme provided by the invention is as follows:
the invention relates to a method for processing pseudo noise in a vein image enhancement process, which comprises the following steps:
s1, filtering each pixel point in the vein image in a cross symmetrical direction to obtain a filtering array of each pixel point;
s2, setting a threshold value of the minimum value of the vein image gray level;
s3, solving a 5 × 5 neighborhood gray average value and a 3 × 3 neighborhood gray minimum value of a certain pixel point of the vein image;
s4, counting the number of the pixel points in the filter array of the pixel points, wherein the number of the pixel points is larger than the minimum value of the 3 × 3 neighborhood gray scale, comparing the minimum value of the 3 × 3 neighborhood gray scale with a threshold value, and further judging whether the pixel points are suspected noise pixel points or not;
s5, repeating the steps S3-S4 to obtain all the suspected noise pixel points, further judging whether the suspected noise pixel points are noise points or not by adopting a local processing method, assigning the gray values of the judged noise points as 1, assigning the gray values of the rest pixel points as 0, and obtaining a noise point binary image;
and S6, taking the enhanced vein image as an input image to be filtered, taking the noise point binary image as a guide image, and outputting a filtered effect image by adopting a rapid guide filtering method.
Preferably, the filtering array of the pixel point (i, j) in step S1 is z (k), k =0,1,2 \82307, and the expression of each array is:
Figure 37910DEST_PATH_IMAGE002
Figure 340322DEST_PATH_IMAGE004
Figure 630489DEST_PATH_IMAGE006
Figure 432092DEST_PATH_IMAGE008
Figure 558442DEST_PATH_IMAGE010
Figure 916742DEST_PATH_IMAGE012
Figure 576262DEST_PATH_IMAGE014
Figure 627395DEST_PATH_IMAGE016
wherein I and j are respectively row coordinates and column coordinates of the pixel points, I is a gray value of the pixel points, k is an index of the filter array, c, b and a respectively represent filter direction coefficients, c belongs to < -5 > -1 >, b belongs to < -3 > 0, and c belongs to (0, 2).
Preferably, the threshold of the minimum value of the 3 × 3 neighborhood gray level set in step S2 is mx, mx belongs to [85,125], the average value of the 5 × 5 neighborhood gray levels of the pixel points obtained in step S3 is Mean _ I (I, j), and the minimum value of the 3 × 3 neighborhood gray level obtained is MinI (I, j); a variable ks is also set in the step S3, and the initial value of the variable ks is 0;
the step S4 of determining whether the pixel is a suspected-noise pixel includes the specific steps of:
s4.1, judging whether the numerical value in the pixel point filter array is larger than the 3 × 3 neighborhood gray minimum value Mini (i, j), if so, adding 1 to the variable ks, otherwise, keeping the variable ks unchanged;
and S4.2, if the final variable ks is not less than 6 and the minimum value Mini (i, j) of the 3 x 3 neighborhood gray levels of the pixel point is greater than a threshold value mx, determining that the pixel point is a suspected-noise pixel point.
Preferably, the step S5 of further determining whether the pixel point of the suspected noise is a noise point by using a local processing method includes the specific steps of:
s5.1, setting a variable km1 and a variable km2, wherein the initial values of the variable km1 and the variable km2 are both 0;
s5.2, subdividing 7 × 7 neighborhoods of the suspected-noise pixel points into six sub-areas of 3 × 3, and calculating the accumulated gray value of the pixel points in each sub-area;
s5.3, judging whether the average value Mean _ I (I, j) of 5-to-5 neighborhoods of the suspected-noise pixel points is smaller than the accumulated gray value of the pixel points in the sub-area corresponding to the pixel points or not for each suspected-noise pixel point, if so, adding 1 to a variable km1, and if not, keeping the variable km1 unchanged;
s5.4, judging whether the gray value of each suspected noise pixel point is the maximum gray value of the sub area corresponding to the suspected noise pixel point, if so, adding 1 to a variable km2, and if not, keeping the variable km2 unchanged;
and S5.5, when the final value of the variable km1 is not less than the threshold km1 'of the variable km1, and the final value of the variable km2 is not less than the threshold km2' of the variable km2, the km1 'is in an element of [0,6], and the km2' is in an element of [0,6], determining the pixel point of the suspected noise as a noise point, assigning the gray value of the noise point as 1, and otherwise, assigning the gray value as 0, thereby obtaining a noise point binary image.
Preferably, the threshold km1 'of the variable km1 is 4, and the threshold km2' of the variable km2 is 2.
Preferably, the vein image enhanced in step S6 is a vein image enhanced by Gabor filtering; the kernel function of the Gabor filter is as follows:
Figure 966673DEST_PATH_IMAGE018
in the kernel function of the Gabor filter,xis the pixel point row coordinate and is,yis the pixel point column coordinate and is,λgamma, which is the wavelength of the Gabor filter, is the spatial aspect ratio, representing the ellipticity of the Gabor filter,ψ a to be the direction of the filtering,σthe standard deviation is used as the standard deviation,x’for rotating pixel pointsψ a The row coordinate of the angle is set to,y’for rotating pixel pointsψ a Column coordinates of the angle;
wherein, the first and the second end of the pipe are connected with each other,
Figure 128664DEST_PATH_IMAGE020
afor the purpose of filtering at different scales of the image,a=0,1,2…7;
rotation of pixelψ a Line coordinate of angle
Figure DEST_PATH_IMAGE022_5A
Figure DEST_PATH_IMAGE022_6A
And the pixel point rotatesψ a Column coordinate of angle
Figure DEST_PATH_IMAGE024_5A
Figure DEST_PATH_IMAGE024_6A
Satisfy formula (11)
Figure 406805DEST_PATH_IMAGE026
Preferably, the method for enhancing the vein image in step S6 includes the following steps:
(1) Traversing each pixel point of the vein image I, and carrying out Gabor filtering processing of 8 different scales on each pixel point, wherein the filtering formula is as follows:
Figure 51675DEST_PATH_IMAGE028
in the formula, the content of the active carbon is shown in the specification,I a is a pixel point (xy) In thatψ a The gray value of the filtering direction after Gabor filtering processing;
(2) And obtaining the image I' after the Gabor filtering enhancement by taking the minimum gray values in 8 directions.
Compared with the prior art, the technical scheme provided by the invention has the following beneficial effects:
the method for processing the pseudo noise in the vein image enhancement process searches suspected noise points from cross-symmetric multidirectional filtering, subdivides a large neighborhood into small neighborhoods, further judges whether pixel points of the suspected noise are noise points by adopting a local processing method, outputs an accurate noise binary image, and filters the noise by quickly guiding a filtering method, so that the method is a quick local denoising method, can well solve local texture noise, avoids the formation of pseudo noise, and avoids the formation of recognition and false recognition.
Drawings
FIG. 1 is an original vein image;
FIG. 2 is a Gabor filtered enhanced image I';
fig. 3 is a diagram of the filtered results output by the fast-guided filtering method.
Detailed Description
For further understanding of the present invention, the present invention will be described in detail with reference to examples, which are provided for illustration of the present invention but are not intended to limit the scope of the present invention.
The invention relates to a method for processing pseudo noise in a vein image enhancement process, which comprises the following steps:
s1, filtering each pixel point in the vein image in a cross symmetrical direction to obtain a filtering array of each pixel point, wherein the specific mode is as follows:
for each pixel point (i, j) in the image, designing a filtering direction in a cross symmetry direction, and assuming that a filtering array in the cross symmetry direction is z (k), k =0,1,2 \82307, 7, wherein the expression of each array is as follows:
Figure 401885DEST_PATH_IMAGE002
Figure 882414DEST_PATH_IMAGE004
Figure 1680DEST_PATH_IMAGE029
Figure 882698DEST_PATH_IMAGE008
Figure 720204DEST_PATH_IMAGE030
Figure 145369DEST_PATH_IMAGE031
Figure 135453DEST_PATH_IMAGE014
Figure 433710DEST_PATH_IMAGE032
wherein I and j are respectively row coordinates and column coordinates of the pixel points, I is a gray value of the pixel points, k is an index of the filter array, c, b and a respectively represent filter direction coefficients, c belongs to-5, -1, b belongs to-3 and 0, and c belongs to (0 and 2).
S2, setting a threshold value of the minimum value of the vein image gray level: and setting a threshold value of the minimum value of the 3 x 3 neighborhood gray scales as mx, wherein mx belongs to [85,125].
S3, solving a 5 × 5 neighborhood gray level average value and a 3 × 3 neighborhood gray level minimum value of a certain pixel point of the vein image, wherein the 5 × 5 neighborhood gray level average value is Mean _ I (I, j), and the 3 × 3 neighborhood gray level minimum value is Mini (I, j); a variable ks is set, and the initial value of the variable ks is 0.
S4, counting the number of the pixel points with the value larger than the minimum value of the 3 × 3 neighborhood gray scale in the filter array of the pixel points, comparing the minimum value of the 3 × 3 neighborhood gray scale with a threshold value, judging whether the pixel points are suspected noise pixel points or not, and judging whether the pixel points are the suspected noise pixel points or not specifically comprises the following steps:
s4.1, judging whether the numerical value in the pixel point filter array is larger than a 3 × 3 neighborhood gray minimum value Mini (i, j), if so, adding 1 to a variable ks, and if not, keeping the variable ks unchanged;
and S4.2, if the final variable ks is not less than 6 and the minimum value Mini (i, j) of the 3 x 3 neighborhood gray levels of the pixel point is greater than a threshold value mx, determining that the pixel point is a suspected-noise pixel point.
S5, repeating the steps S3-S4 to obtain all the pixels of the suspected noise, further judging whether the pixels of the suspected noise are noise points by adopting a local processing method, assigning the gray value of the judged noise points as 1, assigning the gray values of the other pixels as 0, and obtaining a noise point binary image, wherein the specific steps are as follows:
s5.1, setting a variable km1 and a variable km2, wherein the initial values of the variable km1 and the variable km2 are both 0;
s5.2, subdividing 7 × 7 neighborhoods of the pixels of each suspected noise into six sub-areas of 3 × 3, and calculating the accumulated gray value of the pixels in each sub-area;
s5.3, judging whether the average value Mean _ I (I, j) of 5-to-5 neighborhoods of the suspected-noise pixel points is smaller than the accumulated gray value of the pixel points in the sub-area corresponding to the pixel points or not for each suspected-noise pixel point, if so, adding 1 to a variable km1, and if not, keeping the variable km1 unchanged;
s5.4, judging whether the gray value of each suspected noise pixel point is the maximum gray value of the sub-area corresponding to the suspected noise pixel point, if so, adding 1 to a variable km2, and if not, keeping the variable km2 unchanged;
and S5.5, when the final value of the variable km1 is not less than the threshold km1 'of the variable km1, and the final value of the variable km2 is not less than the threshold km2' of the variable km2, the km1 'is in an E [0,6], and the km2' is in an E [0,6], determining the pixel point of the suspected noise as a noise point, assigning the gray value of the noise point as 1, and otherwise, assigning the gray value as 0 to obtain a noise point binary image, wherein in the embodiment, the threshold km1 'is 4, and the threshold km2' is 2.
S6, taking the enhanced vein image as an input image to be filtered, taking the noise point binary image as a guide image, and outputting a filtered effect image by adopting a rapid guide filtering method;
in this embodiment, a Gabor filter is used to enhance an original vein image, and a kernel function of the Gabor filter is:
Figure 7780DEST_PATH_IMAGE033
in the kernel function of the Gabor filter,xis the pixel point row coordinate and is,yis the pixel point column coordinate and is,λgamma, which is the wavelength of the Gabor filter, is the spatial aspect ratio, representing the ellipticity of the Gabor filter,ψ a in order to be the direction of the filtering,σthe standard deviation is used as the standard deviation,x’for rotating pixel pointsψ a The row coordinate of the angle is set to,y’for rotating pixel pointsψ a Column coordinates of the angle;
wherein, the first and the second end of the pipe are connected with each other,
Figure 315264DEST_PATH_IMAGE034
afor the purpose of filtering at different scales of the image,a=0,1,2…7;
pixel rotationψ a Line coordinate of angle
Figure DEST_PATH_IMAGE022_7A
Figure DEST_PATH_IMAGE022_8A
And the pixel point rotatesψ a Column coordinate of angle
Figure DEST_PATH_IMAGE024_7A
Figure DEST_PATH_IMAGE024_8A
Satisfy formula (11)
Figure 765049DEST_PATH_IMAGE035
The specific steps of adopting Gabor filtering to enhance the original vein image are as follows:
(1) Inputting an original vein image as shown in figure 1; traversing each pixel point of the vein image I, and carrying out Gabor filtering processing of 8 different scales on each pixel point, wherein the filtering formula is as follows:
Figure 499787DEST_PATH_IMAGE028
in the formula, the first step is that,I a is a pixel point (xy) In thatψ a The gray value of the filtering direction after Gabor filtering processing;
(2) The minimum gray values in 8 directions are taken to obtain the image I' after the enhancement by Gabor filtering as shown in fig. 2.
The filtered result output by the fast-guided filtering method is shown in fig. 3.
The present invention has been described in detail with reference to the embodiments, but the description is only for the preferred embodiments of the present invention and should not be construed as limiting the scope of the present invention. All equivalent changes and modifications made within the scope of the present invention shall fall within the scope of the present invention.

Claims (7)

1. A method for processing pseudo noise in a vein image enhancement process is characterized in that: which comprises the following steps:
s1, carrying out filtering processing in a cross symmetry direction on each pixel point in the vein image to obtain a filtering array of each pixel point;
s2, setting a threshold value of the minimum value of the vein image gray level;
s3, solving a 5 × 5 neighborhood gray average value and a 3 × 3 neighborhood gray minimum value of a certain pixel point of the vein image;
s4, counting the number of the pixel points with the value larger than the 3 × 3 neighborhood gray minimum value in the filter array of the pixel points, comparing the 3 × 3 neighborhood gray minimum value with a threshold value, and further judging whether the pixel points are suspected noise pixel points or not;
s5, repeating the steps S3 to S4 to obtain all the pixels of the suspected noise, further judging whether the pixels of the suspected noise are noise points by adopting a local processing method, assigning the gray value of the judged noise points as 1, and assigning the gray values of the other pixels as 0 to obtain a noise point binary image;
and S6, taking the enhanced vein image as an input image to be filtered, taking the noise point binary image as a guide image, and outputting the filtered effect image by adopting a rapid guide filtering method.
2. The method for processing pseudo noise in the process of enhancing the vein image according to claim 1, wherein: in the step S1, a filter array of the pixel points (i, j) is z (k), k =0,1,2 \82307, and an expression of each array is as follows:
Figure DEST_PATH_IMAGE001
Figure 371424DEST_PATH_IMAGE002
Figure DEST_PATH_IMAGE003
Figure 925902DEST_PATH_IMAGE004
Figure DEST_PATH_IMAGE005
Figure 528047DEST_PATH_IMAGE006
Figure DEST_PATH_IMAGE007
Figure 347711DEST_PATH_IMAGE008
wherein I and j are respectively row coordinates and column coordinates of the pixel points, I is a gray value of the pixel points, k is an index of the filter array, c, b and a respectively represent filter direction coefficients, c belongs to < -5 > -1 >, b belongs to < -3 > 0, and c belongs to (0, 2).
3. The method for processing the pseudo noise in the vein image enhancement process according to claim 2, wherein: the threshold value of the minimum value of the 3 × 3 neighborhood gray scale set in the step S2 is mx, mx belongs to [85,125], the average value of the 5 × 5 neighborhood gray scale of the pixel point obtained in the step S3 is Mean _ I (I, j), and the minimum value of the 3 × 3 neighborhood gray scale obtained is MinI (I, j); a variable ks is also set in the step S3, and the initial value of the variable ks is 0;
the step S4 of determining whether the pixel point is a suspected noise pixel point includes the specific steps of:
s4.1, judging whether the numerical value in the pixel point filter array is larger than the 3 × 3 neighborhood gray minimum value Mini (i, j), if so, adding 1 to the variable ks, otherwise, keeping the variable ks unchanged;
and S4.2, if the final variable ks is not less than 6 and the minimum value Mini (i, j) of the 3 x 3 neighborhood gray levels of the pixel point is greater than a threshold value mx, determining that the pixel point is a suspected-noise pixel point.
4. The method for processing pseudo noise in the vein image enhancement process according to claim 3, wherein: the step S5 of further determining whether the suspected noise pixel is a noise pixel by using a local processing method includes the specific steps of:
s5.1, setting a variable km1 and a variable km2, wherein the initial values of the variable km1 and the variable km2 are both 0;
s5.2, subdividing 7 × 7 neighborhoods of the suspected-noise pixel points into six sub-areas of 3 × 3, and calculating the accumulated gray value of the pixel points in each sub-area;
s5.3, judging whether the average Mean _ I (I, j) of 5-by-5 neighborhoods of the suspected-noise pixel points is smaller than the accumulated gray value of the pixel points in the sub-area corresponding to the pixel points or not for each suspected-noise pixel point, if so, adding 1 to the variable km1, and if not, keeping the variable km1 unchanged;
s5.4, judging whether the gray value of each suspected noise pixel point is the maximum gray value of the sub area corresponding to the suspected noise pixel point, if so, adding 1 to a variable km2, and if not, keeping the variable km2 unchanged;
and S5.5, when the final value of the variable km1 is not less than the threshold km1 'of the variable km1, and the final value of the variable km2 is not less than the threshold km2' of the variable km2, the km1 'is in an element of [0,6], and the km2' is in an element of [0,6], determining the pixel point of the suspected noise as a noise point, assigning the gray value of the noise point as 1, and otherwise, assigning the gray value as 0, thereby obtaining a noise point binary image.
5. The method for processing pseudo noise in the process of enhancing the vein image according to claim 4, wherein: the threshold value km1 'of the variable km1 is 4, and the threshold value km2' of the variable km2 is 2.
6. The method for processing pseudo noise in the process of enhancing the vein image according to claim 1, wherein: the vein image enhanced in the step S6 is a vein image enhanced by Gabor filtering; the kernel function of the Gabor filter is as follows:
Figure DEST_PATH_IMAGE009
in the kernel function of the Gabor filter,xis the pixel point row coordinate and is,yis the coordinates of the pixel point column,λgamma, which is the wavelength of the Gabor filter, is the spatial aspect ratio, representing the ellipticity of the Gabor filter,ψ a in order to be the direction of the filtering,σis the standard deviation of the measured data to be measured,x’for rotating pixel pointsψ a Angle of rotationThe row coordinates of (a) are set,y’for rotating pixel pointsψ a Column coordinates of the angle;
wherein the content of the first and second substances,
Figure 115815DEST_PATH_IMAGE010
afor the purpose of filtering at different scales of the image,a=0,1,2…7;
rotation of pixelψ a Line coordinate of angle
Figure 388665DEST_PATH_IMAGE012
Figure 540423DEST_PATH_IMAGE012
And the pixel point rotatesψ a Column coordinates of angles
Figure 556920DEST_PATH_IMAGE014
Figure 241848DEST_PATH_IMAGE014
Satisfy formula (11)
Figure DEST_PATH_IMAGE015
7. The method for processing pseudo noise in the process of enhancing the vein image according to claim 6, wherein: the method for enhancing the vein image in the step S6 comprises the following steps:
(1) Traversing each pixel point of the vein image I, and carrying out Gabor filtering processing of 8 different scales on each pixel point, wherein the filtering formula is as follows:
Figure 450980DEST_PATH_IMAGE016
in the formula, the content of the active carbon is shown in the specification,I a is a pixel point (xy) In thatψ a The gray value of the filtering direction after Gabor filtering processing;
(2) And obtaining the image I' after the Gabor filtering enhancement by taking the minimum gray values in 8 directions.
CN202211194944.8A 2022-09-29 2022-09-29 Method for processing pseudo noise in vein image enhancement process Active CN115272684B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211194944.8A CN115272684B (en) 2022-09-29 2022-09-29 Method for processing pseudo noise in vein image enhancement process

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211194944.8A CN115272684B (en) 2022-09-29 2022-09-29 Method for processing pseudo noise in vein image enhancement process

Publications (2)

Publication Number Publication Date
CN115272684A true CN115272684A (en) 2022-11-01
CN115272684B CN115272684B (en) 2022-12-27

Family

ID=83756764

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211194944.8A Active CN115272684B (en) 2022-09-29 2022-09-29 Method for processing pseudo noise in vein image enhancement process

Country Status (1)

Country Link
CN (1) CN115272684B (en)

Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080037044A1 (en) * 2006-08-08 2008-02-14 Xerox Corporation Methods for background and noise suppression in binary to grayscale image conversion
CN103020911A (en) * 2012-12-12 2013-04-03 中国航空工业集团公司洛阳电光设备研究所 Image processing method for filtering mixed noise
CN105243649A (en) * 2015-11-09 2016-01-13 天津大学 Image denoising method based on secondary noise point detection
CN106548176A (en) * 2016-11-18 2017-03-29 安徽大学 Finger vein image enhancement method based on self adaptation guiding filtering
CN108256456A (en) * 2018-01-08 2018-07-06 杭州电子科技大学 A kind of finger vein identification method based on multiple features Threshold Fusion
CN109872289A (en) * 2019-02-19 2019-06-11 重庆邮电大学 Image enchancing method based on improved non-downsampling Contourlet conversion
CN111199527A (en) * 2020-01-04 2020-05-26 圣点世纪科技股份有限公司 Finger vein image noise detection method based on multi-direction self-adaptive threshold
CN111223063A (en) * 2020-01-12 2020-06-02 杭州电子科技大学 Finger vein image NLM denoising method based on texture features and binuclear function
CN111291709A (en) * 2020-02-25 2020-06-16 华南理工大学 Finger vein image quality evaluation method based on image processing
CN111368661A (en) * 2020-02-25 2020-07-03 华南理工大学 Finger vein image enhancement method based on image processing
CN111639555A (en) * 2020-05-15 2020-09-08 圣点世纪科技股份有限公司 Finger vein image noise accurate extraction and self-adaptive filtering denoising method and device
CN112288660A (en) * 2020-12-25 2021-01-29 四川圣点世纪科技有限公司 Vein image restoration method and device based on NMRT (NMRT) directional feature constraint
CN112529800A (en) * 2020-12-07 2021-03-19 同济大学 Near-infrared vein image processing method for filtering hair noise
CN113313641A (en) * 2021-04-28 2021-08-27 北京理工大学 CT image denoising method with self-adaptive median filtering
WO2022005336A1 (en) * 2020-06-29 2022-01-06 Autonomous Non-Profit Organization For Higher Education «Skolkovo Institute Of Science And Technology» Noise-resilient vasculature localization method with regularized segmentation
WO2022110804A1 (en) * 2020-11-24 2022-06-02 海南大学 Image noise measurement method and device based on local statistical information
CN114724188A (en) * 2022-05-23 2022-07-08 北京圣点云信息技术有限公司 Vein identification method and device based on gray level co-occurrence matrix
CN114863498A (en) * 2022-05-27 2022-08-05 武汉理工大学 Hand vein infrared image enhancement and segmentation method based on AGC and Frangi

Patent Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080037044A1 (en) * 2006-08-08 2008-02-14 Xerox Corporation Methods for background and noise suppression in binary to grayscale image conversion
CN103020911A (en) * 2012-12-12 2013-04-03 中国航空工业集团公司洛阳电光设备研究所 Image processing method for filtering mixed noise
CN105243649A (en) * 2015-11-09 2016-01-13 天津大学 Image denoising method based on secondary noise point detection
CN106548176A (en) * 2016-11-18 2017-03-29 安徽大学 Finger vein image enhancement method based on self adaptation guiding filtering
CN108256456A (en) * 2018-01-08 2018-07-06 杭州电子科技大学 A kind of finger vein identification method based on multiple features Threshold Fusion
CN109872289A (en) * 2019-02-19 2019-06-11 重庆邮电大学 Image enchancing method based on improved non-downsampling Contourlet conversion
CN111199527A (en) * 2020-01-04 2020-05-26 圣点世纪科技股份有限公司 Finger vein image noise detection method based on multi-direction self-adaptive threshold
CN111223063A (en) * 2020-01-12 2020-06-02 杭州电子科技大学 Finger vein image NLM denoising method based on texture features and binuclear function
CN111291709A (en) * 2020-02-25 2020-06-16 华南理工大学 Finger vein image quality evaluation method based on image processing
CN111368661A (en) * 2020-02-25 2020-07-03 华南理工大学 Finger vein image enhancement method based on image processing
CN111639555A (en) * 2020-05-15 2020-09-08 圣点世纪科技股份有限公司 Finger vein image noise accurate extraction and self-adaptive filtering denoising method and device
WO2022005336A1 (en) * 2020-06-29 2022-01-06 Autonomous Non-Profit Organization For Higher Education «Skolkovo Institute Of Science And Technology» Noise-resilient vasculature localization method with regularized segmentation
WO2022110804A1 (en) * 2020-11-24 2022-06-02 海南大学 Image noise measurement method and device based on local statistical information
CN112529800A (en) * 2020-12-07 2021-03-19 同济大学 Near-infrared vein image processing method for filtering hair noise
CN112288660A (en) * 2020-12-25 2021-01-29 四川圣点世纪科技有限公司 Vein image restoration method and device based on NMRT (NMRT) directional feature constraint
CN113313641A (en) * 2021-04-28 2021-08-27 北京理工大学 CT image denoising method with self-adaptive median filtering
CN114724188A (en) * 2022-05-23 2022-07-08 北京圣点云信息技术有限公司 Vein identification method and device based on gray level co-occurrence matrix
CN114863498A (en) * 2022-05-27 2022-08-05 武汉理工大学 Hand vein infrared image enhancement and segmentation method based on AGC and Frangi

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
HAILAN KUANG等: "Adaptive threshold vein enhancement method based on illuminance estimation", 《2021 IEEE 5TH ADVANCED INFORMATION TECHNOLOGY, ELECTRONIC AND AUTOMATION CONTROL CONFERENCE (IAEAC)》 *
RAJALAKSHMI.M等: "Performance evaluation of various filters for Noise removal on near Infrared Palm Dorsal Vascular Images", 《2020 3RD INTERNATIONAL CONFERENCE ON INTELLIGENT SUSTAINABLE SYSTEMS (ICISS)》 *
何必锋: "镜面污损下的静脉图像去噪算法研究", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *
蒋寒琼: "基于纹理约束的手指静脉图像去噪与修复算法研究", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *

Also Published As

Publication number Publication date
CN115272684B (en) 2022-12-27

Similar Documents

Publication Publication Date Title
CN108921800B (en) Non-local mean denoising method based on shape self-adaptive search window
CN113436168B (en) Crack defect detection method for industrial welding line X-ray diagram
CN110211126B (en) Image segmentation method based on intuitive fuzzy C-means clustering
Sulaiman et al. Denoising-based clustering algorithms for segmentation of low level salt-and-pepper noise-corrupted images
Abo-Zahhad et al. Edge detection with a preprocessing approach
WO2017041488A1 (en) Fingerprint ridge point recognition method and apparatus
CN116823824B (en) Underground belt conveyor dust fall detecting system based on machine vision
CN111223063B (en) Finger vein image NLM denoising method based on texture features and binuclear functions
WO2017161636A1 (en) Fingerprint-based terminal payment method and device
CN114298916B (en) X-Ray image enhancement method based on gray stretching and local enhancement
CN114972339B (en) Data enhancement system for bulldozer structural member production abnormity detection
WO2023116632A1 (en) Video instance segmentation method and apparatus based on spatio-temporal memory information
Aleem et al. Random data augmentation based enhancement: a generalized enhancement approach for medical datasets
CN117689655B (en) Metal button surface defect detection method based on computer vision
CN114677525A (en) Edge detection method based on binary image processing
WO2022116492A1 (en) Image template selection method and apparatus, device and storage medium
CN115272684B (en) Method for processing pseudo noise in vein image enhancement process
CN111639555B (en) Finger vein image noise accurate extraction and adaptive filtering denoising method and device
CN108805845A (en) The image de-noising method that wavelet packet is combined with partial differential equation
CN111461999A (en) SAR image speckle suppression method based on super-pixel similarity measurement
Li et al. No-reference sharpness index for scanning electron microscopy images based on dark channel prior
CN114693543B (en) Image noise reduction method and device, image processing chip and image acquisition equipment
CN115994870A (en) Image processing method for enhancing denoising
CN113436216B (en) Electrical equipment infrared image edge detection method based on Canny operator
CN112435186B (en) Fingerprint image enhancement method based on double-rule matrix direction field

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20230412

Address after: Room 2309, 23rd Floor, Qidi Building, No. 99, South Tiancheng Road, High Speed Rail New Town, Xiangcheng District, Suzhou City, Jiangsu Province, 215000 - Work Station A029 (cluster registration)

Patentee after: Jiangsu Shengdian Century Technology Co.,Ltd.

Address before: 266010 Room 1602, Qianshan Building, Building D2, Qingdao International Innovation Park, No. 169, Songling Road, Laoshan District, Qingdao, Shandong

Patentee before: Shandong ShengDian Century Technology Co.,Ltd.

TR01 Transfer of patent right