CN103150735A - Gray level difference averaging-based image edge detection method - Google Patents

Gray level difference averaging-based image edge detection method Download PDF

Info

Publication number
CN103150735A
CN103150735A CN2013100998117A CN201310099811A CN103150735A CN 103150735 A CN103150735 A CN 103150735A CN 2013100998117 A CN2013100998117 A CN 2013100998117A CN 201310099811 A CN201310099811 A CN 201310099811A CN 103150735 A CN103150735 A CN 103150735A
Authority
CN
China
Prior art keywords
image
value
edge
gray level
gray
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.)
Pending
Application number
CN2013100998117A
Other languages
Chinese (zh)
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.)
Shandong University
Original Assignee
Shandong 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 Shandong University filed Critical Shandong University
Priority to CN2013100998117A priority Critical patent/CN103150735A/en
Publication of CN103150735A publication Critical patent/CN103150735A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention discloses a gray level difference averaging-based image edge detection method, which mainly comprises the following steps of: (1) starting reading an image; (2) setting a gray level threshold value; (3) converting the image into a gray level image; (4) filtering the image; (5) reading an image address; (6) calculating an absolute average value of a gray level difference; (7) judging whether the absolute average value of the gray level difference is greater than the threshold value or not, setting a gray level value to be 255 if the absolute average value of the gray level difference is greater than the threshold value, entering a step (8), and setting the gray level value to be 0 if the absolute average value of the gray level difference is not greater than the threshold value, and entering the step (8); and (8) judging whether the processing of the image is finished or not, performing edge extraction if the processing of the image is finished, and outputting an image edge, and adding 1 to the image address if the processing of the image is not finished, and returning to the step (5). The method is easy to understand and short in operation time, and an algorithm is simple; differential operation is not involved, the addition of noise in an image enhancement process is avoided, and a detection result under a proper threshold value is better.

Description

