CN113808150B - Edge detection new method capable of self-adaptive repair - Google Patents

Edge detection new method capable of self-adaptive repair Download PDF

Info

Publication number
CN113808150B
CN113808150B CN202111009401.XA CN202111009401A CN113808150B CN 113808150 B CN113808150 B CN 113808150B CN 202111009401 A CN202111009401 A CN 202111009401A CN 113808150 B CN113808150 B CN 113808150B
Authority
CN
China
Prior art keywords
image
edge
fractional
point
value
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.)
Active
Application number
CN202111009401.XA
Other languages
Chinese (zh)
Other versions
CN113808150A (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.)
Xian University of Technology
Original Assignee
Xian University of Technology
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 Xian University of Technology filed Critical Xian University of Technology
Priority to CN202111009401.XA priority Critical patent/CN113808150B/en
Publication of CN113808150A publication Critical patent/CN113808150A/en
Application granted granted Critical
Publication of CN113808150B publication Critical patent/CN113808150B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/13Edge detection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/0002Inspection of images, e.g. flaw detection
    • G06T7/0004Industrial image inspection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10004Still image; Photographic image
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30108Industrial image inspection
    • G06T2207/30164Workpiece; Machine component
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02TCLIMATE CHANGE MITIGATION TECHNOLOGIES RELATED TO TRANSPORTATION
    • Y02T10/00Road transport of goods or passengers
    • Y02T10/10Internal combustion engine [ICE] based vehicles
    • Y02T10/40Engine management systems

Abstract

The invention discloses a new method for edge detection capable of self-adaptive restoration, which comprises the steps of firstly carrying out image segmentation on an image shot by an image sensor, bringing different fractional orders into fractional differential operators, carrying out edge extraction on the segmented image by utilizing a Canny edge detection algorithm based on the fractional differential operators to obtain an optimal fractional order, further carrying out edge detection to finally obtain a binary image I only containing edges, calculating a GVF vector field based on a non-maximum suppressed image obtained by a Canny edge detection method of the fractional differential operators of the optimal fractional order, then calculating a curvature value of the image, calculating a curvature value of an image I in a curvature-driven diffusion CDD image restoration model, carrying out iterative restoration and refinement on the image I to be restored, and setting a pixel value of an edge point after refinement as 1 to obtain a final edge detection result. The invention solves the problem that the self-adaptive repair of the broken edge cannot be carried out in the existing edge detection.

Description

