CN102156996B - Image edge detection method - Google Patents

Image edge detection method Download PDF

Info

Publication number
CN102156996B
CN102156996B CN 201110082655 CN201110082655A CN102156996B CN 102156996 B CN102156996 B CN 102156996B CN 201110082655 CN201110082655 CN 201110082655 CN 201110082655 A CN201110082655 A CN 201110082655A CN 102156996 B CN102156996 B CN 102156996B
Authority
CN
China
Prior art keywords
image
partiald
formula
point
edge
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CN 201110082655
Other languages
Chinese (zh)
Other versions
CN102156996A (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.)
Shanghai Maritime University
Original Assignee
Shanghai Maritime University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Maritime University filed Critical Shanghai Maritime University
Priority to CN 201110082655 priority Critical patent/CN102156996B/en
Publication of CN102156996A publication Critical patent/CN102156996A/en
Application granted granted Critical
Publication of CN102156996B publication Critical patent/CN102156996B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Image Analysis (AREA)

Abstract

The invention discloses an image edge detection method in the field of image detection. The method comprises the following steps of: acquiring an image by using a camera and then calculating gradient amplitude and direction by using a method for calculating first-order partial derivative difference of x direction and y direction in 12 neighborhood pixels, thereby suppressing noise in the image and preventing edge blur of the image; then establishing a mapping relation between inverse difference moment characteristic values of a gray level co-occurrence matrix and Gaussian space factors as well as thresholds, adaptively varying the Gaussian space factors and high and low thresholds of edge detection to guarantee continuous extraction of image edge points; and finally detecting the image edge points according to a non-local maximum inhibition principle, thereby improving accuracy of image edge detection.

Description