The average method for detecting image edge of a kind of intensity-based difference
Technical field
The present invention relates to the average method for detecting image edge of a kind of intensity-based difference, belong to the image processing and analysis field.
Background technology
Image Edge-Detection is one of most basic content in image processing and analysis, is also still not obtain so far the class problem that satisfactorily resolves.So-called edge refers to that its surrounding pixel gray scale has the set of those pixels of step variation or roof variation.The edge is present between object and background widely, between object and object, between primitive and primitive.To be that gray scale is discontinuous cause in its existence.The edge of image has comprised the features such as the position, profile of image, is one of essential characteristic of image, is widely used in the image processing and analysis field.Therefore, the detection method of image border is the study hotspot in the image processing and analysis technology always.
Yet the theory of the relevant rim detection of delivering so far and method remain in many weak points, such as being difficult to reach gratifying effect at aspects such as accuracy of detection, denoising and operation times.
The level of the classical detected edge image of roberts operator and vertical edge are more clear, but the discontinuous situation in edge easily appears in oblique line directions; Owing to not adopting the related measures such as smothing filtering, so anti-noise ability is relatively poor.
Rim detection effect and the sobel of Prewitt operator are close.Because all noise is had smoothing effect, so noiseproof feature is better; But detected edge is thicker, and bearing accuracy is not high, the situation of missing edges easily occurs.
The advantage that adopts Laplace operator is that the gained image border is thinner, and bearing accuracy is higher.But this algorithm is very responsive to noise, and Laplace operator affects meeting greater than the impact of its edge to noise sometimes.This is because Laplace operator adopts second differential, can doublely add like this impact of very noisy.
Log operator noiseproof feature is better, and this is because this algorithm adopts Gaussian filter to carry out filtering to image, effectively suppressed the noise in the original image, but monolateral response is good not, isolated point and pseudo-edge easily occur.
If only consider the rim detection effect, the canny operator as optimum operator, is obviously best selection; But when processing comparatively complicated picture, the calculated amount size becomes the factor of can not ignore of weighing the edge detection operator quality.In above-mentioned each classical operators, the calculated amount of canny operator is maximum.
Chinese patent (application number: 201110079661.4, patent name: based on the extracting method in the range gating image effective information district of average gray) described definite background area average gray value method, be that morphologic method is adopted in the extraction of largest connected background area; And the present invention need not to relate to morphology; The described priori of utilizing is calculated initial threshold, utilizes this initial threshold original image to be carried out the extraction in effective information district, calculates the average gray value at this edge, block of information according to the marginal portion, block of information of obtaining, and its threshold value adjustment need be carried out iterative operation; And the present invention need not iteration, and whole image is carried out single pass, and response is the marginal point of image greater than the point of threshold value, only by threshold values T just with Edge extraction out.
Summary of the invention
Purpose of the present invention is exactly to provide a kind of intensity-based difference average method for detecting image edge in order to address the above problem, it have advantages of the detected image edge and profile simple and effective.
To achieve these goals, the present invention adopts following technical scheme:
The average method for detecting image edge of a kind of intensity-based difference mainly comprises the steps:
Step (1): beginning, reading images;
Step (2): set gray threshold;
Step (3): image transitions is gray level image;
Step (4): image filtering;
Step (5): reading images address;
Step (6): calculate the gray scale difference value absolute average;
Step (7): whether judging the gray scale difference value absolute average greater than threshold value, is 255 if just set gray-scale value, and enters step (8); Be 0 if not just setting gray-scale value, enter step (8);
Step (8): judge whether image is handled, if just carry out edge extracting, the output image edge; Return to step (5) after just image address being added one.
The figure filtering of described step (4) is as follows: with Gaussian filter and median filter, image is carried out smothing filtering respectively, effectively suppress salt-pepper noise and Gaussian noise in image.
The concrete steps of the calculating gray scale difference value mean value of described step (6) are:
Absolute mean is asked in image pointwise after smothing filtering.Suppose g 0Be the point of considering, select 3 * 3 neighborhoods, computing formula is as follows:
G i=|I(g 0)-I(g i)|
G = Σ i = 1 8 G i 8
g1 g8 g7
g2 g0 g6
g3 g4 g5
In formula, i is pixel, and span is 0~8; Gi represents the absolute difference of g0 point and gi point gray scale, I(gi) is the gray-scale value of pixel gi.G is at g 0The response at place, this value representation g 0The mean difference of the gray scale at some place and neighborhood territory pixel gray scale around it responds the character that G has embodied pixel.
The threshold value of described step (7) is chosen: according to the statistical property of image absolute mean matrix, carry out the threshold value of rim detection and choose
avr = Σ i = 1 M Σ j = 1 N | G ( i , j ) | M × N
std = Σ i = 1 M Σ j = 1 N ( G ( i , j ) - avr ) 2 M × N
T=a×avr+b×std(a=1,b=0.5)
Wherein T represents selected threshold value, and M * N is picture size, and i, j are pixel, and span is respectively 1~M and 1~N; G (i, j) is the Grad that point (i, j) is located, and std and avr represent respectively standard deviation and the average of gradient matrix, and a, b are empirical constant, general a=1, b=0.5.When a, b get less value, can obtain more edge details; When a, b get larger value, can reduce the noise in edge image.
The edge extracting of described step (8):
Whole image is carried out single pass, and response is the marginal point of image greater than the point of threshold value, only by threshold values T just with Edge extraction out.
Beneficial effect of the present invention:
1, the edge of image has comprised the feature such as position, profile of image, is one of essential characteristic of image, can be widely used in biomedical engineering field;
2, can find out by MATLAB emulation, the method detected image border continuity is better, and pseudo-edge and isolated point less;
3, easy to understand, algorithm is simple, and operation time is short;
4, differentiate owing to not relating to, thus can not increase noise in the process of figure image intensifying, so testing result is better under suitable threshold value.
Description of drawings
Fig. 1 is main process flow diagram of the present invention;
Fig. 2 is the original image of embodiments of the invention;
Fig. 3 is the image after the processing of embodiments of the invention.
Embodiment
The invention will be further described below in conjunction with accompanying drawing and embodiment.
As shown in Figure 1, the average method for detecting image edge of a kind of intensity-based difference mainly comprises the steps:
Step (1): beginning, reading images;
Step (2): set gray threshold;
Step (3): image transitions is gray level image;
Step (4): image filtering;
Step (5): reading images address;
Step (6): calculate the gray scale difference value absolute average;
Step (7): whether judging the gray scale difference value absolute average greater than threshold value, is 255 if just set gray-scale value, and enters step (8); Be 0 if not just setting gray-scale value, enter step (8);
Step (8): judge whether image is handled, if just carry out edge extracting, the output image edge; Return to step (5) after just image address being added one.
The figure filtering of described step (4) is as follows: with Gaussian filter and median filter, image is carried out smothing filtering respectively, effectively suppress salt-pepper noise and Gaussian noise in image.
The concrete steps of the calculating gray scale difference value mean value of described step (6) are:
Absolute mean is asked in image pointwise after smothing filtering.Suppose g 0Be the point of considering, select 3 * 3 neighborhoods, computing formula is as follows:
G i=|I(g 0)-I(g i)|
G = Σ i = 1 8 G i 8
g1 g8 g7
g2 g0 g6
g3 g4 g5
In formula, i is pixel, and span is 0~8; Gi represents the absolute difference of g0 point and gi point gray scale, I(gi) is the gray-scale value of pixel gi.G is at g 0The response at place, this value representation g 0The mean difference of the gray scale at some place and neighborhood territory pixel gray scale around it responds the character that G has embodied pixel.
The threshold value of described step (7) is chosen: according to the statistical property of image absolute mean matrix, carry out the threshold value of rim detection and choose
avr = Σ i = 1 M Σ j = 1 N | G ( i , j ) | M × N
std = Σ i = 1 M Σ j = 1 N ( G ( i , j ) - avr ) 2 M × N
T=a×avr+b×std(a=1,b=0.5)
Wherein T represents selected threshold value, and M * N is picture size, and i, j are pixel, and span is respectively 1~M and 1~N; G (i, j) is the Grad that point (i, j) is located, and std and avr represent respectively standard deviation and the average of gradient matrix, and a, b are empirical constant, general a=1, b=0.5.When a, b get less value, can obtain more edge details; When a, b get larger value, can reduce the noise in edge image.
The edge extracting of described step (8):
Whole image is carried out single pass, and response is the marginal point of image greater than the point of threshold value, only by threshold values T just with Edge extraction out.
As shown in Figure 2, the original image before the present invention processes.
As shown in Figure 3, the image after the present invention processes.Can be found out by Fig. 2, Fig. 3, the method detected image border continuity is better, and pseudo-edge and isolated point less; Differentiate owing to not relating to, so do not increase noise in the process of figure image intensifying.
Although above-mentionedly by reference to the accompanying drawings the specific embodiment of the present invention is described; but be not limiting the scope of the invention; one of ordinary skill in the art should be understood that; on the basis of technical scheme of the present invention, those skilled in the art do not need to pay various modifications that creative work can make or distortion still in protection scope of the present invention.