Edge detection new method capable of self-adaptive repair
Technical Field
The invention belongs to the technical field of image processing, and particularly relates to a novel edge detection method capable of self-adaptive restoration.
Background
In the field of image processing, edge detection is widely used in practical engineering, and in particular, in the field of measurement based on image processing technology, is prominent. For example, diameter detection of a metal workpiece, crystal diameter detection during growth of a Czochralski silicon single crystal. The Canny algorithm is a relatively common edge detection algorithm and has the characteristics of high anti-interference performance and high robustness, but a first-order differential operator adopted by the Canny algorithm is still a Sobel operator, so that details of an image edge are difficult to capture, and meanwhile, due to non-maximum suppression and double-threshold detection, the edge detection result of the Canny algorithm has heavy edges, breakage and deletion, so that the accuracy of the detection result is seriously influenced. In recent years, scholars introduce fractional differential operators into the Canny algorithm, and although the edge detection precision of the Canny algorithm is improved through the fractional differential operators, the method aggravates the breakage of the edge. Therefore, how to detect the edge of the silicon single crystal by using a fractional differential Canny algorithm and adaptively repair the broken edge in the detection result so as to obtain a complete contour edge is very important.
Disclosure of Invention
The invention aims to provide a novel edge detection method capable of self-adaptively repairing, which solves the problem that the self-adaptively repairing of broken edges cannot be carried out in the existing edge detection.
The technical scheme adopted by the invention is that a novel edge detection method capable of self-adaptive repair is implemented according to the following steps:
step 1, image segmentation is carried out on an image shot by an image sensor, different fractional orders are brought into fractional differential operators, edge extraction is carried out on the segmented image based on the fractional differential operators by using a Canny edge detection algorithm, an optimal fractional order is obtained by using an evaluation function, edge detection is carried out on the image by using the optimal fractional order, and finally a binary image I only containing edges is obtained, namely, the pixel value corresponding to an edge point is 1, and the pixel value corresponding to a background point is 0;
step 2, calculating a GVF vector field by using the non-maximum value suppressed image obtained by the Canny edge detection method based on the fractional differential operator of the optimal fractional order in the step 1, and then calculating the curvature value of the image by taking the GVF vector field as the gradient value of the image;
step 3, calculating parameters in a curvature-driven diffusion CDD image restoration model by using a binarized image I only containing edges, wherein the parameters comprise curvature values of the image I in the restoration process;
step 4, performing iterative restoration on the image I to be restored by using the curvature value obtained by the GVF field calculation and the curvature value of the image I in the restoration process;
and 5, refining the repaired image by using non-maximum suppression again, and setting the pixel value of the edge point after refining as 1 to obtain a final edge detection result.
The present invention is also characterized in that,
the step 1 is specifically as follows:
step 1.1, image segmentation is carried out on an image shot by an image sensor;
by introducing fractional differential operators, the original 4-direction Sobel first-order differential operator is promoted to fractional differential operators according to G-L definition, and the promoted fractional differential operators are shown as follows:
in the method, in the process of the invention,fractional differential operators in the directions of 0, 45, 90 and 135 degrees respectively; v is the order of the fractional order differential operator;
sequentially selecting and bringing fractional orders in v E (0, 2) with a spacing of 0.2 into formulas (1) - (4) to obtain a plurality of groups of fractional order differential operators, and performing edge detection on the image by using the fractional order differential operators through a Canny algorithm to obtain edge image detection results under different fractional orders;
step 1.2, defining an evaluation function S (v), wherein the evaluation function S (v) is calculated as follows: in the detection result corresponding to the fractional order v, if there are only two edge points on one abscissa of the edge image, and the absolute value of the subtraction of the ordinate of the two edge points is larger than the minimum distance between one inner edge point and one outer edge point under the same abscissa in all pixels, at the moment, the inner edge point and the outer edge point are considered to be single pixel edge points, the abscissa number meeting the condition is recorded as S (v), then the Lagrangian interpolation method is utilized to fit the S (v) -v, and finally the maximum value point of the S (v) is solved to be the optimal fractional order;
step 1.3, introducing the optimal fractional order obtained in the step 1.2 into the formulas (1) - (4) to obtain an optimal fractional order differential operator, and performing edge detection on the image through a Canny algorithm based on the optimal fractional order differential operator, wherein an obtained edge detection result is an extracted binarized image I only containing edges.
The step 2 is specifically as follows:
and (3) calculating a GVF vector field of the image after non-maximum suppression, which is obtained by a Canny edge detection method based on a fractional differential operator of the optimal fractional order according to the following iterative method:
wherein u is x (i, j, t+1) and u y (i, j, t+1) is the GVF vector magnitude in the x and y directions of the midpoint (i, j) of the t+1st iteration, respectively, i.eG is GVF vector field x (i, j) and G y (i, j) are gradients in x and y directions of the non-maxima suppressed image at point (i, j), respectively;
then with GVF vector fieldAs gradient values of the image, curvature values of the image are calculated using the gradient values, as follows:
wherein, kappa GVF The curvature value of the image is suppressed for non-maxima.
The step 3 is specifically as follows:
and 3.1, a diffusion iteration equation using a CDD image restoration model is as follows:
in the method, in the process of the invention,
f is the flux field of the image I,for the divergence, Δt is a numerical time step, and n represents the number of iterations;
step 3.2, solving gradient values of the edge restoration model, and defining gray values at half points by adopting a half-point gradient difference method, wherein the gray values of two adjacent points are averaged to obtain an image half-pointThe gradient value at this point is calculated by the following formula:
in the method, in the process of the invention,at the point +.>Gradient values at, I x And I y Gradient values of the image to be repaired in the x direction and the y direction respectively;
then, the curvature value of the image is solved by utilizing the half-point gradient value, and the second derivative value of the image at the half-point gradient difference is calculated as follows:
in the method, in the process of the invention,and->The second derivatives of the image I in the x and y directions, respectively;
the curvature value of the image to be repaired at the half-point can be calculated by the calculation method of the second derivative,
wherein, kappa F Is the curvature value of image I.
Step 4 is specifically as follows, while using the curvature value κ of the image I F And a curvature value kappa of the non-maximum suppressed image GVF
Selecting a curvature value and calculating a half-point gradient value according to a formula (13) and a formula (10), and taking the half-point gradient value as a parameter of a model into a formula (8) to carry out iterative solution on the model;
after the maximum iteration number n is reached, obtaining an edge image I (n) The image is refined again by using non-maximum suppression, and the pixel value of the edge point after refinement is set to be 1, so that a final edge detection result is obtained and output.
The invention has the beneficial effects that the novel edge detection method capable of self-adaptive repair is characterized by inheriting the literature by providing the evaluation function suitable for the instance engineering scene [1] The edge detection precision of the multi-directional fractional differential operator in the method is high. And the CDD repair model is improved, and an edge repair model is provided, so that the model can accurately repair broken edges, and the integrity and vision of edge detection results are improvedThe sense of connectivity is of great significance to improving the edge detection accuracy.
Drawings
FIG. 1 is an image of a workpiece in a high Wen Gongre state;
FIG. 2 is an edge detection result of a workpiece image in a high Wen Gongre state using the present invention;
FIG. 3 is an edge detection result of a workpiece image in a high Wen Gongre state by a conventional Canny method;
FIG. 4 is a document showing the use of images of a workpiece in a high Wen Gongre state [1] And (5) detecting a result of the method edge.
Detailed Description
The invention will be described in detail below with reference to the drawings and the detailed description.
The invention discloses a novel edge detection method capable of self-adaptive repair, which is implemented according to the following steps:
step 1, image segmentation is carried out on an image shot by an image sensor, different fractional orders are brought into fractional differential operators, edge extraction is carried out on the segmented image based on the fractional differential operators by using a Canny edge detection algorithm, an optimal fractional order is obtained by using an evaluation function, edge detection is carried out on the image by using the optimal fractional order, and finally a binary image I only containing edges is obtained, namely, the pixel value corresponding to an edge point is 1, and the pixel value corresponding to a background point is 0;
the step 1 is specifically as follows:
step 1.1, image segmentation is carried out on an image shot by an image sensor;
by introducing fractional differential operators, the original 4-direction Sobel first-order differential operator is promoted to fractional differential operators according to G-L definition, and the promoted fractional differential operators are shown as follows:
in the method, in the process of the invention,and->Fractional differential operators in the directions of 0, 45, 90 and 135 degrees respectively; v is the order of the fractional order differential operator;
sequentially selecting and bringing fractional orders in v E (0, 2) with a spacing of 0.2 into formulas (1) - (4) to obtain a plurality of groups of fractional order differential operators, and performing edge detection on the image by using the fractional order differential operators through a Canny algorithm to obtain edge image detection results under different fractional orders;
step 1.2, defining an evaluation function S (v), wherein the evaluation function S (v) is calculated as follows: in the detection result corresponding to the fractional order v, if there are only two edge points on one abscissa of the edge image, and the absolute value of the subtraction of the ordinate of the two edge points is larger than the minimum distance between one inner edge point and one outer edge point under the same abscissa in all pixels, at the moment, the inner edge point and the outer edge point are considered to be single pixel edge points, the abscissa number meeting the condition is recorded as S (v), then the Lagrangian interpolation method is utilized to fit the S (v) -v, and finally the maximum value point of the S (v) is solved to be the optimal fractional order;
step 1.3, introducing the optimal fractional order obtained in the step 1.2 into the formulas (1) - (4) to obtain an optimal fractional order differential operator, and performing edge detection on the image through a Canny algorithm based on the optimal fractional order differential operator, wherein an obtained edge detection result is an extracted binarized image I only containing edges.
Step 2, calculating GVF (Gradient Vector Flow) vector field by using the non-maximum value suppressed image obtained by the Canny edge detection method based on the fractional differential operator of the optimal fractional order in the step 1, and then calculating the curvature value of the image by taking GVF vector field as the gradient value of the image;
the step 2 is specifically as follows:
and (3) calculating a GVF vector field of the image after non-maximum suppression, which is obtained by a Canny edge detection method based on a fractional differential operator of the optimal fractional order according to the following iterative method:
wherein u is x (i, j, t+1) and u y (i, j, t+1) is the GVF vector magnitude in the x and y directions of the midpoint (i, j) of the t+1st iteration, respectively, i.eG is GVF vector field x (i, j) and G y (i, j) are gradients in x and y directions of the non-maxima suppressed image at point (i, j), respectively;
then with GVF vector fieldAs gradient values of the image, curvature values of the image are calculated using the gradient values, as follows:
wherein, kappa GVF The curvature value of the image is suppressed for non-maxima.
Step 3, calculating parameters in a CDD image restoration model of curvature driving diffusion (Curvature Driven Diffusions) by using a binarized image I only containing edges, wherein the parameters comprise curvature values of the image I in the restoration process;
the step 3 is specifically as follows:
and 3.1, a diffusion iteration equation using a CDD image restoration model is as follows:
in the method, in the process of the invention,
f is the flux field of the image I,for the divergence, Δt is a numerical time step, and n represents the number of iterations;
step 3.2, solving gradient values of the edge restoration model, and defining gray values at half points by adopting a half-point gradient difference method, wherein the gray values of two adjacent points are averaged to obtain an image half-pointThe gradient value at this point is calculated by the following formula:
in the method, in the process of the invention,at the point +.>Gradient values at, I x And I y Gradient values of the image to be repaired in the x direction and the y direction respectively;
then, the curvature value of the image is solved by utilizing the half-point gradient value, and the second derivative value of the image at the half-point gradient difference is calculated as follows:
in the method, in the process of the invention,and->The second derivatives of the image I in the x and y directions, respectively;
the curvature value of the image to be repaired at the half-point can be calculated by the calculation method of the second derivative,
wherein, kappa F Is the curvature value of image I.
Step 4, performing iterative restoration on the image I to be restored by using the curvature value obtained by the GVF field calculation and the curvature value of the image I in the restoration process;
step 4 is specifically as follows, while using the curvature value κ of the image I F And a curvature value kappa of the non-maximum suppressed image GVF
Selecting a curvature value and calculating a half-point gradient value according to a formula (13) and a formula (10), and taking the half-point gradient value as a parameter of a model into a formula (8) to carry out iterative solution on the model;
after the maximum iteration number n is reached, obtaining an edge image I (n) The image is refined again by using non-maximum suppression, and the pixel value of the edge point after refinement is set to be 1, so that a final edge detection result is obtained and output.
And 5, refining the repaired image by using non-maximum suppression again, and setting the pixel value of the edge point after refining as 1 to obtain a final edge detection result.
The edge detection result is objectively evaluated, and three evaluation indexes OF an Error Rate (OF), an Error Rate (ER), and a Figure OF Merit (FOM) are introduced. The quality factor mainly describes the distance between the detection result and the real edge, and the closer the value of the quality factor is to 1, the closer the detection result is to the real edge; the omission factor mainly describes the integrity of the detection result; the false detection rate mainly describes the accuracy of the detection result. The three quantitative index calculations are as follows:
wherein S is c S is the number of correct pixels in the edge detection result total And S is detect Total pixel number d of real edge image and edge detection result respectively i For the shortest distance of the detected edge pixel point to the real edge, α is a penalty parameter, herein α=1/9, and the real edge is obtained empirically by means of off-line calibration.
Examples
The invention is applied to the problem of edge detection of a workpiece in a high Wen Gongre state, as shown in fig. 1.
First, the parameters of the present invention are set as follows: the iteration number of the GVF vector field is 5, a region with the vector amplitude of not 0 in the GVF field is set as a mask image of the CDD model, and the maximum diffusion iteration number of the improved CDD model is 40.
Secondly, the experiment introduces the traditional Canny algorithm and the method of document [1] respectively to compare the detection results of the invention. The edge detection results of the workpiece image in the high Wen Gongre state by the three methods are shown in fig. 2, 3 and 4.
Then, the detection results of the three methods are objectively evaluated by using the three evaluation indexes. The detection results of the workpiece image in the high Wen Gongre state are shown in table 1. The three performance indexes of the traditional Canny method are the worst in the three methods, the omission factor of the invention is the lowest, the FOM is the highest, and compared with the traditional Canny method, the integrity and the accuracy of the edge detection result of the invention are obviously improved. Document [1]]Although the error rate is lower than the method, the omission rate is far higher than the invention, so the performance of the invention is better than that of the literature [1] Is a method of (2).
Table 1 detection results of workpiece image in high Wen Gongre state
Method OF ER FOM
The invention is that 42.46% 69.53% 0.9011
Traditional Canny method 49.03% 37.59% 0.6894
Literature [1] Method 63.89% 69.83% 0.8434
Document [1] Jiang Chaohui, wu Qiaoqun, gui Weihua, poncirus Trifoliata, xie Yongfang. Blast furnace level contour adaptive detection based on fractional order multidirectional differential operators [ J ]. Automation journal, 2017,43 (12): 2115-2126.
Jiang Z H,Wu Q Q,Gui W H,Yang C H,Xie Y F.Adaptive detection of blast furnace surface contour with fractional multi-directional differential operator[J].Acta Automatica Sinica,2017,43(12):2115-2126.