A kind of method of Image Edge-Detection
Technical field:
The present invention relates to the detection to the image border in the automatic field, relate in particular to a kind of method of Image Edge-Detection, be applicable to that image texture characteristic analysis, image in the computer vision field cut apart and graphic feature extraction etc.
Background technology:
In order to improve the performance of Image Edge-Detection, Canny proposed in 1986 a good edge detection operator should satisfy following three criterions (John CANNY.A computational approach to edgedetection[J] .IEEE Trans Pattern Analysis and Machine Intelligence, 1986,8 (6): 679~698): (1) good signal-to-noise, it is low that to be non-marginal point be judged as by mistake marginal point or marginal point is judged as the probability of non-marginal point by mistake, makes the signal to noise ratio (S/N ratio) of output reach maximum; (2) good positioning performance, namely detected image border point will be as far as possible at the center at real image edge; (3) monolateral response criteria will guarantee that namely single edge has only a pixel response, and the response of false edge is inhibited to the full extent.
Based on above 3 judgment criterion, Canny has derived a kind of best edge detection algorithm, is called the Canny operator, and the step of its algorithm is as follows:
(1) comes image filtering with Gaussian filter, remove the very noisy in the image.
(2) the single order differential with Gauss operator carries out filtering to image, obtains the Grad of each pixel.
(3) gradient is carried out " non-very big inhibition ".
(4) the dual threshold method detects and the connection edge.
Compare with traditional differentiating operator, the Canny operator has fast operation and the high advantage of accuracy of detection when being applied to the detected image edge, thereby the Canny operator is widely used in practice.But there are following three major defects in this algorithm: (1) Canny operator just asks the method for finite difference average to come the compute gradient amplitude in 2 * 2 neighborhoods, though accurate edge positioning, noise resisting ability is poor; (2) in non-maximum value process of inhibition, the Canny algorithm adopts is that the Grad of eight neighborhood territory pixels judges whether current point has local maximum, and this can influence the degree of accuracy of rim detection; (3) the height threshold value of Canny algorithm is all fixed, and high low threshold relies on artificial setting fully, so its automaticity is lower.
Summary of the invention:
In order to address the above problem, the present invention proposes a kind of method for detecting image edge, is the improvement to the Canny edge detection method.At first utilize the gradient based on 12 neighborhood method computed image, introduce unfavourable balance moment characteristics value adaptive change Gauss space factor and threshold value then, make this method edge of detected image accurately.
Technical scheme of the present invention is: a kind of method for detecting image edge relates to following two steps:
(1) utilizes 12 neighborhoods to calculate x direction and y direction single order partial derivative, suppressed the noise in the image and avoided the edge of image fuzzy;
(2) utilize the unfavourable balance moment characteristics value of gray level co-occurrence matrixes and the mapping relations between Gauss's space factor and the threshold value, the height threshold value of adaptively modifying Gauss space factor and rim detection.
The described method of utilizing 12 neighborhoods to calculate x direction and y direction single order partial derivative, be to utilize this point (i, four consecutive point j) (i, j+1), (i, j-1), (i+1, j), (i-1, j) and all the other eight points adjacent with these four points (i-2, j), (i-1, j+1), (i-1, j-1), (i, j+2), (i, j-2), (i+1, j+1), (i+1, j-1), (i+2, j), the point of position about x direction and y direction symmetry subtracted each other respectively, and obtain mean value, can calculate this point (i, x direction j) and y direction single order partial derivative respectively.
The present invention adopts above technical scheme, can be than the accurate in locating edge of image, having avoided edge of image to blur again can be too responsive to noise, improved the ability that suppresses false edge, can adaptively modifying Gauss space factor and the high low valve valve of rim detection, guarantee the continuous extraction of image border point, improved automaticity.
Embodiment:
The object of the invention is at the deficiencies in the prior art, analyzing and concluding on Canny algorithm and forefathers' the improvement algorithm basis, proposes a kind of method for detecting image edge, is the improvement to the Canny edge detection method.At first utilize the gradient based on 12 neighborhood method computed image, introduce unfavourable balance moment characteristics value adaptive change Gauss space factor and threshold value then, make this method edge of detected image accurately.The solution of the present invention is:
1, improves the computing method of gradient magnitude
Traditional C anny operator is to come the compute gradient amplitude by the method for asking for difference in 2 * 2 neighborhoods, and this method is responsive for noise ratio, and this paper proposes a kind of method of calculating x direction and y direction single order partial derivative difference in 12 neighborhood territory pixels at this defective.Point (i, j) position view such as table 1:
Table 1 (i, j) position view
(i,j+2)
(i-1,j+1) (i,j+1) (i+1,j+1)
(i-2,j) (i-1,j) (i,j) (i+1,j) (i+2,j)
(i-1,j-1) (i,j-1) (i+1,j-1)
(i,j-2)
The partial derivative of x direction, y direction is:
∂ f ∂ x = [ I ( i , j + 1 ) - I ( i , j - 1 ) + I ( i - 1 , j + 1 ) - I ( i - 1 , j - 1 ) + I ( i + 1 , j + 1 ) - I ( i + 1 , j - 1 ) + I ( i , j + 2 ) - I ( i , j - 2 ) ] / 4 - - - ( 1 )
∂ f ∂ y = [ I ( i + 1 , j ) - I ( i - 1 , j ) + I ( i + 1 , j - 1 ) - I ( i - 1 , j - 1 ) + I ( i + 1 , j + 1 ) - I ( i - 1 , j + 1 ) + I ( i + 2 , j ) - I ( i - 2 , j ) ] / 4 - - - ( 2 )
The size of gradient magnitude | M (i, j) | and direction angle alpha is:
| M ( x , y ) | = [ ( ∂ f ∂ x ) 2 + ( ∂ f ∂ y ) 2 ] 1 2 - - - ( 3 )
α = tan - 1 ∂ f ∂ x · ∂ y ∂ f - - - ( 4 )
Can obtain gradient magnitude to value substitution formula (3) and (4) that try to achieve formula (1) and (2) | M (i, j) | and direction angle alpha.In gradient magnitude computation process, this method can be than the accurate in locating edge of image, and having avoided edge of image to blur again can be too responsive to noise, has improved the ability that suppresses false edge.
2, the self-adaptation of Gauss's space factor and threshold value is determined
Canny operator algorithm is to utilize Gaussian filter to come image filtering is removed very noisy in the image, establishes the two-dimensional Gaussian function expression formula and is:
G ( x , y ) = 1 2 π σ 2 exp ( - x 2 + y 2 2 σ 2 ) - - - ( 5 )
Wherein, σ is the width of gaussian filtering convolution kernel, is controlling the level and smooth degree of image.This shows that the quality of the performance of Canny operator mainly is by the width cs of gaussian filtering convolution kernel in the smoothing process and the high threshold T2 in the tracing process and low threshold value T1 decision.The width cs of increase gaussian filtering convolution kernel can reduce the susceptibility to noise, but but can make object edge fuzzy.In experimentation, can find that the effect of rim detection is subjected to the influence of threshold value T2, T1 bigger.If the value of T2 obtains too big, only keep the bigger edge of gray-value variation, just lose the less edge of some gray-value variation; If it is too little that the value of T2 obtains, then when detecting all edges, increased false edge.Low threshold value T1 is controlling the terminating point character that detects, and plays a part to connect discontinuous profile, here we to get low threshold value T1 be 0.4 times of high threshold T2.
For different images, the best value of Gauss's space factor σ and threshold value T1, T2 is inequality.In actual applications, the σ in the Canny operator algorithm and the best value of T1, T2 not only depend on the gray difference between pixel, also are subjected to the influence of gray difference space distribution.Because the eigenwert of gray level co-occurrence matrixes can reflect the integrated information of direction, distribution and the amplitude of variation of gradation of image, therefore, we introduce the Image Edge-Detection field with gray level co-occurrence matrixes.
3, gray level co-occurrence matrixes principle
Gray level co-occurrence matrixes is a kind of important method of analysis image textural characteristics, the complexity of the reflection image texture that it can be strong, it according to certain spatial relationship describe pixel to the gray scale correlativity.The description of gray level co-occurrence matrixes from image (x, y) gray scale is that the pixel of i is set out, statistics is δ with distance, gray scale be probability that the pixel (x+ Δ x, y+ Δ y) of j occurs simultaneously be P (i, j, δ, α), then its mathematic(al) representation is:
P(i,j,δ,α)={[(x,y),(x+Δx,y+Δy)]
f(x,y)=i;
f(x+Δx,y+Δy)=j;
x=0,1,…,Nx-1;
y=0,1,…,Ny-1}
In the following formula: i, j=0,1 ..., L-1; X, y are the pixel coordinates of image; L is the gray scale value of image; Nx and Ny are respectively line number and the columns of image.Relation between them is as follows:
Gray level co-occurrence matrixes
When α and δ are selected, P (i, j, δ, α) also can note by abridging into P (i, j), obviously gray level co-occurrence matrixes is a symmetric matrix, its exponent number determines that by the number of greyscale levels of image even number of greyscale levels is N, then gray level co-occurrence matrixes is the square formation of N * N.Generally choosing α is 0o, 45o, and 90o, the 135o four direction calculates gray level co-occurrence matrixes, and δ chooses with image-related, determines according to experiment.Assigned direction and apart from the time, generally by the pixel logarithm that calculates gray scale i and j represent P (i, j, δ, α).
4, gray level co-occurrence matrixes characteristic parameter
Features such as the inertial matrix of gray level co-occurrence matrixes, angle second moment, unfavourable balance matrix and difference entropy matrix are the space distribution complexity of energy resolution image gray scale all.We obtain the tolerance best results of unfavourable balance moment characteristics through experiment, and it is with the maximum that the difference of the space distribution complexity of gradation of image is drawn back, and expression formula is:
W ( δ , α ) = Σ i = 0 n - 1 Σ j = 0 n - 1 p ( i , j , δ , α ) 1 + ( i - j ) 2 - - - ( 6 )
In the mild image of grey scale change, and P (i, j, δ, numeric ratio α) concentrates on the near zone of matrix principal diagonal, and the difference of (i-j) is less at this moment, so corresponding unfavourable balance moment characteristics value is also less; In like manner, the unfavourable balance moment characteristics value of complicated image is bigger.Therefore, according to actual conditions, from the eigenwert of unfavourable balance matrix and Gauss's space factor σ and threshold value T1, T2 funtcional relationship obtain best value.
Owing to depositing in certain functional relation between Gauss's space factor σ and threshold value T1, the T2, to realize that therefore it is the comparison difficulty that the unfavourable balance square shines upon time the two.In order to deal with problems, we taked fixing T obtain the corresponding relation of W and σ and fixedly σ obtain the method for the corresponding relation of W and T1, T2.We find just can set up certain linear relationship between W, σ, T1, T2 after unfavourable balance moment characteristics value W is taken the logarithm.Set up the approximate formula of mapping relations between unfavourable balance moment characteristics value and Gauss's space factor σ and threshold value T1, the T2 according to above reasoning:
σ=0.12log 3(W+0.96)+1 (7)
T 1 = π 2 log 3 ( W + 0.96 ) + e 2 - - - ( 8 )
T2=2.5*T1 (9)
According to above description, specific implementation step of the present invention is as follows:
1) image pre-service utilizes Gaussian filter that original image is carried out smoothing processing, removes the very noisy that may contain in the image.
2) by improved gradient calculation formula (1) and (2) calculate point (substitution formula (3) and (4) calculate the size of gradient for i, partial derivative j) | M (i, j) | and the direction α of gradient.
3) obtained the unfavourable balance moment characteristics value W of image by formula (6).
4) obtained Gauss's space factor σ, Grads threshold T1, the T2 of image respectively by formula (7), (8), (9).
5) gradient of image is carried out " non-maximum value inhibition ", if Grad | M (i, j) | 〉=T1, then (x y) is labeled as marginal point, carries out the edge search from this point, connects complete image border at last with point.
More than show and described ultimate principle of the present invention, principal character and advantage of the present invention.The technician of the industry should understand; the present invention is not restricted to the described embodiments; that describes in above-described embodiment and the instructions just illustrates principle of the present invention; without departing from the spirit and scope of the present invention; the present invention also has various changes and modifications, and these changes and improvements all fall in the claimed scope of the invention.The claimed scope of the present invention is defined by appending claims and equivalent thereof.