Claims (5)

1. the method for detecting image edge that the intensity-based difference is average, is characterized in that, mainly comprises the steps:
Step (1): beginning, reading images;
Step (2): set gray threshold;
Step (3): image transitions is gray level image;
Step (4): image filtering;
Step (5): reading images address;
Step (6): calculate the gray scale difference value absolute average;
Step (7): whether judging the gray scale difference value absolute average greater than threshold value, is 255 if just set gray-scale value, and enters step (8); Be 0 if not just setting gray-scale value, enter step (8);
Step (8): judge whether image is handled, if just carry out edge extracting, the output image edge; Return to step (5) after just image address being added one.
2. the average method for detecting image edge of a kind of intensity-based difference as claimed in claim 1, it is characterized in that, the figure filtering of described step (4) is as follows: with Gaussian filter and median filter, image is carried out smothing filtering respectively, effectively suppress salt-pepper noise and Gaussian noise in image.
3. the average method for detecting image edge of a kind of intensity-based difference as claimed in claim 1, is characterized in that, the concrete steps of the calculating gray scale difference value mean value of described step (6) are:
Absolute mean is asked in image pointwise after smothing filtering, supposed g 0Be the point of considering, select 3 * 3 neighborhoods, computing formula is as follows:
G i=|I(g 0)-I(g i)|
G = Σ i = 1 8 G i 8
In formula, i is pixel, and span is 0~8; Gi represents the absolute difference of g0 point and gi point gray scale, I(gi) is the gray-scale value of pixel gi, and G is at g 0The response at place, this value representation g 0The mean difference of the gray scale at some place and neighborhood territory pixel gray scale around it responds the character that G has embodied pixel.
4. the average method for detecting image edge of a kind of intensity-based difference as claimed in claim 1, is characterized in that, the threshold value of described step (7) is chosen: according to the statistical property of image absolute mean matrix, carry out the threshold value of rim detection and choose
avr = Σ i = 1 M Σ j = 1 N | G ( i , j ) | M × N
std = Σ i = 1 M Σ j = 1 N ( G ( i , j ) - avr ) 2 M × N
T=a×avr+b×std(a=1,b=0.5)
Wherein T represents selected threshold value, and M * N is picture size, and i, j are pixel, and the span of i and j is respectively 1~M and 1~N; G (i, j) is the Grad that point (i, j) is located, and std and avr represent respectively standard deviation and the average of gradient matrix, and a, b are empirical constant, when a, b get less value, obtains more edge details; When a, b get larger value, reduce the noise in edge image, preferred a=1, b=0.5.
5. the average method for detecting image edge of a kind of intensity-based difference as claimed in claim 1, it is characterized in that, the edge extracting of described step (8): whole image is carried out single pass, response is the marginal point of image greater than the point of threshold value, only by threshold values T just with Edge extraction out.
CN2013100998117A 2013-03-26 2013-03-26 Gray level difference averaging-based image edge detection method Pending CN103150735A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2013100998117A CN103150735A (en) 2013-03-26 2013-03-26 Gray level difference averaging-based image edge detection method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2013100998117A CN103150735A (en) 2013-03-26 2013-03-26 Gray level difference averaging-based image edge detection method