Claims (1)

1. The novel edge detection method capable of self-adaptive repair is characterized by comprising the following steps of:
step 1, image segmentation is carried out on an image shot by an image sensor, different fractional orders are brought into fractional differential operators, edge extraction is carried out on the segmented image based on the fractional differential operators by using a Canny edge detection algorithm, an optimal fractional order is obtained by using an evaluation function, edge detection is carried out on the image by using the optimal fractional order, and finally a binary image I only containing edges is obtained, namely, the pixel value corresponding to an edge point is 1, and the pixel value corresponding to a background point is 0;
the step 1 specifically comprises the following steps:
step 1.1, image segmentation is carried out on an image shot by an image sensor;
by introducing fractional differential operators, the original 4-direction Sobel first-order differential operator is promoted to fractional differential operators according to G-L definition, and the promoted fractional differential operators are shown as follows:
in the method, in the process of the invention,and->Fractional differential operators in the directions of 0, 45, 90 and 135 degrees respectively; v is the order of the fractional order differential operator;
sequentially selecting and bringing fractional orders in v E (0, 2) with a spacing of 0.2 into formulas (1) - (4) to obtain a plurality of groups of fractional order differential operators, and performing edge detection on the image by using the fractional order differential operators through a Canny algorithm to obtain edge image detection results under different fractional orders;
step 1.2, defining an evaluation function S (v), wherein the evaluation function S (v) is calculated as follows: in the detection result corresponding to the fractional order v, if there are only two edge points on one abscissa of the edge image, and the absolute value of the subtraction of the ordinate of the two edge points is larger than the minimum distance between one inner edge point and one outer edge point under the same abscissa in all pixels, at the moment, the inner edge point and the outer edge point are considered to be single pixel edge points, the abscissa number meeting the condition is recorded as S (v), then the Lagrangian interpolation method is utilized to fit the S (v) -v, and finally the maximum value point of the S (v) is solved to be the optimal fractional order;
step 1.3, introducing the optimal fractional order obtained in the step 1.2 into the formulas (1) - (4) to obtain an optimal fractional order differential operator, and carrying out edge detection on the image by a Canny algorithm based on the optimal fractional order differential operator, wherein an obtained edge detection result is an extracted binarized image I only containing edges;
step 2, calculating a GVF vector field by using the non-maximum value suppressed image obtained by the Canny edge detection method based on the fractional differential operator of the optimal fractional order in the step 1, and then calculating the curvature value of the image by taking the GVF vector field as the gradient value of the image;
the step 2 specifically comprises the following steps:
and (3) calculating a GVF vector field of the image after non-maximum suppression, which is obtained by a Canny edge detection method based on a fractional differential operator of the optimal fractional order according to the following iterative method:
wherein u is x (i, j, t+1) and u y (i, j, t+1) is the GVF vector magnitude in the x and y directions of the midpoint (i, j) of the t+1st iteration, respectively, i.eG is GVF vector field x (i, j) and G y (i, j) are gradients in x and y directions of the non-maxima suppressed image at point (i, j), respectively;
then with GVF vector fieldAs gradient values of the image, curvature values of the image are calculated using the gradient values, as follows:
wherein, kappa GVF Suppressing the curvature value of the image for a non-maximum value;
step 3, calculating parameters in a curvature-driven diffusion CDD image restoration model by using a binarized image I only containing edges, wherein the parameters comprise curvature values of the image I in the restoration process;
the step 3 specifically comprises the following steps:
and 3.1, a diffusion iteration equation using a CDD image restoration model is as follows:
in the method, in the process of the invention,
f is the flux field of the image I,for the divergence, Δt is a numerical time step, and n represents the number of iterations;
step 3.2, solving gradient values of the edge restoration model, and defining gray values at half points by adopting a half-point gradient difference method, wherein the gray values of two adjacent points are averaged to obtain an image half-pointThe gradient value at this point is calculated by the following formula:
in the method, in the process of the invention,at the point +.>Gradient values at, I x And I y Gradient values of the image to be repaired in the x direction and the y direction respectively;
then, the curvature value of the image is solved by utilizing the half-point gradient value, and the second derivative value of the image at the half-point gradient difference is calculated as follows:
in the method, in the process of the invention,and->The second derivatives of the image I in the x and y directions, respectively;
the curvature value of the image to be repaired at the half-point can be calculated by the calculation method of the second derivative,
wherein, kappa F Is the curvature value of the image I;
step 4, performing iterative restoration on the image I to be restored by using the curvature value obtained by the GVF field calculation and the curvature value of the image I in the restoration process;
said step 4 is specifically as follows, while using the curvature value κ of the image I F And a curvature value kappa of the non-maximum suppressed image GVF
Selecting a curvature value and calculating a half-point gradient value according to a formula (13) and a formula (10), and taking the half-point gradient value as a parameter of a model into a formula (8) to carry out iterative solution on the model;
after the maximum iteration number n is reached, obtaining an edge image I (n) Refining the image again by using non-maximum value inhibition, setting the pixel value of the edge point after refining as 1, obtaining a final edge detection result and outputting the final edge detection result;
and 5, refining the repaired image by using non-maximum suppression again, and setting the pixel value of the edge point after refining as 1 to obtain a final edge detection result.
CN202111009401.XA 2021-08-31 2021-08-31 Edge detection new method capable of self-adaptive repair Active CN113808150B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111009401.XA CN113808150B (en) 2021-08-31 2021-08-31 Edge detection new method capable of self-adaptive repair

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111009401.XA CN113808150B (en) 2021-08-31 2021-08-31 Edge detection new method capable of self-adaptive repair

