CN104463795A - Processing method and device for dot matrix type data matrix (DM) two-dimension code images - Google Patents

Processing method and device for dot matrix type data matrix (DM) two-dimension code images Download PDF

Info

Publication number
CN104463795A
CN104463795A CN201410674241.4A CN201410674241A CN104463795A CN 104463795 A CN104463795 A CN 104463795A CN 201410674241 A CN201410674241 A CN 201410674241A CN 104463795 A CN104463795 A CN 104463795A
Authority
CN
China
Prior art keywords
image
dot matrix
value
code
code element
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
CN201410674241.4A
Other languages
Chinese (zh)
Other versions
CN104463795B (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.)
Yuan Chong
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to CN201410674241.4A priority Critical patent/CN104463795B/en
Publication of CN104463795A publication Critical patent/CN104463795A/en
Application granted granted Critical
Publication of CN104463795B publication Critical patent/CN104463795B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention relates to a processing method and device for dot matrix type data matrix (DM) two-dimension code images. The step comprises the steps of firstly, reading the images and uniformizing the sizes; secondly, converting the images into grayscale images; thirdly, carrying out Gaussian smoothing filtering processing; fourthly, carrying out binarization processing; fifthly, carrying out blotch detection to obtain the code element diameter; sixthly, carrying out dynamic filtering and improved binarization processing on the original grayscale images according to the code element diameter; seventhly, carrying out open-close operation on the binarized images to obtain dot matrix images; eighthly, carrying out median filtering processing on the dot matrix images and then converting the images into standard two-dimension code images. The method can solve the problems that the gap of dot matrix type data matrix codes is excessively large in the recognition process, illumination is not uniform and noise jamming exists. An existing DM code handheld recognition device can be used for detection, secondary development on hardware is not needed, the system design is practicable, fast and effective, and the current actual requirement for dot matrix type DM coding can be met.

Description