Publications (1)

Publication Number Publication Date
CN103150735A true CN103150735A (en) 2013-06-12

Family

ID=48548788

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2013100998117A Pending CN103150735A (en) 2013-03-26 2013-03-26 Gray level difference averaging-based image edge detection method

Country Status (1)

Country Link
CN (1) CN103150735A (en)

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103761729A (en) * 2013-12-31 2014-04-30 长安大学 Steel ball grinding crack detection method based on neighborhood gray level similarity
CN103955917A (en) * 2014-04-03 2014-07-30 国家电网公司 Long-gap air electric arc image edge detection method
CN104952081A (en) * 2015-07-20 2015-09-30 电子科技大学 COG (Chip-On-Glass) offset detection method based on extreme value difference statistical characteristic
CN105184751A (en) * 2015-09-22 2015-12-23 成都融创智谷科技有限公司 Connected moving object detection method based on improved cluster
CN105303562A (en) * 2015-09-22 2016-02-03 成都融创智谷科技有限公司 Moving target detection method based on C-means clustering algorithm
CN105487772A (en) * 2015-11-26 2016-04-13 上海斐讯数据通信技术有限公司 Information capturing method and apparatus
CN105741281A (en) * 2016-01-28 2016-07-06 西安理工大学 Image edge detection method based on neighbourhood dispersion
CN105809677A (en) * 2016-03-03 2016-07-27 Tcl集团股份有限公司 Bilateral filter based image edge detection method and system
CN105913067A (en) * 2016-04-18 2016-08-31 徐庆 Image contour characteristic extraction method and device
CN106407657A (en) * 2016-08-31 2017-02-15 无锡雅座在线科技发展有限公司 Method and device for capturing event
CN106446908A (en) * 2016-08-31 2017-02-22 乐视控股(北京)有限公司 Method and device for detecting object in image
CN107452008A (en) * 2016-06-01 2017-12-08 上海东方传媒技术有限公司 Method for detecting image edge and device
CN109235572A (en) * 2018-09-26 2019-01-18 东莞幻鸟新材料有限公司 A kind of closestool intelligence dredging system
CN109269403A (en) * 2017-07-17 2019-01-25 成都唐源电气股份有限公司 A kind of contact line conducting wire measurement of wear method and device based on machine vision
CN109269415A (en) * 2017-07-17 2019-01-25 成都唐源电气股份有限公司 A kind of contact line conducting wire measurement of wear method and device based on multichannel camera
CN110517318A (en) * 2019-08-28 2019-11-29 昆山国显光电有限公司 Localization method and device, storage medium
CN110866902A (en) * 2019-11-06 2020-03-06 湖北中烟工业有限责任公司 Detection method for cigarette pack warping deformation
CN111179291A (en) * 2019-12-27 2020-05-19 凌云光技术集团有限责任公司 Edge pixel point extraction method and device based on neighborhood relationship
CN111289526A (en) * 2020-02-28 2020-06-16 北京伟杰东博信息科技有限公司 Method and system for detecting defects on inner surface of gas conveying pipeline
CN111768422A (en) * 2020-01-16 2020-10-13 北京沃东天骏信息技术有限公司 Edge detection processing method, device, equipment and storage medium
CN114170228A (en) * 2022-02-14 2022-03-11 西南石油大学 Computer image edge detection method
CN114627046A (en) * 2021-12-30 2022-06-14 山东爱普电气设备有限公司 Power line detection method and system based on visible light multi-filtering dimensionality

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101093539A (en) * 2007-07-27 2007-12-26 哈尔滨工程大学 Matching identification method by extracting characters of vein from finger
CN102005051A (en) * 2010-11-23 2011-04-06 华亚微电子(上海)有限公司 Edge detection method and related device
CN102156996A (en) * 2011-04-01 2011-08-17 上海海事大学 Image edge detection method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101093539A (en) * 2007-07-27 2007-12-26 哈尔滨工程大学 Matching identification method by extracting characters of vein from finger
CN102005051A (en) * 2010-11-23 2011-04-06 华亚微电子(上海)有限公司 Edge detection method and related device
CN102156996A (en) * 2011-04-01 2011-08-17 上海海事大学 Image edge detection method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
孙笋: "《轮廓和边缘检测方法研究》", 《中国优秀硕士学位论文信息科技辑》 *