Claims (2)

1. method for detecting image edge, its feature relates to following two steps:
(1) utilizes 12 neighborhoods to calculate x direction and y direction single order partial derivative, suppressed the noise in the image and avoided the edge of image fuzzy;
(2) utilize the unfavourable balance moment characteristics value of gray level co-occurrence matrixes and the mapping relations between Gauss's space factor and the threshold value, the height threshold value of adaptively modifying Gauss space factor and rim detection;
The specific implementation step is as follows:
1) image pre-service utilizes Gaussian filter that original image is carried out smoothing processing, removes the very noisy that may contain in the image;
2) by improved gradient calculation formula (1) and (2) calculate point (substitution formula (3) and (4) calculate the size of gradient for i, partial derivative j) | M(i, j) | and the direction α of gradient;
3) obtained the unfavourable balance moment characteristics value W of image by formula (6);
4) obtained Gauss's space factor σ, Grads threshold T1, the T2 of image respectively by formula (7), (8), (9);
5) gradient of image is carried out " non-maximum value inhibition ", if Grad | M(i, j) | 〉=T1, then (i j) is labeled as marginal point, carries out the edge search from this point, connects complete image border at last with point;
Wherein formula (1) is:
∂ f ∂ x = [ I ( i , j + 1 ) - I ( i , j - 1 ) + I ( i - 1 , j + 1 ) - I ( i - 1 , j - 1 ) + I ( i + 1 , j + 1 ) - I ( i + 1 , j - 1 ) + I ( i , j + 2 ) - I ( i , j - 2 ) ] / 4
Wherein
Figure FDA00002928921700012
Partial derivative for the x direction;
Wherein formula (2) is:
∂ f ∂ y = [ I ( i + 1 , j ) - I ( i - 1 , j ) + I ( i + 1 , j - 1 ) - I ( i - 1 , j - 1 ) + I ( i + 1 , j + 1 ) - I ( i - 1 , j + 1 ) + I ( i + 2 , j ) - I ( i - 2 , j ) ] / 4
Wherein
Figure FDA00002928921700014
Partial derivative for the y direction;
Wherein formula (3) is:
| M ( i , j ) | = [ ( ∂ f ∂ x ) 2 + ( ∂ f ∂ y ) 2 ] 1 / 2 ;
Wherein formula (4) is:
α = tan - 1 ∂ f ∂ x · ∂ y ∂ f
Wherein formula (6) is:
Gray level co-occurrence matrixes describe from image (x, y) gray scale is that the pixel of k is set out, statistics is δ with distance, gray scale is the pixel (x+ of l ΔX), (y+ ΔY) probability that occurs simultaneously be P (k, l, δ, α), choosing α is 0 °, 45 °, 90 °, 135 ° of four directions calculate gray level co-occurrence matrixes, δ chooses with image-related;
Wherein formula (7) is:
σ=0.12log 3(W+0.96)+1
Wherein formula (8) is:
T 1 = π 2 log 3 ( Q + 0.96 ) + e 2
Wherein formula (9) is:
T2=2.5*T1。
2. method for detecting image edge according to claim 1, it is characterized in that: the described method of utilizing 12 neighborhoods to calculate x direction and y direction single order partial derivative is to utilize this point (i, four consecutive point (i j), j+1), (i, j-1), (i+1, j), (i-1, j) and all the other eight point (i-2s adjacent with these four points, j), (i-1, j+1), (i-1, j-1), (i, j+2), (i, j-2), (i+1, j+1), (i+1, j-1), (i+2, j), the point of position about x direction and y direction symmetry subtracted each other respectively, and obtain mean value, can calculate this point (i, x direction j) and y direction single order partial derivative respectively.
CN 201110082655 2011-04-01 2011-04-01 Image edge detection method Expired - Fee Related CN102156996B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201110082655 CN102156996B (en) 2011-04-01 2011-04-01 Image edge detection method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201110082655 CN102156996B (en) 2011-04-01 2011-04-01 Image edge detection method