Publications (2)

Publication Number Publication Date
CN113808150A CN113808150A (en) 2021-12-17
CN113808150B true CN113808150B (en) 2023-09-01

Family

ID=78942084

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111009401.XA Active CN113808150B (en) 2021-08-31 2021-08-31 Edge detection new method capable of self-adaptive repair

Country Status (1)

Country Link
CN (1) CN113808150B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115797374B (en) * 2023-02-03 2023-04-18 长春理工大学 Airport runway extraction method based on image processing

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101841642A (en) * 2010-04-22 2010-09-22 南京航空航天大学 Edge detection method based on fractional-order signal processing
CN102201111A (en) * 2011-05-26 2011-09-28 重庆大学 Adaptive image repairing method
CN103198454A (en) * 2012-12-26 2013-07-10 辽宁师范大学 Image restoration method based on curvature driven diffusion
WO2018107939A1 (en) * 2016-12-14 2018-06-21 国家海洋局第二海洋研究所 Edge completeness-based optimal identification method for image segmentation
CN110599509A (en) * 2019-08-02 2019-12-20 西安理工大学 Edge detection method based on eight-direction fractional order differential operator

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7840086B2 (en) * 2005-10-12 2010-11-23 The Regents Of The University Of California Method for inpainting of images

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101841642A (en) * 2010-04-22 2010-09-22 南京航空航天大学 Edge detection method based on fractional-order signal processing
CN102201111A (en) * 2011-05-26 2011-09-28 重庆大学 Adaptive image repairing method
CN103198454A (en) * 2012-12-26 2013-07-10 辽宁师范大学 Image restoration method based on curvature driven diffusion
WO2018107939A1 (en) * 2016-12-14 2018-06-21 国家海洋局第二海洋研究所 Edge completeness-based optimal identification method for image segmentation
CN110599509A (en) * 2019-08-02 2019-12-20 西安理工大学 Edge detection method based on eight-direction fractional order differential operator

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
徐黎明 ; 吴亚娟 ; 张波 ; .基于八邻域的自适应高阶变分图像修复算法.图学学报.2017,(第04期),全文. *