Cited By (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103761729A (en) * 2013-12-31 2014-04-30 长安大学 Steel ball grinding crack detection method based on neighborhood gray level similarity
CN103955917A (en) * 2014-04-03 2014-07-30 国家电网公司 Long-gap air electric arc image edge detection method
CN104952081B (en) * 2015-07-20 2018-01-12 电子科技大学 A kind of COG bias detecting methods based on extreme value difference statisticses feature
CN104952081A (en) * 2015-07-20 2015-09-30 电子科技大学 COG (Chip-On-Glass) offset detection method based on extreme value difference statistical characteristic
CN105303562A (en) * 2015-09-22 2016-02-03 成都融创智谷科技有限公司 Moving target detection method based on C-means clustering algorithm
CN105184751A (en) * 2015-09-22 2015-12-23 成都融创智谷科技有限公司 Connected moving object detection method based on improved cluster
CN105487772A (en) * 2015-11-26 2016-04-13 上海斐讯数据通信技术有限公司 Information capturing method and apparatus
CN105741281B (en) * 2016-01-28 2018-07-03 西安理工大学 Method for detecting image edge based on neighborhood dispersion
CN105741281A (en) * 2016-01-28 2016-07-06 西安理工大学 Image edge detection method based on neighbourhood dispersion
CN105809677A (en) * 2016-03-03 2016-07-27 Tcl集团股份有限公司 Bilateral filter based image edge detection method and system
CN105809677B (en) * 2016-03-03 2020-12-22 武汉Tcl集团工业研究院有限公司 Image edge detection method and system based on bilateral filter
CN105913067A (en) * 2016-04-18 2016-08-31 徐庆 Image contour characteristic extraction method and device
CN107452008A (en) * 2016-06-01 2017-12-08 上海东方传媒技术有限公司 Method for detecting image edge and device
CN106446908A (en) * 2016-08-31 2017-02-22 乐视控股(北京)有限公司 Method and device for detecting object in image
CN106407657A (en) * 2016-08-31 2017-02-15 无锡雅座在线科技发展有限公司 Method and device for capturing event
CN109269415B (en) * 2017-07-17 2020-02-18 成都唐源电气股份有限公司 Contact net lead abrasion measuring method and device based on multi-path camera
CN109269403A (en) * 2017-07-17 2019-01-25 成都唐源电气股份有限公司 A kind of contact line conducting wire measurement of wear method and device based on machine vision
CN109269415A (en) * 2017-07-17 2019-01-25 成都唐源电气股份有限公司 A kind of contact line conducting wire measurement of wear method and device based on multichannel camera
CN109269403B (en) * 2017-07-17 2020-02-04 成都唐源电气股份有限公司 Contact net lead abrasion measuring method and device based on machine vision
CN109235572A (en) * 2018-09-26 2019-01-18 东莞幻鸟新材料有限公司 A kind of closestool intelligence dredging system
CN110517318A (en) * 2019-08-28 2019-11-29 昆山国显光电有限公司 Localization method and device, storage medium
CN110517318B (en) * 2019-08-28 2022-05-17 昆山国显光电有限公司 Positioning method and device, and storage medium
CN110866902A (en) * 2019-11-06 2020-03-06 湖北中烟工业有限责任公司 Detection method for cigarette pack warping deformation
CN111179291A (en) * 2019-12-27 2020-05-19 凌云光技术集团有限责任公司 Edge pixel point extraction method and device based on neighborhood relationship
CN111179291B (en) * 2019-12-27 2023-10-03 凌云光技术股份有限公司 Edge pixel point extraction method and device based on neighborhood relation
CN111768422A (en) * 2020-01-16 2020-10-13 北京沃东天骏信息技术有限公司 Edge detection processing method, device, equipment and storage medium
CN111289526A (en) * 2020-02-28 2020-06-16 北京伟杰东博信息科技有限公司 Method and system for detecting defects on inner surface of gas conveying pipeline
CN111289526B (en) * 2020-02-28 2021-08-17 涿州滨海燃气有限公司 Method and system for detecting defects on inner surface of gas conveying pipeline
CN114627046A (en) * 2021-12-30 2022-06-14 山东爱普电气设备有限公司 Power line detection method and system based on visible light multi-filtering dimensionality
CN114170228A (en) * 2022-02-14 2022-03-11 西南石油大学 Computer image edge detection method
CN114170228B (en) * 2022-02-14 2022-04-19 西南石油大学 Computer image edge detection method

Similar Documents

Publication Publication Date Title
CN103150735A (en) Gray level difference averaging-based image edge detection method
CN103413276B (en) A kind of degree of depth Enhancement Method based on grain distribution feature
CN102156996B (en) Image edge detection method
CN105405142A (en) Edge defect detection method and system for glass panel
CN107067382A (en) A kind of improved method for detecting image edge
CN105913396A (en) Noise estimation-based image edge preservation mixed de-noising method
WO2020001149A1 (en) Method and apparatus for extracting edge of object in depth image, and computer readable storage medium
JP2012517774A5 (en)
CN101408985A (en) Method and apparatus for extracting circular luminous spot second-pixel center
CN104331863A (en) Image filtering and denoising method
CN103198455B (en) A kind of image de-noising method utilizing total variation minimization and gray level co-occurrence matrixes
CN103413311A (en) Edge-based fuzzy detection method
CN102915521A (en) Method and device for processing mobile terminal images
CN104077743A (en) Suppression method and device for grid artifact in X-ray image
CN103679656A (en) Automatic image sharpening method
CN104010114B (en) Video denoising method and device
CN105894474A (en) Non-linear image enhancement method, and edge detection method using the same
CN103020921A (en) Single image defogging method based on local statistical information
JP2013008346A5 (en)
CN104376540A (en) Bayer image denoising method
CN104134195A (en) Image restoration method based on geometric sparsity of blocks
Balovsyak et al. Automatic determination of the gaussian noise level on digital images by high-pass filtering for regions of interest
CN104182983A (en) Highway monitoring video definition detection method based on corner features
CN103822932A (en) X-ray real-time image weld defect detection method based on multi-scale filtering operator
CN104537632A (en) Infrared image histogram enhancing method based on edge extraction

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20130612