A kind of dot matrix DM image in 2 D code disposal route and device
Technical field
The invention belongs to Quick Response Code computer image processing technology field, particularly a kind of dot matrix DM image in 2 D code disposal route and device.
Background technology
Dot matrix DM (DataMatrix) is mainly used in the fields such as automobile making, pharmacy medical treatment, army's weapons management at present, due to its be easy to generate, therefore in the materials such as metal, glass, hard plastic to applying widely.Simultaneously due to dot matrix DM two-dimensional code generation method and the situations such as low, the many noise of its bar code image ubiquity contrast, background are complicated, the uneven illumination that occurs in gatherer process is even that use the diversity of material to cause.Different from the DM symbol of standard, between the point of dot matrix DM Quick Response Code, space is large, as shown in Figure 1.As identified with this code being had no to process, then can strengthen again the difficulty of identification, it is necessary for therefore carrying out Image semantic classification for dot matrix image in 2 D code.
Along with development and the popularization of embedded platform, there is Portable two-dimensional code identification reader, make the recognition of Quick Response Code more efficient and convenient, the research at present about DM code Image semantic classification emerges in an endless stream, but relatively less for the research of dot matrix DM code Image semantic classification.Therefore the present invention proposes dot matrix DM image pre-processing method and corresponding device.
Summary of the invention
The present invention is directed to the low problem of discrimination that dot matrix DataMatrix Quick Response Code exists, propose the image pre-processing method of a series of morphological transformation in conjunction with binaryzation, and make smoothly fuzzyly with morphological transformation, there is adaptivity by spot detection.The method can overcome the problems such as dot matrix DataMatrix code is excessive in identification intermediate gap, the even noise of uneven illumination, and dot matrix DM Quick Response Code is converted into the form of standard, thus detect by the current hand-held identification equipment of DM code, without the need to secondary development on hardware, system is feasible fast effectively, can meet at present to the actual demand that dot matrix DM decodes.
The invention provides a kind of dot matrix DM image in 2 D code disposal route, comprising:
Step one: read dot matrix DM image in 2 D code, on the basis not changing initial point configuration DM image in 2 D code wide high proportion, utilizes arest neighbors interpolation algorithm or bilinear interpolation algorithm to carry out the unitized process of width;
Step 2: the image after uniform sizes is converted to gray-scale map;
Step 3: carry out Gaussian smoothing filter process to the image after gray processing, removes the tiny texture of image background, makes the solid dot of dot matrix code element more level and smooth;
Step 4: the grayscale image after Gaussian smoothing filter is converted into black white binarization image;
Step 5: carry out symbol detection to the image after binaryzation in step 4, obtains the diameter of dot matrix code element;
Step 6: the diameter of the dot matrix code element obtained according to step 5 and change the size of average template dynamically, and then dynamic mean filter process is carried out to the gray-scale map in step 2, the gray-scale map after dynamic mean filter is carried out again to the binary conversion treatment of the improvement that kittler algorithm combines with Bernsen algorithm;
Step 7: the binary image that step 6 obtains is carried out morphologic opening operation and closed operation operation, obtain the dot matrix image after processing, wherein,
Opening operation following formula represents:
Closed operation following formula represents:
A · B = ( A ⊗ B ) ΘB
Wherein A is the bianry image of input, and B is square structure element.
Step 8: dot matrix image step 7 obtained, by medium filtering denoising, changes the standard DM image in 2 D code of discernible block structure into.
Further, the length of side of the square structure element B in described step 7 opening operation is preferably 1/3 of dot matrix code element diameter, and in closed operation, the length of side of square structure element B is preferably less than dot matrix code element diameter 1 to 5 display pixel point.
Further, the medium filtering denoising that step 8 uses realizes preferably by following steps:
The value of any in image is replaced with the Mesophyticum of each point value in a neighborhood of this point, allows the pixel value of surrounding close to actual value, thus eliminate isolated noise spot, wherein two dimension median filter is exported and is obtained by following formula:
g(x,y)=med{f(x-k,y-1),(k,1∈W)}
Wherein, med{} represents the intermediate value of getting array sequence; F (x, y), g (x, y) are respectively original image and the rear image of process; W is the two dimension pattern plate of 3 × 3 sizes; K, l are integer, the increment respectively on denotation coordination x, y direction.
Further, the dynamic mean filter process of step 6 preferably comprises the steps: further
(1) template size is obtained by following formula:
wherein round represents floor operation;
(2) average filter template is calculated:
Wherein, k is the size of average template, and D is the diameter of dot matrix code element, and ε is average template;
(3) be averaged filtering according to the following formula:
I 1(x,y)=ε*I(x,y)
Wherein I (x, y) represents gray-scale map matrix, I 1(x, y) represents filtered image gray matrix;
Further, the process in step 4, the grayscale image after Gaussian smoothing filter being converted into black white binarization image specifically comprises:
(1) obtain global threshold T with Kittler algorithm, the method calculating this global threshold T is as follows:
T = Σ x Σ y e ( x , y ) f ( x , y ) Σ x Σ y e ( x , y )
Wherein, f (x, y) is the original gray-scale map that step 2 obtains, e (x, y)=max{|e x|, | e y| i.e. maximum of gradients, e x=f (x-1, y)-f (x+1, y) is the gradient in horizontal direction, e y=f (x, y-1)-f (x, y+1) is the gradient in vertical direction;
(2) scan whole f (x, y) gray level image, then binaryzation result is:
b ( x , y ) = 255 f ( x , y ) > T 0 f ( x , y ) < T
Wherein b (x, y) is binaryzation result.
Further, the binary conversion treatment of the improvement that the kittler algorithm that step 6 uses combines with Bernsen algorithm comprises following concrete steps:
Step (1) obtains global threshold T with Kittler algorithm, and the method calculating this global threshold T is as follows:
T = &Sigma; x &Sigma; y e ( x , y ) f ( x , y ) &Sigma; x &Sigma; y e ( x , y )
Wherein, f (x, y) is the original gray-scale map that step 2 obtains, e (x, y)=max{|e x|, | e y| i.e. maximum of gradients, e x=f (x-1, y)-f (x+1, y) is the gradient in horizontal direction, e y=f (x, y-1)-f (x, y+1) is the gradient in vertical direction;
Step (2) adopts Bernsen algorithm to process the interval of uneven illumination in image histogram, and the gray-scale value in this interval concentrates near the global threshold T that step (1) obtains, if T 3> D, D are the interval width of Bernsen algorithm process and the diameter of dot matrix code element
Then binaryzation result b ( x , y ) = 0 f ( x , y ) < T 2 ( x , y ) 255 f ( x , y ) &GreaterEqual; T 2 ( x , y ) ;
If T 3< D, D are the interval width of Bernsen algorithm process and the diameter of dot matrix code element
Then binaryzation result b ( x , y ) = 0 f ( x , y ) < T 4 ( x , y ) 255 f ( x , y ) &GreaterEqual; T 4 ( x , y ) ;
Wherein,
T 3be Threshold selection foundation and T 3(x, y)=max s-min s,
T 2(x,y)=0.5(max d+min d),
T 4(x,y)=0.5(T+T 2(x,y));
Wherein,
max drepresent that pixel (x, y) is max pixel value in the window of 4w*4w in size;
represent that pixel (x, y) is minimum pixel value in the larger window of 4w*4w in size;
represent that pixel (x, y) is max pixel value in the comparatively wicket of 2w*2w in size;
represent that pixel (x, y) is minimum pixel value in the comparatively wicket of 2w*2w in size;
Max in above-mentioned formula represents the maximal value of getting pixel in window, and min represents the minimum value of getting pixel in window, k and l is integer, the increment respectively on denotation coordination x, y direction; W represents the window of local threshold computing, and w span is 5 ~ 9, T 2represent pixel grey scale mean value in window, T 4t 2with the mean value of global threshold T.
Further, the symbol detection idiographic flow in step 5 is as follows:
Utilize Gauss-Laplace detected image code element, for two-dimensional Gaussian function:
g ( x , y , &sigma; ) = 1 2 &pi;&sigma; e - ( x 2 + y 2 ) 2 &sigma; - - - ( 1 )
Wherein, σ is width parameter and the characteristic dimension of function, and for the radial effect scope of control function, the radial direction of the larger representative function of σ is wider, its similar code element is larger, the radial direction of the less representative function of σ is narrower, and its similar code element is less, x, y represents two-dimensional spatial location, g (x, y, σ) represents two-dimensional Gaussian function;
The Laplace transform of formula (1) is:
&Delta; 2 g = &PartialD; 2 g &PartialD; x 2 + &PartialD; 2 g &PartialD; y 2 - - - ( 2 )
Wherein, Δ 2g represents the Laplace function of two-dimensional Gaussian function, Δ 2represent Second Order Differential Operator, g represents two-dimensional Gaussian function; Normalized Laplacian is transformed to:
&Delta; norm 2 g = &sigma; 2 ( &PartialD; 2 g &PartialD; x 2 + &PartialD; 2 g &PartialD; y 2 ) = &sigma; 2 &Delta; 2 g = - 1 &pi; &sigma; 2 [ 1 - x 2 + y 2 2 &sigma; 2 ] &CenterDot; e - ( x 2 + y 2 ) 2 &sigma; - - - ( 3 )
In formula (3) represent normalized Laplacian function, its variance is 0;
Normalized dimensional Gaussian Laplace function shown in formula (3) is function with circular symmetry, by changing the value of σ, detecting the Quick Response Code code element of different size, and asking for pole value is equivalent to and asks for following formula:
&PartialD; ( &Delta; norm 2 g ) &PartialD; &sigma; = 0
Wherein, represent normalized Laplacian function ask the local derviation of σ, represent and ask normalized Laplacian function pole value;
That is:
( x 2 + y 2 - 2 &sigma; 2 ) &CenterDot; e - ( x 2 + y 2 ) 2 &sigma; = 0
r 2-2σ 2=0
Wherein r represents the radius of the circular code element of image in 2 D code binaryzation, at yardstick time, Laplacian response reaches maximum, and in like manner, if the circular code element black and white in image is anti-phase, so, the Laplacian response of this code element at yardstick is time reach minimum, the Laplacian yardstick σ value responded when reaching peak value is the characteristic dimension of symbol detection, calculate the discrete Laplce response of image under different scale after binaryzation, then each point in locational space is checked, if Laplce's response of this point is all greater than or less than the value of other cubic space neighborhood, so, this is selected is exactly the two-dimensional code data unit vegetarian refreshments be detected, above-mentioned searching locational space and metric space peak value by following function representation:
( x ^ , y ^ , t ^ ) = arg max min local ( x , y ; t ) ( &Delta; norm 2 L ( x , y , t ) )
The while of this function representation, on locus and yardstick, Laplce's response reaches the value of the point of maximal value or minimum value, and this point is exactly the code element that will detect; Wherein, t represents scale-value, (x, y) representation space position, max min local (x, y, t)() represents the maximal value of response function on space and dimension location or minimum value, and arg () represents the value of the variable of respective function value, represent standard two-dimensional Laplace function under metric space.
Present invention also offers a kind of dot matrix DM image in 2 D code treating apparatus, comprising:
Image reading module, for reading dot matrix DM image in 2 D code, on the basis not changing initial point configuration DM image in 2 D code wide high proportion, utilizes arest neighbors interpolation algorithm or bilinear interpolation algorithm to carry out the unitized process of width;
Gradation conversion module, for being converted to gray-scale map by the image after uniform sizes;
Gaussian smoothing filter module, for carrying out Gaussian smoothing filter process to the image after gray processing, removing the tiny texture of image background, making the solid dot of dot matrix code element more level and smooth;
Binaryzation modular converter, for being converted into black white binarization image by the grayscale image after Gaussian smoothing filter;
Symbol detection module, for carrying out symbol detection to the image after binaryzation in binaryzation modular converter, obtains the diameter of dot matrix code element;
Dynamic mean filter and binaryzation modular converter, the size of average template is changed dynamically for the diameter of dot matrix code element that obtains according to symbol detection module, and then dynamic mean filter process is carried out to the gray-scale map that gradation conversion module obtains, the gray-scale map after dynamic mean filter is carried out again to the binary conversion treatment of the improvement that kittler algorithm combines with Bernsen algorithm;
Arithmetic operation module, the binary image for dynamic mean filter and binaryzation modular converter being obtained carries out morphologic opening operation and closed operation operation, obtains the dot matrix image after processing, wherein,
Opening operation following formula represents:
Closed operation following formula represents:
A &CenterDot; B = ( A &CircleTimes; B ) &Theta;B
Wherein A is the bianry image of input; B is square structure element;
Standardized module, passes through medium filtering denoising for dot matrix image arithmetic operation module obtained, changes the standard DM image in 2 D code of discernible block structure into.
Further, the length of side of the square structure element B in the opening operation of described arithmetic operation module is preferably 1/3 of dot matrix code element diameter, and in closed operation, the length of side of square structure element B is preferably less than dot matrix code element diameter 1 to 5 display pixel point.
Further, the medium filtering denoising that standardized module uses realizes preferably by with under type:
The value of any in image is replaced with the Mesophyticum of each point value in a neighborhood of this point, allows the pixel value of surrounding close to actual value, thus eliminate isolated noise spot, wherein two dimension median filter is exported and is obtained by following formula:
g(x,y)=med{f(x-k,y-1),(k,1∈W)}
Wherein, med{} represents the intermediate value of getting array sequence; F (x, y), g (x, y) are respectively original image and the rear image of process; W is the two dimension pattern plate of 3 × 3 sizes; K, l are integer, the increment respectively on denotation coordination x, y direction.
Accompanying drawing explanation
Fig. 1 is the comparison diagram of dot matrix DM code and standard DM code;
Fig. 2 is dot matrix DM code image processing flow figure;
Fig. 3 is that the spot (code element) after the dot matrix DM code image of binaryzation and binaryzation detects schematic diagram;
Fig. 4 is the design sketch of opening operation and closed operation;
Fig. 5 is the effect schematic diagram that dot matrix DM code image is converted to standard DM image in 2 D code.
Embodiment
Below in conjunction with the drawings and specific embodiments, the present invention is further detailed explanation, is not practical range of the present invention is confined to this.
As shown in Figure 1, dot matrix DM code (right side) and standard DM code (left side) have significant difference.
Because dot matrix DM code is made up of according to certain rule uniform round dot, carry out Fuzzy smooth and morphological change if conventionally direct to picture, effect is very undesirable, easily caused process and treatment effect not obvious.
[embodiment one]
Present embodiments provide a kind of dot matrix DM image in 2 D code treatment scheme and method, the method can be realized by computer program or be realized by hardware circuit, and idiographic flow is with reference to shown in Fig. 2.
(1) reading images uniform sizes
Conveniently process, first after reading images, the size of dot matrix two dimensional image is unitized, the basis not changing former figure wide high proportion utilizes arest neighbors interpolation algorithm or bilinear interpolation algorithm carry out width to unitize, showing to unitize through test to make identification more accurate.
(2) gray-scale map is converted to
Be positioned at and be convenient to process image, need the image of acquired original to be converted to gray level image.
(3) Gaussian smoothing filter process
Roughness due to bar code background affects identification accuracy, and the lattice module of dot matrix DM code is solid spot, smoothly little on solid dot impact, so, in order to remove the complex texture of picture, need to carry out Fuzzy smooth process.Dot matrix DM bar code does not need too high to the requirement of smoothing processing, the experiment converted by multiple smothing filtering is compared, and finds that dynamic mean filter and gaussian filtering all meet the demands.Therefore use Gaussian smoothing to obtain natural smooth effect in this step, be unlikely to too fuzzy, more precisely stablize to make the measurement of spot detection.
(4) binary conversion treatment
The binary conversion treatment of image is exactly by choosing suitable threshold value, grayscale image is converted into the black white binarization image that can reflect integral image structure and local feature.In dot matrix Data Matrix bar code image processing procedure, by carrying out corresponding computing to the image after binaryzation, the characteristic information such as border, position, size of target area can be obtained than being easier to, thus lay the foundation for the analysis of bar code image and identification.
First, obtain global threshold T with Kittler algorithm, the method calculating this global threshold T is as follows:
T = &Sigma; x &Sigma; y e ( x , y ) f ( x , y ) &Sigma; x &Sigma; y e ( x , y )
Wherein, f (x, y) is the original gray-scale map that step 2 obtains, e (x, y)=max{|e x|, | e y| i.e. maximum of gradients, e x=f (x-1, y)-f (x+1, y) is the gradient in horizontal direction, e y=f (x, y-1)-f (x, y+1) is the gradient in vertical direction;
Then, scan whole f (x, y) gray level image, then binaryzation result is:
b ( x , y ) = 255 f ( x , y ) > T 0 f ( x , y ) < T
Wherein b (x, y) is binaryzation result.
(5) spot detection
The principle of spot detection (i.e. dot matrix symbol detection) is as follows:
Utilize Laplacian (Laplace of Guassian, LoG) operator detected image code element, for two-dimensional Gaussian function:
g ( x , y , &sigma; ) = 1 2 &pi;&sigma; e - ( x 2 + y 2 ) 2 &sigma; - - - ( 1 )
Wherein, σ is width parameter and the characteristic dimension of function, and for the radial effect scope of control function, the radial direction of the larger representative function of σ is wider, its similar code element is larger, the radial direction of the less representative function of σ is narrower, and its similar code element is less, x, y represents two-dimensional spatial location, g (x, y, σ) represents two-dimensional Gaussian function;
The Laplace transform of formula (1) is:
&Delta; 2 g = &PartialD; 2 g &PartialD; x 2 + &PartialD; 2 g &PartialD; y 2 - - - ( 2 )
Wherein, Δ 2g represents the Laplace function of two-dimensional Gaussian function, Δ 2represent Second Order Differential Operator, g represents two-dimensional Gaussian function;
Normalized Laplacian is transformed to:
&Delta; norm 2 g = &sigma; 2 ( &PartialD; 2 g &PartialD; x 2 + &PartialD; 2 g &PartialD; y 2 ) = &sigma; 2 &Delta; 2 g = - 1 &pi; &sigma; 2 [ 1 - x 2 + y 2 2 &sigma; 2 ] &CenterDot; e - ( x 2 + y 2 ) 2 &sigma; - - - ( 3 )
In formula (3) represent normalized Laplacian function, its variance is 0;
Normalized dimensional Gaussian Laplace function shown in formula (3) is function with circular symmetry, by changing the value of σ, detecting the Quick Response Code code element of different size, and asking for pole value is equivalent to and asks for following formula:
&PartialD; ( &Delta; norm 2 g ) &PartialD; &sigma; = 0
Wherein, represent normalized Laplacian function ask the local derviation of σ, represent and ask normalized Laplacian function pole value;
That is:
( x 2 + y 2 - 2 &sigma; 2 ) &CenterDot; e - ( x 2 + y 2 ) 2 &sigma; = 0
r 2-2σ 2=0
Wherein r represents the radius of the circular code element of image in 2 D code binaryzation, at yardstick time, Laplacian response reaches maximum, and in like manner, if the circular code element black and white in image is anti-phase, so, the Laplacian response of this code element at yardstick is time reach minimum, the Laplacian yardstick σ value responded when reaching peak value is the characteristic dimension of symbol detection, calculate the discrete Laplce response of image under different scale after binaryzation, then each point in locational space is checked, if Laplce's response of this point is all greater than or less than the value of other cubic space neighborhood, so, this is selected is exactly the two-dimensional code data unit vegetarian refreshments be detected, above-mentioned searching locational space and metric space peak value by following function representation:
( x ^ , y ^ , t ^ ) = arg max min local ( x , y ; t ) ( &Delta; norm 2 L ( x , y , t ) )
The while of this function representation, on locus and yardstick, Laplce's response reaches the value of the point of maximal value or minimum value, and this point is exactly the code element that will detect; Wherein, t represents scale-value, (x, y) representation space position, max min local (x, y, t)() represents the maximal value of response function on space and dimension location or minimum value, and arg () represents the value of the variable of respective function value, represent standard two-dimensional Laplace function under metric space.
According to above principle, the data element vegetarian refreshments of image in 2 D code and the size of each spot thereof can be detected well, see Fig. 3.
(6) binary conversion treatment of dynamic filter and improvement
First, dynamic filter process is carried out:
(1) template size is obtained by following formula:
wherein round represents floor operation;
(2) average filter template is calculated:
Wherein, k is the size of average template, and D is the diameter of dot matrix code element, and ε is average template;
(3) be averaged filtering according to the following formula:
I 1(x,y)=ε*I(x,y)
Wherein I (x, y) represents gray-scale map matrix, I 1(x, y) represents filtered image gray matrix;
Then, the binary conversion treatment improved is carried out:
The Binarization methods that the Binarization methods of this method has selected kittler algorithm to combine with the Bernsen algorithm of improvement, be directed to dot matrix Quick Response Code point module relative to smoothly, the feature that background texture is similar, unnecessary background detail can well be ignored, have good treatment effect to the picture that uneven illumination is even simultaneously.First the region of image generation uneven illumination is found according to the simple statistics algorithm of Kittler, the processing procedure then improving Bernsen algorithm, the artifact problem adjusting parameter, weaken former algorithm, and by the part of the algorithm process image irradiation inequality after improvement.This algorithm has good stability and adaptivity, can significantly improve binaryzation effect and the discrimination of two-dimensional bar code.
The binary processing method that kittler algorithm combines with the Bernsen algorithm of improvement is as follows:
Step (1) obtains global threshold T with Kittler algorithm, and the method calculating this global threshold T is as follows:
T = &Sigma; x &Sigma; y e ( x , y ) f ( x , y ) &Sigma; x &Sigma; y e ( x , y )
Wherein, f (x, y) is the original gray-scale map that step 2 obtains, e (x, y)=max{|e x|, | e y| i.e. maximum of gradients, e x=f (x-1, y)-f (x+1, y) is the gradient in horizontal direction, e y=f (x, y-1)-f (x, y+1) is the gradient in vertical direction;
Step (2) adopts Bernsen algorithm to process the interval of uneven illumination in image histogram, and the gray-scale value of this class interval concentrates near the global threshold T that step (1) obtains,
If T 3> D, D are the interval width of Bernsen algorithm process and the diameter of dot matrix code element
Then binaryzation result b ( x , y ) = 0 f ( x , y ) < T 2 ( x , y ) 255 f ( x , y ) &GreaterEqual; T 2 ( x , y ) ;
If T 3< D, D are the interval width of Bernsen algorithm process and the diameter of dot matrix code element
Then binaryzation result b ( x , y ) = 0 f ( x , y ) < T 4 ( x , y ) 255 f ( x , y ) &GreaterEqual; T 4 ( x , y ) ;
Wherein,
T 3be Threshold selection foundation and T 3(x, y)=max s-min s,
T 2(x,y)=0.5(max d+min d),
T 4(x,y)=0.5(T+T 2(x,y));
Wherein,
max drepresent that pixel (x, y) is max pixel value in the window of 4w*4w in size;
represent that pixel (x, y) is minimum pixel value in the larger window of 4w*4w in size;
represent that pixel (x, y) is max pixel value in the comparatively wicket of 2w*2w in size;
represent that pixel (x, y) is minimum pixel value in the comparatively wicket of 2w*2w in size;
Max in above-mentioned formula represents the maximal value of getting pixel in window, and min represents the minimum value of getting pixel in window, k and l is integer, the increment respectively on denotation coordination x, y direction; W represents the window of local threshold computing, and w span is 5 ~ 9, T 2represent pixel grey scale mean value in window, T 4t 2with the mean value of global threshold T.
(7) carry out open and close operator, obtain dot matrix image
Dot matrix DM code is made up of point module, and in order to become discernible standard DM code, needing lattice module to become block structure, just having used open and close operator in morphological transformation, open and close operator is the array configuration of dilation and corrosion.
Wherein, A is expanded by B, is designated as be defined as:
A &CirclePlus; B = { z | ( B ^ ) z &cap; A &NotEqual; &Phi; }
Wherein, A is corroded by B, is designated as A Θ B, is defined as:
AΘB={z|(B) z∩A c≠Φ}
A can be denoted as A ο B by the morphology opening operation of B, and this computing is the result carrying out dilation erosion after A is corroded by B again with B:
A can be denoted as AB by the closing operation of mathematical morphology of B, and this computing is the result of corroding expansion after A is expanded by B again with B:
A &CenterDot; B = ( A &CircleTimes; B ) &Theta;B
In the method, A is the bianry image of input, and B is square structure element.
Opening operation can make the profile of image become smooth, and narrow connection can also be made to disconnect and eliminate burr, but unlike the profile that image is large, overall contraction not occurring with corrosion, object space any change does not occur yet.Closed operation can make profile become smooth equally, but contrary with opening operation, and it can make narrow interruption up usually, fills little cavity.As the schematic diagram that Fig. 4 is opening operation and closed operation.Therefore opening operation and closed operation are used in the standardization of DM Quick Response Code, the spuious point after binaryzation and some burrs can be removed.Great many of experiments sum up can obtain, the spot size (i.e. dot matrix code element diameter) obtained by spot detection 1/3rd square structure element carry out opening operation, remove spuious point and burr.Carry out closed operation with the square structure element being slightly smaller than spot size (i.e. dot matrix code element diameter) 1 to 5 display pixel point, make point module become block-shaped structure, make its " L " shape sharpness of border visible.
(8) carry out medium filtering process after open and close operator, be converted into standard two-dimensional code image
Medium filtering denoising realizes preferably by with under type:
The value of any in image is replaced with the Mesophyticum of each point value in a neighborhood of this point, allows the pixel value of surrounding close to actual value, thus eliminate isolated noise spot, wherein two dimension median filter is exported and is obtained by following formula:
g(x,y)=med{f(x-k,y-1),(k,l∈W)}
Wherein, med{} represents the intermediate value of getting array sequence; F (x, y), g (x, y) are respectively original image and the rear image of process; W is the two dimension pattern plate of 3 × 3 sizes; K, 1 is integer, the increment respectively on denotation coordination x, y direction.
Change the effect after standard DM image in 2 D code into as shown in Figure 5.
[embodiment two]
Present invention also offers a kind of software virtual device of functional module framework, it comprises following structure:
A kind of dot matrix DM image in 2 D code treating apparatus, comprising:
Image reading module, for reading dot matrix DM image in 2 D code, on the basis not changing initial point configuration DM image in 2 D code wide high proportion, utilizes arest neighbors interpolation algorithm or bilinear interpolation algorithm to carry out the unitized process of width;
Gradation conversion module, for being converted to gray-scale map by the image after uniform sizes;
Gaussian smoothing filter module, for carrying out Gaussian smoothing filter process to the image after gray processing, removing the tiny texture of image background, making the solid dot of dot matrix code element more level and smooth;
Binaryzation modular converter, for being converted into black white binarization image by the grayscale image after Gaussian smoothing filter;
Symbol detection module, for carrying out symbol detection to the image after binaryzation in binaryzation modular converter, obtains the diameter of dot matrix code element;
Dynamic mean filter and binaryzation modular converter, the size of average template is changed dynamically for the diameter of dot matrix code element that obtains according to symbol detection module, and then dynamic mean filter process is carried out to the gray-scale map that gradation conversion module obtains, the gray-scale map after dynamic mean filter is carried out again to the binary conversion treatment of the improvement that kittler algorithm combines with Bernsen algorithm:
Arithmetic operation module, the binary image for dynamic mean filter and binaryzation modular converter being obtained carries out morphologic opening operation and closed operation operation, obtains the dot matrix image after processing, wherein,
Opening operation following formula represents:
Closed operation following formula represents:
A &CenterDot; B = ( A &CircleTimes; B ) &Theta;B
Wherein A is the bianry image of input; B is square structure element;
Standardized module, passes through medium filtering denoising for dot matrix image arithmetic operation module obtained, changes the standard DM image in 2 D code of discernible block structure into.
Certainly, the product of above-mentioned functions module architectures also realizes by real hardware circuit.
The dot matrix spot mentioned in the present invention is also referred to as dot matrix code element, and spot and code element belong to identical concept.
Based on the embodiment in the present invention, those of ordinary skill in the art, not making the every other embodiment obtained under creative work prerequisite, belong to the scope of protection of the invention.

Claims (10)

1. a dot matrix DM image in 2 D code disposal route, comprising:
Step one: read dot matrix DM image in 2 D code, on the basis not changing initial point configuration DM image in 2 D code wide high proportion, utilizes arest neighbors interpolation algorithm or bilinear interpolation algorithm to carry out the unitized process of width;
Step 2: the image after uniform sizes is converted to gray-scale map;
Step 3: carry out Gaussian smoothing filter process to the image after gray processing, removes the tiny texture of image background, makes the solid dot of dot matrix code element more level and smooth;
Step 4: the grayscale image after Gaussian smoothing filter is converted into black white binarization image;
Step 5: carry out symbol detection to the image after binaryzation in step 4, obtains the diameter of dot matrix code element;
Step 6: the diameter of the dot matrix code element obtained according to step 5 and change the size of average template dynamically, and then dynamic mean filter process is carried out to the gray-scale map in step 2, the binary conversion treatment that kittler algorithm combines with the Bernsen algorithm of improvement is carried out again to the gray-scale map after dynamic mean filter;
Step 7: the binary image that step 6 obtains is carried out morphologic opening operation and closed operation operation, obtain the dot matrix image after processing, wherein,
Opening operation following formula represents:
Closed operation following formula represents:
Wherein A is the bianry image of input, and B is square structure element.
Step 8: dot matrix image step 7 obtained, by medium filtering denoising, changes the standard DM image in 2 D code of discernible block structure into.
2. dot matrix DM image in 2 D code disposal route according to claim 1, it is characterized in that, the length of side of the square structure element B in described step 7 opening operation is preferably 1/3 of dot matrix code element diameter, and in closed operation, the length of side of square structure element B is preferably less than dot matrix code element diameter 1 to 5 display pixel point.
3. dot matrix DM image in 2 D code disposal route according to claim 1, is characterized in that, the medium filtering denoising that step 8 uses realizes preferably by following steps:
The value of any in image is replaced with the Mesophyticum of each point value in a neighborhood of this point, allows the pixel value of surrounding close to actual value, thus eliminate isolated noise spot, wherein two dimension median filter is exported and is obtained by following formula:
g(x,y)=med{f(x-k,y-1),(k,1∈W)}
Wherein, med{} represents the intermediate value of getting array sequence; F (x, y), g (x, y) are respectively original image and the rear image of process; W is the two dimension pattern plate of 3 × 3 sizes; K, 1 is integer, the increment respectively on denotation coordination x, y direction.
4. dot matrix DM image in 2 D code disposal route according to claim 1, is characterized in that: the dynamic mean filter process of step 6 preferably comprises the steps: further
(1) template size is obtained by following formula:
wherein round represents floor operation;
(2) average filter template is calculated:
Wherein, k is the size of average template, and D is the diameter of dot matrix code element, and ε is average template;
(3) be averaged filtering according to the following formula:
I 1(x,y)=ε*I(x,y)
Wherein I (x, y) represents gray-scale map matrix, I 1(x, y) represents filtered image gray matrix.
5. dot matrix DM image in 2 D code disposal route according to claim 1, is characterized in that: the process in step 4, the grayscale image after Gaussian smoothing filter being converted into black white binarization image specifically comprises:
(1) obtain global threshold T with Kittler algorithm, the method calculating this global threshold T is as follows:
Wherein, f (x, y) is the original gray-scale map that step 2 obtains, e (x, y)=max{|e x|, | e y| i.e. maximum of gradients, e x=f (x-1, y)-f (x+1, y) is the gradient in horizontal direction, e y=f (x, y-1)-f (x, y+1) is the gradient in vertical direction;
(2) scan whole f (x, y) gray level image, then binaryzation result is:
Wherein b (x, y) is binaryzation result.
6. dot matrix DM image in 2 D code disposal route according to claim 1, is characterized in that: the binary conversion treatment that the kittler algorithm that step 6 uses combines with the Bernsen algorithm of improvement comprises following concrete steps:
Step (1) obtains global threshold T with Kittler algorithm, and the method calculating this global threshold T is as follows:
Wherein, f (x, y) is the original gray-scale map that step 2 obtains, e (x, y)=max{|e x|, | e y| i.e. maximum of gradients, e x=f (x-1, y)-f (x+1, y) is the gradient in horizontal direction, e y=f (x, y-1)-f (x, y+1) is the gradient in vertical direction;
Step (2) adopts Bernsen algorithm to process the interval of uneven illumination in image histogram, and the gray-scale value in this interval concentrates near the global threshold T that step (1) obtains,
If T 3> D, D are the interval width of Bernsen algorithm process and the diameter of dot matrix code element
Then binaryzation result
If T 3< D, D are the interval width of Bernsen algorithm process and the diameter of dot matrix code element
Then binaryzation result
Wherein,
T 3be Threshold selection foundation and T 3(x, y)=max s-min s,
T 2(x,y)=0.5(max d+min d),
T 4(x,y)=0.5(T+T 2(x,y));
Wherein,
max drepresent that pixel (x, y) is max pixel value in the window of 4w*4w in size;
represent that pixel (x, y) is minimum pixel value in the larger window of 4w*4w in size;
represent that pixel (x, y) is max pixel value in the comparatively wicket of 2w*2w in size;
represent that pixel (x, y) is minimum pixel value in the comparatively wicket of 2w*2w in size;
Max in above-mentioned formula represents the maximal value of getting pixel in window, and min represents the minimum value of getting pixel in window, k and l is integer, the increment respectively on denotation coordination x, y direction; W represents the window of local threshold computing, and w span is 5 ~ 9, T 2represent pixel grey scale mean value in window, T 4t 2with the mean value of global threshold T.
7. dot matrix DM image in 2 D code disposal route according to claim 1, it is characterized in that, the symbol detection idiographic flow in step 5 is as follows:
Utilize Gauss-Laplace detected image code element, for two-dimensional Gaussian function:
Wherein, σ is width parameter and the characteristic dimension of function, and for the radial effect scope of control function, the radial direction of the larger representative function of σ is wider, its similar code element is larger, the radial direction of the less representative function of σ is narrower, and its similar code element is less, x, y represents two-dimensional spatial location, g (x, y, σ) represents two-dimensional Gaussian function;
The Laplace transform of formula (1) is:
Wherein, Δ 2g represents the Laplace function of two-dimensional Gaussian function, Δ 2represent Second Order Differential Operator, g represents two-dimensional Gaussian function;
Normalized Laplacian is transformed to:
In formula (3) represent normalized Laplacian function, its variance is 0;
Normalized dimensional Gaussian Laplace function shown in formula (3) is function with circular symmetry, by changing the value of σ, detecting the Quick Response Code code element of different size, and asking for pole value is equivalent to and asks for following formula:
Wherein, represent normalized Laplacian function ask the local derviation of σ, represent and ask normalized Laplacian function pole value;
That is:
r 2-2σ 2=0
Wherein r represents the radius of the circular code element after image in 2 D code binaryzation, at yardstick time, Laplacian response reaches maximum, and in like manner, if the circular code element black and white in image is anti-phase, so, the Laplacian response of this code element at yardstick is time reach minimum, the Laplacian yardstick σ value responded when reaching peak value is the characteristic dimension of symbol detection, calculate the discrete Laplce response of image under different scale after binaryzation, then each point in locational space is checked, if Laplce's response of this point is all greater than or less than the value of other cubic space neighborhood, so, this is selected is exactly the two-dimensional code data unit vegetarian refreshments be detected, above-mentioned searching locational space and metric space peak value by following function representation:
The while of this function representation, on locus and yardstick, Laplce's response reaches the value of the point of maximal value or minimum value, and this point is exactly the code element that will detect; Wherein, t represents scale-value, (x, y) representation space position, maxminlocal (x, y, t)() represents the maximal value of response function on space and dimension location or minimum value, and arg () represents the value of the variable of respective function value, represent standard two-dimensional Laplace function under metric space.
8. a dot matrix DM image in 2 D code treating apparatus, comprising:
Image reading module, for reading dot matrix DM image in 2 D code, on the basis not changing initial point configuration DM image in 2 D code wide high proportion, utilizes arest neighbors interpolation algorithm or bilinear interpolation algorithm to carry out the unitized process of width;
Gradation conversion module, for being converted to gray-scale map by the image after uniform sizes;
Gaussian smoothing filter module, for carrying out Gaussian smoothing filter process to the image after gray processing, removing the tiny texture of image background, making the solid dot of dot matrix code element more level and smooth;
Binaryzation modular converter, for being converted into black white binarization image by the grayscale image after Gaussian smoothing filter;
Symbol detection module, for carrying out symbol detection to the image after binaryzation in binaryzation modular converter, obtains the diameter of dot matrix code element;
Dynamic mean filter and binaryzation modular converter, the size of average template is changed dynamically for the diameter of dot matrix code element that obtains according to symbol detection module, and then dynamic mean filter process is carried out to the gray-scale map that gradation conversion module obtains, the binary conversion treatment that kittler algorithm combines with the Bernsen algorithm of improvement is carried out again to the gray-scale map after dynamic mean filter;
Arithmetic operation module, the binary image for dynamic mean filter and binaryzation modular converter being obtained carries out morphologic opening operation and closed operation operation, obtains the dot matrix image after processing, wherein,
Opening operation following formula represents:
Closed operation following formula represents:
Wherein A is the bianry image of input; B is square structure element;
Standardized module, passes through medium filtering denoising for dot matrix image arithmetic operation module obtained, changes the standard DM image in 2 D code of discernible block structure into.
9. dot matrix DM image in 2 D code treating apparatus according to claim 8, it is characterized in that, the length of side of the square structure element B in the opening operation of described arithmetic operation module is preferably 1/3 of dot matrix code element diameter, and in closed operation, the length of side of square structure element B is preferably less than dot matrix code element diameter 1 to 5 display pixel point.
10. dot matrix DM image in 2 D code treating apparatus according to claim 8, is characterized in that, the medium filtering denoising that standardized module uses realizes preferably by with under type:
The value of any in image is replaced with the Mesophyticum of each point value in a neighborhood of this point, allows the pixel value of surrounding close to actual value, thus eliminate isolated noise spot, wherein two dimension median filter is exported and is obtained by following formula:
g(x,y)=med{f(x-k,y-1),(k,1∈W)}
Wherein, med{} represents the intermediate value of getting array sequence; F (x, y), g (x, y) are respectively original image and the rear image of process; W is the two dimension pattern plate of 3 × 3 sizes; K, 1 is integer, the increment respectively on denotation coordination x, y direction.
CN201410674241.4A 2014-11-21 2014-11-21 A kind of dot matrix DM image in 2 D code processing method and processing device Active CN104463795B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410674241.4A CN104463795B (en) 2014-11-21 2014-11-21 A kind of dot matrix DM image in 2 D code processing method and processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410674241.4A CN104463795B (en) 2014-11-21 2014-11-21 A kind of dot matrix DM image in 2 D code processing method and processing device

Publications (2)

Publication Number Publication Date
CN104463795A true CN104463795A (en) 2015-03-25
CN104463795B CN104463795B (en) 2017-03-01

Family

ID=52909783

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410674241.4A Active CN104463795B (en) 2014-11-21 2014-11-21 A kind of dot matrix DM image in 2 D code processing method and processing device

Country Status (1)

Country Link
CN (1) CN104463795B (en)

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105609008A (en) * 2016-02-05 2016-05-25 中国科学院理化技术研究所 Control system based on two-dimension code images and control method based on two-dimension code images
CN105938556A (en) * 2016-04-22 2016-09-14 复旦大学 Wide line detection algorithm based on water flow method
CN106875357A (en) * 2017-01-26 2017-06-20 上海正雅齿科科技有限公司 Image in 2 D code processing method
CN106960427A (en) * 2016-01-11 2017-07-18 中兴通讯股份有限公司 The method and apparatus of image in 2 D code processing
CN107169977A (en) * 2017-04-24 2017-09-15 华南理工大学 Adaptive threshold color image edge detection method based on FPGA and Kirsch
CN108109120A (en) * 2017-12-18 2018-06-01 凌云光技术集团有限责任公司 A kind of illumination compensation method and device of dot matrix Quick Response Code
CN108491796A (en) * 2018-03-22 2018-09-04 电子科技大学 A kind of time domain period point target detecting method
CN108647550A (en) * 2018-04-11 2018-10-12 中山大学 A kind of Quick Response Code fuzzy clustering recognition method and system based on machine learning
CN108701204A (en) * 2015-12-31 2018-10-23 深圳配天智能技术研究院有限公司 A kind of method and device of one-dimension code positioning
CN109766656A (en) * 2019-01-25 2019-05-17 北京航空航天大学 A kind of gradient dot matrix construction design method based on topological optimization
CN110009615A (en) * 2019-03-31 2019-07-12 深圳大学 The detection method and detection device of image angle point
CN110046528A (en) * 2018-11-20 2019-07-23 维库(厦门)信息技术有限公司 A kind of dotted DataMatrix two-dimensional code identification method
CN110276226A (en) * 2019-06-26 2019-09-24 北京慧眼智行科技有限公司 A kind of dot matrix code detection method and system
CN110287752A (en) * 2019-06-25 2019-09-27 北京慧眼智行科技有限公司 A kind of dot matrix code detection method and device
CN110348267A (en) * 2019-07-19 2019-10-18 北京慧眼智行科技有限公司 A kind of horizontal and vertical parity check code detection localization method and device
CN110349189A (en) * 2019-05-31 2019-10-18 广州铁路职业技术学院(广州铁路机械学校) A kind of background image update method based on continuous inter-frame difference
CN112562021A (en) * 2020-12-26 2021-03-26 苏州斯普锐智能系统股份有限公司 Image filter processing method for bar code
CN113034481A (en) * 2021-04-02 2021-06-25 广州绿怡信息科技有限公司 Equipment image blur detection method and device
CN111553317B (en) * 2020-05-14 2023-08-08 北京惠朗时代科技有限公司 Anti-fake code acquisition method and device, computer equipment and storage medium
WO2024016791A1 (en) * 2022-07-22 2024-01-25 宁德时代新能源科技股份有限公司 Method and apparatus for processing graphic symbol, and computer-readable storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030072489A1 (en) * 2001-08-28 2003-04-17 Sick Ag Method of recognizing a code
US6606421B1 (en) * 2000-05-25 2003-08-12 Hewlett-Packard Development Company, L.P. Geometric deformation correction method and system for dot pattern images
CN1472704A (en) * 2003-06-27 2004-02-04 上海龙贝信息科技有限公司 Strengthening method for two-dimensional barcode digital image information
US20130058580A1 (en) * 2011-09-02 2013-03-07 Sony Corporation Image processing apparatus and method, and program
CN103383738A (en) * 2012-05-03 2013-11-06 香港科技大学 Embedding visual information in a two-dimensional bar code
CN103824257A (en) * 2012-11-16 2014-05-28 无锡汉兴电子有限公司 Two-dimensional code image preprocessing method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6606421B1 (en) * 2000-05-25 2003-08-12 Hewlett-Packard Development Company, L.P. Geometric deformation correction method and system for dot pattern images
US20030072489A1 (en) * 2001-08-28 2003-04-17 Sick Ag Method of recognizing a code
CN1472704A (en) * 2003-06-27 2004-02-04 上海龙贝信息科技有限公司 Strengthening method for two-dimensional barcode digital image information
US20130058580A1 (en) * 2011-09-02 2013-03-07 Sony Corporation Image processing apparatus and method, and program
CN103383738A (en) * 2012-05-03 2013-11-06 香港科技大学 Embedding visual information in a two-dimensional bar code
CN103824257A (en) * 2012-11-16 2014-05-28 无锡汉兴电子有限公司 Two-dimensional code image preprocessing method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
李雅静: "《Data Matrix二维条码图像识别的算法研究与实现》", 《万方学位论文》 *
杨硕等: "《一种新的二维条码图像二值化算法》", 《昆明理工大学学报(自然科学版)》 *

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108701204B (en) * 2015-12-31 2021-01-08 深圳配天智能技术研究院有限公司 One-dimensional code positioning method and device
CN108701204A (en) * 2015-12-31 2018-10-23 深圳配天智能技术研究院有限公司 A kind of method and device of one-dimension code positioning
CN106960427A (en) * 2016-01-11 2017-07-18 中兴通讯股份有限公司 The method and apparatus of image in 2 D code processing
CN105609008A (en) * 2016-02-05 2016-05-25 中国科学院理化技术研究所 Control system based on two-dimension code images and control method based on two-dimension code images
CN105938556A (en) * 2016-04-22 2016-09-14 复旦大学 Wide line detection algorithm based on water flow method
CN106875357A (en) * 2017-01-26 2017-06-20 上海正雅齿科科技有限公司 Image in 2 D code processing method
CN107169977A (en) * 2017-04-24 2017-09-15 华南理工大学 Adaptive threshold color image edge detection method based on FPGA and Kirsch
CN108109120B (en) * 2017-12-18 2020-09-08 凌云光技术集团有限责任公司 Illumination compensation method and device for dot matrix two-dimensional code
CN108109120A (en) * 2017-12-18 2018-06-01 凌云光技术集团有限责任公司 A kind of illumination compensation method and device of dot matrix Quick Response Code
CN108491796A (en) * 2018-03-22 2018-09-04 电子科技大学 A kind of time domain period point target detecting method
CN108491796B (en) * 2018-03-22 2021-10-22 电子科技大学 Time domain periodic point target detection method
CN108647550A (en) * 2018-04-11 2018-10-12 中山大学 A kind of Quick Response Code fuzzy clustering recognition method and system based on machine learning
CN108647550B (en) * 2018-04-11 2021-07-16 中山大学 Machine learning-based two-dimensional code fuzzy clustering identification method and system
CN110046528A (en) * 2018-11-20 2019-07-23 维库(厦门)信息技术有限公司 A kind of dotted DataMatrix two-dimensional code identification method
CN109766656A (en) * 2019-01-25 2019-05-17 北京航空航天大学 A kind of gradient dot matrix construction design method based on topological optimization
CN110009615A (en) * 2019-03-31 2019-07-12 深圳大学 The detection method and detection device of image angle point
CN110349189A (en) * 2019-05-31 2019-10-18 广州铁路职业技术学院(广州铁路机械学校) A kind of background image update method based on continuous inter-frame difference
CN110287752A (en) * 2019-06-25 2019-09-27 北京慧眼智行科技有限公司 A kind of dot matrix code detection method and device
CN110276226A (en) * 2019-06-26 2019-09-24 北京慧眼智行科技有限公司 A kind of dot matrix code detection method and system
CN110348267A (en) * 2019-07-19 2019-10-18 北京慧眼智行科技有限公司 A kind of horizontal and vertical parity check code detection localization method and device
CN111553317B (en) * 2020-05-14 2023-08-08 北京惠朗时代科技有限公司 Anti-fake code acquisition method and device, computer equipment and storage medium
CN112562021A (en) * 2020-12-26 2021-03-26 苏州斯普锐智能系统股份有限公司 Image filter processing method for bar code
CN112562021B (en) * 2020-12-26 2023-05-23 苏州斯普锐智能系统股份有限公司 Image filter processing method for bar code
CN113034481A (en) * 2021-04-02 2021-06-25 广州绿怡信息科技有限公司 Equipment image blur detection method and device
WO2024016791A1 (en) * 2022-07-22 2024-01-25 宁德时代新能源科技股份有限公司 Method and apparatus for processing graphic symbol, and computer-readable storage medium

Also Published As

Publication number Publication date
CN104463795B (en) 2017-03-01

Similar Documents

Publication Publication Date Title
CN104463795A (en) Processing method and device for dot matrix type data matrix (DM) two-dimension code images
CN109299720B (en) Target identification method based on contour segment spatial relationship
CN105354866A (en) Polygon contour similarity detection method
CN102693409B (en) Method for quickly identifying two-dimension code system type in images
CN109409355B (en) Novel transformer nameplate identification method and device
CN110766689A (en) Method and device for detecting article image defects based on convolutional neural network
CN106446952A (en) Method and apparatus for recognizing score image
CN105740753A (en) Fingerprint identification method and fingerprint identification system
CN105761219A (en) Inclination correction method and system of text image
CN103544488B (en) A kind of face identification method and device
CN102332084A (en) Identity identification method based on palm print and human face feature extraction
CN103593695A (en) Method for positioning DPM two-dimension code area
CN104580829A (en) Terahertz image enhancing method and system
Wei et al. Beamlet transform based pavement image crack detection
CN104966047A (en) Method and device for identifying vehicle license
CN104537381A (en) Blurred image identification method based on blurred invariant feature
CN116311201A (en) Substation equipment state identification method and system based on image identification technology
CN103500323A (en) Template matching method based on self-adaptive gray-scale image filtering
Bodnár et al. A novel method for barcode localization in image domain
CN105654090A (en) Pedestrian contour detection method based on curve volatility description
Kumar An efficient text extraction algorithm in complex images
Manu et al. Tamper detection of social media images using quality artifacts and texture features
Salari et al. An image-based pavement distress detection and classification
CN104778662A (en) Millimeter-wave image enhancing method and system
Maity et al. Background modeling and foreground extraction in video data using spatio-temporal region persistence features

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
C41 Transfer of patent application or patent right or utility model
TR01 Transfer of patent right

Effective date of registration: 20170228

Address after: 050031 Hebei Province, Yuhua District, prosperous street, No. 131, North University of science and Technology Park, layer 1204, 12,

Patentee after: Hebei nine degrees Software Technology Co., Ltd.

Address before: 050071 Shijiazhuang Province, Xinhua District, Heping West Road, press and Publication Bureau dormitory News Building, unit 15, unit 202, 1

Patentee before: Gao Tao

TR01 Transfer of patent right

Effective date of registration: 20210521

Address after: 050000 Room 302, unit 4, building 6, 108 Huaizhong Road, Qiaoxi District, Shijiazhuang City, Hebei Province

Patentee after: Yuan Chong

Address before: 050031 1204, 12th floor, Beida Science Park, 131 Fuqiang street, Yuhua District, Shijiazhuang City, Hebei Province

Patentee before: Hebei nine degrees Software Technology Co.,Ltd.

TR01 Transfer of patent right