CN103679738A - Image edge detection method based on color radius adjacent domain pixel classification - Google Patents

Image edge detection method based on color radius adjacent domain pixel classification Download PDF

Info

Publication number
CN103679738A
CN103679738A CN201310737370.9A CN201310737370A CN103679738A CN 103679738 A CN103679738 A CN 103679738A CN 201310737370 A CN201310737370 A CN 201310737370A CN 103679738 A CN103679738 A CN 103679738A
Authority
CN
China
Prior art keywords
pixel
edge
color
class
loc
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201310737370.9A
Other languages
Chinese (zh)
Other versions
CN103679738B (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.)
Jiangnan University
Original Assignee
Jiangnan 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 Jiangnan University filed Critical Jiangnan University
Priority to CN201310737370.9A priority Critical patent/CN103679738B/en
Publication of CN103679738A publication Critical patent/CN103679738A/en
Application granted granted Critical
Publication of CN103679738B publication Critical patent/CN103679738B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Image Analysis (AREA)

Abstract

The invention relates to an image edge detection method, in particular to an image edge detection method based on color radius adjacent domain pixel classification and belongs to the technical field of image processing. In the technical scheme, the color image edge detection method based on the color radius adjacent domain pixel classification comprises the following steps of (a) using a Gaussian filter to perform smoothing on color images; (b) adopting an adjacent domain pixel classification method to perform edge treatment on the smoothed color images so as to achieve edge pixel classification of the color images; (c) refining the edges of the color images so as to obtain stable color image edges. The image edge detection method is convenient to operate, the speed of color image edge detection is improved, the edge detection accuracy is high, the adaptability is high, and the stability is reliable.

Description