Publications (2)

Publication Number Publication Date
CN102156996A CN102156996A (en) 2011-08-17
CN102156996B true CN102156996B (en) 2013-08-07

Family

ID=44438477

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201110082655 Expired - Fee Related CN102156996B (en) 2011-04-01 2011-04-01 Image edge detection method

Country Status (1)

Country Link
CN (1) CN102156996B (en)

Families Citing this family (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102831427B (en) * 2012-09-06 2015-03-25 湖南致尚科技有限公司 Texture feature extraction method fused with visual significance and gray level co-occurrence matrix (GLCM)
CN102903108B (en) * 2012-09-25 2015-02-25 哈尔滨工程大学 Edge detection method based on underwater image statistical property
CN103150735A (en) * 2013-03-26 2013-06-12 山东大学 Gray level difference averaging-based image edge detection method
CN103632378B (en) * 2013-12-22 2016-07-06 东北林业大学 A kind of multi thresholds edge detection method of game thought of drawing based on even point
CN104268872B (en) * 2014-09-25 2017-05-17 北京航空航天大学 Consistency-based edge detection method
CN104636706B (en) * 2015-03-04 2017-12-26 深圳市金准生物医学工程有限公司 One kind is based on gradient direction uniformity complex background bar code image automatic division method
CN106067176B (en) * 2016-06-12 2018-11-23 成都甄识科技有限公司 A kind of determination algorithm of the image border ROI based on picture element signal energy
CN106228568A (en) * 2016-10-11 2016-12-14 北京京东尚科信息技术有限公司 Blurred picture detection method and device
CN106647621A (en) * 2016-12-06 2017-05-10 深圳市玮之度科技发展有限公司 Numerical control machining positioning method and system for precious metal
CN108537807B (en) * 2017-03-02 2021-07-13 中国科学院遥感与数字地球研究所 Improved edge enhancement detection method based on high-resolution fourth-order satellite image
CN109272017B (en) * 2018-08-08 2022-07-12 太原理工大学 Vibration signal mode identification method and system of distributed optical fiber sensor
CN109214396A (en) * 2018-08-24 2019-01-15 国网安徽省电力有限公司阜阳供电公司 A kind of industrial equipment image characteristic extracting method and equipment
CN110648343B (en) * 2019-09-05 2022-09-23 电子科技大学 Image edge detection method based on six-order spline scale function
CN113781415B (en) * 2021-08-30 2024-06-07 广州大学 Defect detection method, device, equipment and medium for X-ray image
CN113470028A (en) * 2021-09-03 2021-10-01 深圳市瑞图生物技术有限公司 Chromosome karyotype image quality evaluation method, chromosome analyzer, and storage medium
CN115100201B (en) * 2022-08-25 2022-11-11 淄博齐华制衣有限公司 Blending defect detection method of flame-retardant fiber material
CN115631210A (en) * 2022-12-21 2023-01-20 深圳市华汉伟业科技有限公司 Edge detection method and device
CN117197345B (en) * 2023-08-30 2024-05-31 北京长木谷医疗科技股份有限公司 Intelligent bone joint three-dimensional reconstruction method, device and equipment based on polynomial fitting

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101930597A (en) * 2010-08-10 2010-12-29 浙江大学 Mathematical morphology-based image edge detection method
CN101933042A (en) * 2008-01-25 2010-12-29 模拟逻辑有限公司 Edge detection
CN101976336A (en) * 2010-10-21 2011-02-16 西北工业大学 Fuzzy enhancement and surface fitting-based image edge characteristic extraction method
CN101980287A (en) * 2010-11-28 2011-02-23 河海大学常州校区 Method for detecting image edge by nonsubsampled contourlet transform (NSCT)

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101933042A (en) * 2008-01-25 2010-12-29 模拟逻辑有限公司 Edge detection
CN101930597A (en) * 2010-08-10 2010-12-29 浙江大学 Mathematical morphology-based image edge detection method
CN101976336A (en) * 2010-10-21 2011-02-16 西北工业大学 Fuzzy enhancement and surface fitting-based image edge characteristic extraction method
CN101980287A (en) * 2010-11-28 2011-02-23 河海大学常州校区 Method for detecting image edge by nonsubsampled contourlet transform (NSCT)

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
杨振亚等.LOG算子边缘检测方法的改进方案.《计算机应用与软件》.2004,第21卷(第09期), *

Also Published As

Publication number Publication date
CN102156996A (en) 2011-08-17

Similar Documents

Publication Publication Date Title
CN102156996B (en) Image edge detection method
CN109410230B (en) Improved Canny image edge detection method capable of resisting noise
CN107808378B (en) Method for detecting potential defects of complex-structure casting based on vertical longitudinal and transverse line profile features
CN113436168B (en) Crack defect detection method for industrial welding line X-ray diagram
CN115375676A (en) Stainless steel product quality detection method based on image recognition
CN105913396A (en) Noise estimation-based image edge preservation mixed de-noising method
CN109741356B (en) Sub-pixel edge detection method and system
CN104978715A (en) Non-local mean value image denoising method based on filter window and parameter adaption
CN104732536A (en) Sub-pixel edge detection method based on improved morphology
CN114387273B (en) Environmental dust concentration detection method and system based on computer image recognition
CN113034452B (en) Weldment contour detection method
CN114399522A (en) High-low threshold-based Canny operator edge detection method
CN105139391B (en) A kind of haze weather traffic image edge detection method
Yang et al. Research and analysis of Image edge detection algorithm Based on the MATLAB
He et al. Retinal image denoising via bilateral filter with a spatial kernel of optimally oriented line spread function
CN108470343A (en) A kind of improved method for detecting image edge
CN107392095A (en) A kind of small IR targets detection algorithm based on mask image
CN105741281B (en) Method for detecting image edge based on neighborhood dispersion
CN102306378B (en) Image enhancement method
Kumar et al. A conventional study of edge detection technique in digital image processing
CN105787912B (en) Classification-based step type edge sub-pixel positioning method
CN116468641A (en) Infrared blood vessel image enhancement processing method
CN114549441A (en) Sucker defect detection method based on image processing
CN111429372A (en) Method for enhancing edge detection effect of low-contrast image
CN103971345A (en) Image denoising method based on improved bilateral filtering

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
DD01 Delivery of document by public notice

Addressee: Shanghai Maritime Univeristy (Finance)

Document name: Notification of Approving Refund

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

Granted publication date: 20130807

Termination date: 20160401

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