Also Published As

Publication number Publication date
CN113808150A (en) 2021-12-17

Similar Documents

Publication Publication Date Title
CN110544261B (en) Method for detecting coal injection state of blast furnace tuyere based on image processing
Yu et al. A machine vision method for measurement of machining tool wear
CN105913415B (en) A kind of image sub-pixel edge extracting method with extensive adaptability
CN107341802B (en) Corner sub-pixel positioning method based on curvature and gray scale compounding
CN109060836B (en) Machine vision-based high-pressure oil pipe joint external thread detection method
CN111325721A (en) Gas leakage detection method and system based on infrared thermal imaging
CN102496161B (en) Method for extracting contour of image of printed circuit board (PCB)
CN106197612A (en) A kind of transparent bottled liquid-level detecting method based on machine vision
CN106404793A (en) Method for detecting defects of bearing sealing element based on vision
CN113808150B (en) Edge detection new method capable of self-adaptive repair
CN102169581A (en) Feature vector-based fast and high-precision robustness matching method
CN108830868B (en) Arc fitting method based on combination of Snake model and iterative polarity transformation regression
CN107843818B (en) High-voltage insulation fault diagnosis method based on heterogeneous image temperature rise and partial discharge characteristics
CN115456956A (en) Method and device for detecting scratches of liquid crystal display and storage medium
CN112381759B (en) Monocrystalline silicon solar wafer defect detection method based on optical flow method and confidence coefficient method
CN112629409A (en) Method for extracting line structure light stripe center
Li et al. Improved edge detection algorithm for canny operator
CN104715491A (en) Subpixel edge detection method based on one-dimensional gray moment
CN113240667A (en) Automobile mold plane crack detection method based on image processing
CN116309275A (en) Method and device for detecting edges of sub-pixels of battery piece image and storage medium
Sa et al. Improved Otsu segmentation based on sobel operator
CN113223074A (en) Underwater laser stripe center extraction method
CN111798423B (en) Concrete crack picture splicing and detecting method
CN116363126B (en) Welding quality detection method for data line USB plug
Chen et al. Edge and texture detection of metal image under high temperature and dynamic solidification condition

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