Method for detecting image edge based on the classification of color radius adjacent domains pixel
Technical field
The present invention relates to a kind of method for detecting image edge, especially a kind of method for detecting image edge based on the classification of color radius adjacent domains pixel, belongs to the technical field that image is processed.
Background technology
Rim detection is an important subject during image is processed, and in computer vision and area of pattern recognition, is widely used.In general, traditional edge detection method comprises three basic steps, is first image pre-service or image filtering, is then image difference and gradient calculation, finally carries out edge extracting.The method of using gradient operator to measure as marginality has had the development of comparative maturity.These edge detection methods mainly can be divided three classes:
1), use difference approximation image function derivative operator, as Roberts operator, Laplace operator, Prewitt operator, Sobel operator, Kirsch operator etc.
2) operator, based on image function second derivative zero crossing, as Marr-Hildreth operator, Canny operator, LoG (Laplacian of Gaussian) operator etc.
3), attempt operator that the parameter model at image function and edge is matched, Haralick and Shapiro did relevant research.
Nearest correlative study has uses Hopfield neural network to carry out the method for rim detection, and Wang Gang etc. have proposed a kind of edge detection method based on sub-pix multifractal.But above-mentioned these methods are all to carry out rim detection for gray level image.
At present, for coloured image, carry out rim detection and mainly contain two kinds of thinkings.Be that coloured image is converted to a gray level image, then use gray-scale Image Edge Detection device to process this width image.This is a kind of many-to-one mapping by color space to the conversion of gray space, the namely conversion from higher dimensional space to lower dimensional space, detected edge accuracy rate can reduce, and meanwhile, in coloured image, significantly border may be lost in gray space.Another kind of thinking is that each color component of coloured image is carried out to rim detection, finally each testing result is carried out to Fusion Edges.The resulting edge of this processing mode is still not accurate enough, and easily ignores the processing to information between color component.Therefore, find a kind of color image edge detection method that can make full use of color image information very meaningful.
Summary of the invention
The object of the invention is to overcome the deficiencies in the prior art, a kind of color image edge detection method based on the classification of color radius adjacent domains pixel is provided, it is easy to operate, the speed of raising to color images edge detection, rim detection precision is high, and strong adaptability is reliable and stable.
According to technical scheme provided by the invention, a kind of color image edge detection method based on the classification of color radius adjacent domains pixel, described color image edge detection method comprises the steps:
A, use Gaussian filter carry out smoothing processing to coloured image;
B, to the coloured image after above-mentioned smoothing processing, utilize adjacent domains pixel sorting technique to carry out edge treated to coloured image, to obtain the edge pixel classification of coloured image;
C, the edge of above-mentioned coloured image is carried out to refinement, to obtain the edge of stable coloured image.
In described step a, use Gaussian filter to carry out when level and smooth coloured image, choosing Size of Neighborhood is 3 * 3, and standard deviation is 0.45.
In described step b, utilize adjacent domains pixel sorting technique to carry out edge treated to coloured image and comprise the steps:
B1, on coloured image, choose a neighborhood, the size of described neighborhood is nb_height*nb_width, and color radius is color_radius, and the threshold value of distinguishing noise class pixel and edge class pixel is noise_edge_t; In described neighborhood, neighborhood territory pixel set is
Set={L i},i=1,2,…,n
Wherein, Set is neighborhood territory pixel set, L ifor the pixel in neighborhood, n=nb_height*nb-width; The centre of neighbourhood is:
L ‾ = 1 n Σ i = 1 n L i ;
The radius of neighbourhood is:
R = 1 n Σ i = 1 n | | L i - L ‾ | | ;
The key words sorting of each pixel in b2, initialization neighborhood, is the key words sorting state of each pixel in neighborhood unfiled, and the initial value of order traversal parameter l oc is 1, and traversal mark mark initial value is 0;
Each pixel in b3, traversal neighborhood element set Set; If loc < is n+1, meanwhile, pixel L locwhile not being classified, with pixel L locfor reference point is classified, and forward b4 to; If pixel L locbe classified, traversal mark mark added up to 1, until mark=n stops the traversal of choosing neighborhood territory pixel S set et to described, and jump to step b7; If L 1~L nall be traversed, during loc > n, jump to step b5;
B4, with pixel L locfor reference point is classified, each pixel in traversal Set, if there is pixel L knot yet be classified, k gets 1~n, calculating pixel L locwith pixel L keuclidean distance, if | L locl k|≤color_radius, so pixel L kbelong to pixel L locclass, pixel L locclass in number of pixels add 1, finally obtain with pixel L locclassification S for reference point locthe number of middle pixel, is designated as | S loc|, to traversal parameter l, oc adds up 1, forwards step b3 to;
B5, complete a subseries traversal after, obtain one group of data | S i|, i=1,2 ..., m, m is once the number of reference point in traversal, gets max{|S i| corresponding class S maxfor this time travels through the class marking off, if | S max|≤noise_edge_t, so mark in such pixel be noise, otherwise the pixel in such is labeled as and is classified, forward afterwards b6 to;
B6, initialization traversal parameter l oc, order traversal parameter l oc=1, forwards step b3 to and continues traversal, until all pixels are all marked as and classify;
B7, to after neighborhood element set Set classification, note classification results is:
Clf_Result={S 1,S 2,...,S q}
If | Clf_Result|=1, i.e. q=1, such is 1 region so, does not comprise edge pixel, jumps to step b9; Otherwise, if q >=2 are handled as follows:
Calculate respectively each classification S v, v=1,2 ..., the class center C of q vif, note S v={ L 1, L 2..., L p, so:
C v = 1 p &Sigma; j = 1 p L j
Calculate each class center C vto the centre of neighbourhood
Figure BDA0000447966140000032
distance D v:
D v = | | C v - L &OverBar; | |
Calculate distance D jabsolute value with the difference of radius of neighbourhood R:
d v=|D v-R|
Therefore, obtain one group of range data:
d={d 1,d 2,...,d q}
If d j=max{d}, so j classification S jin element comprised edge pixel;
B8, to having comprised the class S of edge pixel j={ L j1, L j2..., L jhin pixel screen; Get classification S w={ L w1, L w2..., L wk, meet d w=min{d}, edge pixel L jx, x=1,2 ..., h need to meet two conditions below:
I, L jx∈ S j, and L jx8 neighborhoods in have pixel L wy∈ S w, y=1,2 ... k;
Ii, edge pixel L jxthere is in one direction edge pixel, be designated as pixel L1, pixel L2, in the direction vertical with this direction, have saltus step pixel, be designated as pixel N1, pixel N2, have
||L-L1||≤color_radius;
||L-L2||≤color_radius;
||L-N1||>color_radius;
||L-N2||>color_radius;
To having comprised the class S of edge pixel jafter screening, obtain edge pixel class S edge={ L e1, L e2..., L et, described edge pixel class S edgefor class S jsubset;
B9, on coloured image, choose next neighborhood, and repeat above-mentioned steps, until whole coloured image is all selected to detection, according to edge pixel class S edgecomplete the rim detection to coloured image.
Advantage of the present invention: set about from the residing color space of coloured image, directly use chromatic information, carry out image pixel classification in small neighbourhood, according to the classification characteristics of edge pixel, directly mark off edge pixel class.Finally use edge pixel constraint condition edge pixel to screen and obtain desirable image border.This kind of color image edge detection method computation complexity is low, can reach requirement accurately and fast, and has stronger robustness.
Embodiment
Below in conjunction with specific embodiment, the invention will be further described.
For the edge of sense colors image effectively, color image edge detection method of the present invention comprises the steps:
A, use Gaussian filter carry out smoothing processing to coloured image;
In the embodiment of the present invention, by Gaussian filter, coloured image is carried out to smoothing processing, tentatively to remove the noise of coloured image, use Gaussian filter to carry out when level and smooth coloured image, choosing Size of Neighborhood is 3 * 3, and standard deviation is 0.45.
B, to the coloured image after above-mentioned smoothing processing, utilize adjacent domains pixel sorting technique to carry out edge treated to coloured image, to obtain the edge pixel classification of coloured image;
For dim dimension color space (as RGB coloured image dim=3), define color radius C olor_Radius, if in this color space with a C (C 1, C 2..., C dim) be reference point define color, so for the some P (P that belongs to arbitrarily " color C " 1, P 2..., P dim), meet || C-P||≤color_radius (|| the Euclidean distance that C-P|| is point-to-point transmission), the set of the some P of character has formed " color C " like this.Wherein:
| | C - P | | = &Sigma; i = 1 dim ( C i - P i ) 2
Neighborhood for a nb_height*nb_width, if certain pixel is edge pixel, its " degree of amassing wealth by heavy taxation contribution " minimum to this neighborhood so, namely use color radius C olor_Radius to carry out color classification to the pixel in this neighborhood, edge pixel belongs to certain classification, and the center of this classification is maximum to the absolute value of the distance of the centre of neighbourhood and the difference of the radius of neighbourhood.
Therefore, utilizing adjacent domains pixel sorting technique to carry out edge treated to coloured image comprises the steps:
B1, on coloured image, choose a neighborhood, the size of described neighborhood is nb_height*nb_width, and color radius is color_radius, and the threshold value of distinguishing noise class pixel and edge class pixel is noise_edge_t; In described neighborhood, neighborhood territory pixel set is
Set={L i},i=1,2,…,n
Wherein, Set is neighborhood territory pixel set, L ifor the pixel in neighborhood, n=nb_height*nb_width; The centre of neighbourhood is:
L &OverBar; = 1 n &Sigma; i = 1 n L i ;
The radius of neighbourhood is:
R = 1 n &Sigma; i = 1 n | | L i - L &OverBar; | | ;
In the embodiment of the present invention, color radius color_radius, distinguish the size of the threshold value noise_edge_t of noise class pixel and edge class pixel can be as required and concrete color image size select, usually, color radius color_radius can be chosen to be 20, and the threshold value noise_edge_t that distinguishes noise class pixel and edge class pixel can be chosen to be 1 or 2.
The key words sorting of each pixel in b2, initialization neighborhood, is the key words sorting state of each pixel in neighborhood unfiled, and the initial value of order traversal parameter l oc is 1, and traversal mark mark initial value is 0;
Each pixel in b3, traversal neighborhood element set Set; If loc < is n+1, meanwhile, pixel L locwhile not being classified, with pixel L locfor reference point is classified, and forward b4 to; If pixel L locbe classified, traversal mark mark added up to 1, until mark=n stops the traversal of choosing neighborhood territory pixel S set et to described, and jump to step b7; If L 1~L nall be traversed, during loc > n, jump to step b5;
B4, with pixel L locfor reference point is classified, each pixel in traversal Set, if there is pixel L knot yet be classified, k gets 1~n, calculating pixel L locwith pixel L keuclidean distance, if || L loc-L k||≤color_radius, so pixel L kbelong to pixel L locclass, pixel L locclass in number of pixels add 1, finally obtain with pixel L locclassification S for reference point locthe number of middle pixel, is designated as | S loc|, to traversal parameter l, oc adds up 1, forwards step b3 to;
B5, complete a subseries traversal after, obtain one group of data | S i|, i=1,2 ..., m, m is once the number of reference point in traversal, gets max{|S i| corresponding class S maxfor this time travels through the class marking off, if | S max|≤noise_edge_t, so mark in such pixel be noise, otherwise the pixel in such is labeled as and is classified, forward afterwards b6 to; In this step, when | S max|≤noise_edge_t, so class S maxin pixel be labeled as noise, otherwise, by class S maxin pixel be labeled as and classify.
B6, initialization traversal parameter l oc, order traversal parameter l oc=1, forwards step b3 to and continues traversal, until all pixels are all marked as and classify; By step b6, can determine that pixels all in selected neighborhood all can be labeled classification, so that follow-up classification is processed and the operation of screening.
B7, to after neighborhood element set Set classification, note classification results is:
Clf_Result={S 1,S 2,...,S q}
If | Clf_Result|=1, i.e. q=1, such is 1 region so, does not comprise edge pixel, jumps to step b9; Otherwise, if q >=2 are handled as follows:
Calculate respectively each classification S v, v=1,2 ..., the class center C of q vif, note S v={ L 1, L 2..., L p, herein, class S vin comprise p pixel, the value of p is 2 to n, so:
C v = 1 p &Sigma; j = 1 p L j
Calculate each class center C vto the centre of neighbourhood
Figure BDA0000447966140000052
distance D v:
D v = | | C v - L &OverBar; | |
Calculate distance D jabsolute value with the difference of radius of neighbourhood R:
d v=|D v-R|
Therefore, obtain one group of range data:
d={d 1,d 2,...,d q}
If d j=max{d}, so j classification S jin element comprised edge pixel;
In the embodiment of the present invention, by the class in classification results Clf_Result is calculated, can access one group of range data.
B8, to having comprised the class S of edge pixel j={ L j1, L j2..., L jhin pixel screen; Get classification S w={ L w1, L w2..., L wk, meet d w=min{d}, edge pixel L jx, x=1,2 ..., h need to meet two conditions below:
I, L jx∈ S j, and L jx8 neighborhoods in have pixel L wy∈ S w, y=1,2 ... k;
Ii, edge pixel L jxthere is in one direction edge pixel, be designated as pixel L1, pixel L2, in the direction vertical with this direction, have saltus step pixel, be designated as pixel N1, pixel N2, have
||L-L1||≤color_radius;
||L-L2||≤color_radius;
||L-N1||>color_radius;
||L-N2||>color_radius;
To having comprised the class S of edge pixel jafter screening, obtain edge pixel class S edge={ L e1, L e2..., L et, described edge pixel class S edgefor class S jsubset;
B9, on coloured image, choose next neighborhood, and repeat above-mentioned steps, until whole coloured image is all selected to detection, according to edge pixel class S edgecomplete the rim detection to coloured image.
C, the edge of above-mentioned coloured image is carried out to refinement, to obtain the edge of stable coloured image.
In the embodiment of the present invention, the coloured image after detecting by edge carries out refinement, to obtain stable edge, thinning method wherein can reference literature " Lam; L., Seong-Whan Lee, and Ching Y.Suen; " Thinning Methodologies-A Comprehensive Survey, explanation in " IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol14, No.9; September1992, page879 ".
The color image edge detection method that the present invention is based on the classification of color radius adjacent domains pixel, algorithm is simple, is easy to realize.And relative Canny edge detection operator, carries out rim detection and has superiority having added the coloured image of salt-pepper noise.
The present invention sets about from the residing color space of coloured image, directly uses color image information, carries out image pixel classification in small neighbourhood, according to the classification characteristics of edge pixel, directly marks off edge pixel class.Finally use edge pixel constraint condition edge pixel to screen and obtain desirable image border.This kind of color image edge detection method computation complexity is low, can reach requirement accurately and fast, and has stronger robustness.

Claims (3)

1. the color image edge detection method based on the classification of color radius adjacent domains pixel, is characterized in that, described color image edge detection method comprises the steps:
(a), use Gaussian filter to carry out smoothing processing to coloured image;
(b), to the coloured image after above-mentioned smoothing processing, utilize adjacent domains pixel sorting technique to carry out edge treated to coloured image, to obtain the edge pixel classification of coloured image;
(c), the edge of above-mentioned coloured image is carried out to refinement, to obtain the edge of stable coloured image.
2. the color image edge detection method based on color radius adjacent domains pixel classification according to claim 1, it is characterized in that, in described step (a), use Gaussian filter to carry out when level and smooth coloured image, choosing Size of Neighborhood is 3 * 3, and standard deviation is 0.45.
3. the color image edge detection method based on the classification of color radius adjacent domains pixel according to claim 1, is characterized in that, in described step (b), utilizes adjacent domains pixel sorting technique to carry out edge treated to coloured image and comprises the steps:
(b1), on coloured image, choose a neighborhood, the size of described neighborhood is nb_height*nb_width, color radius is color_radius, the threshold value of distinguishing noise class pixel and edge class pixel is noise_edge_t; In described neighborhood, neighborhood territory pixel set is
Set={L i},i=1,2,…,n
Wherein, Set is neighborhood territory pixel set, L ifor the pixel in neighborhood, n=nb_height*nb_width; The centre of neighbourhood is:
L &OverBar; = 1 n &Sigma; i = 1 n L i ;
The radius of neighbourhood is:
R = 1 n &Sigma; i = 1 n | | L i - L &OverBar; | | ;
(b2), the key words sorting of each pixel in initialization neighborhood, the key words sorting state of each pixel in neighborhood is unfiled, the initial value of order traversal parameter l oc is 1, traversal mark mark initial value is 0;
(b3), each pixel in traversal neighborhood element set Set; If loc < is n+1, meanwhile, pixel L locwhile not being classified, with pixel L locfor reference point is classified, and forward (b4) to; If pixel L locbe classified, traversal mark mark added up to 1, until mark=n stops the traversal of choosing neighborhood territory pixel S set et to described, and jump to step (b7); If L 1~L nall be traversed, during loc > n, jump to step (b5);
(b4), with pixel L locfor reference point is classified, each pixel in traversal Set, if there is pixel L knot yet be classified, k gets 1~n, calculating pixel L locwith pixel L keuclidean distance, if || L loc-L k||≤color_radius, so pixel L kbelong to pixel L locclass, pixel L locclass in number of pixels add 1, finally obtain with pixel L locclassification S for reference point locthe number of middle pixel, is designated as | S loc|, to traversal parameter l, oc adds up 1, forwards step (b3) to;
(b5), complete a subseries traversal after, obtain one group of data | S i|, i=1,2 ..., m, m is once the number of reference point in traversal, gets max{|S i| corresponding class S maxfor this time travels through the class marking off, if | S max|≤noise_edge_t, so mark in such pixel be noise, otherwise the pixel in such is labeled as and is classified, forward afterwards (b6) to;
(b6), initialization traversal parameter l oc, order traversal parameter l oc=1, forwards step (b3) to and continues traversal, until all pixels are all marked as and classify;
(b7), to after neighborhood element set Set classification, note classification results is:
Clf_Result={S 1,S 2,...,S q}
If | Clf_Result|=1, i.e. q=1, such is 1 region so, does not comprise edge pixel, jumps to step (b9); Otherwise, if q >=2 are handled as follows:
Calculate respectively each classification S v, v=1,2 ..., the class center C of q vif, note S v={ L 1, L 2..., L p, so:
C v = 1 p &Sigma; j = 1 p L j
Calculate each class center C vto the centre of neighbourhood
Figure FDA0000447966130000022
distance D v:
D v = | | C v - L &OverBar; | |
Calculate distance D jabsolute value with the difference of radius of neighbourhood R:
d v=|D v-R|
Therefore, obtain one group of range data:
d={d 1,d 2,...,d q}
If d j=max{d}, so j classification S jin element comprised edge pixel;
(b8), to having comprised the class S of edge pixel j={ L j1, L j2..., L jhin pixel screen; Get classification S w={ L w1, L w2..., L wk, meet d w=min{d}, edge pixel L jx, x=1,2 ..., h need to meet two conditions below:
(i), L jx∈ S j, and L jx8 neighborhoods in have pixel L wy∈ S w, y=1,2 ... k;
(ii), edge pixel L jxthere is in one direction edge pixel, be designated as pixel L1, pixel L2, in the direction vertical with this direction, have saltus step pixel, be designated as pixel N1, pixel N2, have
||L-L1||≤color_radius;
||L-L2||≤color_radius;
||L-N1||>color_radius;
||L-N2||>color_radius;
To having comprised the class S of edge pixel jafter screening, obtain edge pixel class S edge={ L e1, L e2..., L et, described edge pixel class S edgefor class S jsubset;
(b9), on coloured image, choose next neighborhood, and repeat above-mentioned steps, until whole coloured image is all selected to detection, according to edge pixel class S edgecomplete the rim detection to coloured image.
CN201310737370.9A 2013-12-27 2013-12-27 Method for detecting image edge based on color radius adjacent domains pixel classifications Expired - Fee Related CN103679738B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310737370.9A CN103679738B (en) 2013-12-27 2013-12-27 Method for detecting image edge based on color radius adjacent domains pixel classifications

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310737370.9A CN103679738B (en) 2013-12-27 2013-12-27 Method for detecting image edge based on color radius adjacent domains pixel classifications

Publications (2)

Publication Number Publication Date
CN103679738A true CN103679738A (en) 2014-03-26
CN103679738B CN103679738B (en) 2016-08-17

Family

ID=50317189

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310737370.9A Expired - Fee Related CN103679738B (en) 2013-12-27 2013-12-27 Method for detecting image edge based on color radius adjacent domains pixel classifications

Country Status (1)

Country Link
CN (1) CN103679738B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106780531A (en) * 2016-12-22 2017-05-31 河海大学 A kind of image edge extraction method based on color lump point feature
CN110647866A (en) * 2019-10-08 2020-01-03 杭州当虹科技股份有限公司 Method for detecting character strokes

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101246593A (en) * 2008-03-27 2008-08-20 北京中星微电子有限公司 Color image edge detection method and apparatus
CN101699511A (en) * 2009-10-30 2010-04-28 深圳创维数字技术股份有限公司 Color image segmentation method and system
CN102999916A (en) * 2012-12-12 2013-03-27 清华大学深圳研究生院 Edge extraction method of color image

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101246593A (en) * 2008-03-27 2008-08-20 北京中星微电子有限公司 Color image edge detection method and apparatus
CN101699511A (en) * 2009-10-30 2010-04-28 深圳创维数字技术股份有限公司 Color image segmentation method and system
CN102999916A (en) * 2012-12-12 2013-03-27 清华大学深圳研究生院 Edge extraction method of color image

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
RAMAKANT NEVATIA: "A Color Edge Detector and Its Use in Scene Segmentation", 《IEEE TRANSACTION ON SYSTEMS MAN AND CYBERNETICS》 *
杨方方: "彩色图像分割技术的研究_图像边缘检测技术的研究应用", 《中国优秀硕士学位论文全文数据库信息科技辑》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106780531A (en) * 2016-12-22 2017-05-31 河海大学 A kind of image edge extraction method based on color lump point feature
CN106780531B (en) * 2016-12-22 2019-10-15 河海大学 A kind of image edge extraction method based on color lump point feature
CN110647866A (en) * 2019-10-08 2020-01-03 杭州当虹科技股份有限公司 Method for detecting character strokes
CN110647866B (en) * 2019-10-08 2022-03-25 杭州当虹科技股份有限公司 Method for detecting character strokes

Also Published As

Publication number Publication date
CN103679738B (en) 2016-08-17

Similar Documents

Publication Publication Date Title
CN102043950B (en) Vehicle outline recognition method based on canny operator and marginal point statistic
CN104751142B (en) A kind of natural scene Method for text detection based on stroke feature
CN107092871B (en) Remote sensing image building detection method based on multiple dimensioned multiple features fusion
KR101403876B1 (en) Method and Apparatus for Vehicle License Plate Recognition
CN108182383B (en) Vehicle window detection method and device
CN102779267B (en) The method and apparatus of specific object region in detected image
CN106228138A (en) A kind of Road Detection algorithm of integration region and marginal information
Phung et al. Pedestrian lane detection in unstructured scenes for assistive navigation
CN102999886B (en) Image Edge Detector and scale grating grid precision detection system
CN105261017A (en) Method for extracting regions of interest of pedestrian by using image segmentation method on the basis of road restriction
CN105488454A (en) Monocular vision based front vehicle detection and ranging method
CN105913093A (en) Template matching method for character recognizing and processing
CN107392139A (en) A kind of method for detecting lane lines and terminal device based on Hough transformation
CN106446952A (en) Method and apparatus for recognizing score image
CN103198319B (en) For the blurred picture Angular Point Extracting Method under the wellbore environment of mine
CN105608429B (en) Robust method for detecting lane lines based on difference excitation
CN107633491A (en) A kind of area image Enhancement Method and storage medium based on target detection
CN104700072A (en) Lane line historical frame recognition method
CN106709518A (en) Android platform-based blind way recognition system
CN104408711A (en) Multi-scale region fusion-based salient region detection method
CN103996030A (en) Lane line detection method
CN106778754A (en) A kind of industrial ammeter digit recognition method of robust
CN104766319A (en) Method for improving registration precision of images photographed at night
CN104463138A (en) Text positioning method and system based on visual structure attribute
CN113240623B (en) Pavement disease detection method and device

Legal Events

Date Code Title Description
PB01 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
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20160817

Termination date: 20211227

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