CN105957067A - Color image edge detection method based on color difference - Google Patents

Color image edge detection method based on color difference Download PDF

Info

Publication number
CN105957067A
CN105957067A CN201610258532.4A CN201610258532A CN105957067A CN 105957067 A CN105957067 A CN 105957067A CN 201610258532 A CN201610258532 A CN 201610258532A CN 105957067 A CN105957067 A CN 105957067A
Authority
CN
China
Prior art keywords
color
computing
image
filtering
edge detection
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
CN201610258532.4A
Other languages
Chinese (zh)
Other versions
CN105957067B (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.)
Beijing University of Technology
Original Assignee
Beijing 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 Beijing University of Technology filed Critical Beijing University of Technology
Priority to CN201610258532.4A priority Critical patent/CN105957067B/en
Publication of CN105957067A publication Critical patent/CN105957067A/en
Application granted granted Critical
Publication of CN105957067B publication Critical patent/CN105957067B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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/10024Color image

Landscapes

  • Image Analysis (AREA)
  • Image Processing (AREA)

Abstract

The invention discloses a color image edge detection method based on color difference and belongs to the field of digital image processing. The method has better robustness to smooth filtering operation, may eliminate a plenty of noise edges and just reserve a real edge reflecting the basic structure of an object. The method comprises steps of: performing smooth filtering de-noising; constituting neighborhood dot pairs: for an image IC (x, y) subjected to smooth filtering, classifying eight pixels adjacent to each pixel (x, y) into four neighborhood dot pairs according to the horizontal direction, the vertical direction, the 45-degree direction, and the 135-degree direction; computing a color deviation result; and computing a color difference map to obtain a color difference graph CDM (x, y) which is a final edge detection result. The method may suppress noise interference, eliminates a plenty of noise edges in which users are not interested, just keeps the real edge reflecting the basic structure of the object. The obtained edge has good robustness to smooth filtering. The method still has good edge responses when a filtering window is large in size and is not liable to loss and fracture of important edges.

Description

A kind of color image edge detection method based on color difference
Technical field
The present invention relates to digital image processing field, particularly relate to a kind of color images edge detection based on color difference Method.
Background technology
Rim detection is the basic fundamental in image processing field, is widely used in image retrieval, target detection, image In the various fields such as segmentation, image classification.The point undergone mutation in image generally corresponds to some important object in image or Person's attribute change, mainly includes discontinuous, the profile of target object in image depth and scene illumination condition change etc..Edge The purpose of detection is the point undergone mutation in detection image, by processing these catastrophe points, original image can be greatly decreased Data volume, and reject the usual unconcerned slowly varying part of people, retain the structure attribute that image is important.
Traditional rim detection generally can be by calculating maximum or the zero-crossing examination of second order gradient of First-order Gradient Realize.Edge detection method based on First-order Gradient maximum mainly has Robert operator, Prewitt operator, Sobel operator Deng.Edge detection method based on second order gradient zero-crossing examination mainly has Laplacian operator, LoG operator, Canny operator Deng.But, traditional edge detection method is mainly directed towards gray level image.When processing coloured image, generally require first by colour Image is converted into gray level image, then carries out rim detection.Coloured image only remains monochrome information after gray processing processes, and neglects Omit the information of each color channel.Therefore, the rim detection problem of coloured image receives the extensive concern of people.
The patent of Application No. CN201110448119.1 discloses a kind of color image edge detection method.The method is first First coloured image is decomposed into redness, green, blueness and 4 channel image of yellow, calculates red yellow antagonism figure green, blue the most respectively Picture, and on antagonism image, it is calculated marginal information distributed image, finally edge is carried out micronization processes.
The patent of Application No. CN201310733556.7 discloses a kind of coloured image selected based on multi-channel information Edge detection method.The method carries out rim detection in RGB color respectively and believes with gradient tri-Color Channels of R, G, B Breath extracts, and the edge detection results then in conjunction with each passage selects the marginal point that confidence level is high, obtains edge detection results.
Although existing color image edge detection method is varied, but in general, existing Color Image Edge Technology yet suffers from following two aspect problems:
(1) in order to reduce noise jamming, before rim detection, smoothing filtering operation, existing rim detection are generally carried out Method is easily affected by smothing filtering, edge Loss often occurs;
(2) existing edge detection method is the most sensitive to noise, easily detects a large amount of people uninterested noise limit Edge, interferes subsequent treatment.
Summary of the invention
For the problem in terms of solution above-mentioned two, the present invention proposes the inspection of a kind of Color Image Edge based on color difference Survey method.The method has higher robustness to smoothing filtering operation, can get rid of substantial amounts of noise edge, only retain reflection The true edge of object basic structure.
For achieving the above object, the present invention is by the following technical solutions:
The flow chart of the color image edge detection method based on color difference that the present invention proposes is as it is shown in figure 1, concrete Comprise the following steps:
Step 1, smothing filtering denoising.
Input color image is carried out smothing filtering, suppresses noise jamming.This process is expressed from the next:
I C ( x , y ) = S m o o t h Ω ( n ) [ H C ( x , y ) ] - - - ( 1 )
In formula, HC(x, y) is input color image, the Color Channel of C representative image, and C={R, G, B}, R, G and B are respectively Represent three kinds of colors of RGB.Represent with the Ω (n) smothing filtering as window size, the kind bag of described smothing filtering Include mean filter, gaussian filtering, medium filtering;IC(x y) is the image after smothing filtering.
Step 2, constitutes neighborhood point pair.
For the image I after smothing filteringC(x, y), by each pixel, (x, eight y) adjacent pixels are respectively according to water Flat, vertically, 45 ° and 135 ° of total of four directions be divided into four neighborhood points pair.(x-1, y) with (x to being respectively for these four neighborhood points + 1, y), (x, y-1) and (x, y+1), (x-1, y+1) and (x+1, y-1), (x-1, y-1) and (x+1, y+1).Pixel (x, y) with The position corresponding relation of its adjacent eight territory pixels is as shown in Figure 2.
Step 3, calculates color from result.
(x, the color of 4 neighborhood points pair y) is from result, the color of these four neighborhood points pair to calculate each pixel respectively Carry out from computing respectively, be specifically expressed as follows:
IC(x-1,y)ΘIC(x+1,y) (2)
IC(x,y-1)ΘIC(x,y+1) (3)
IC(x-1,y+1)ΘIC(x+1,y-1) (4)
IC(x-1,y-1)ΘIC(x+1,y+1) (5)
Wherein, Θ represents that color is a kind of binocular computing from computing, color from computing, is respectively (x for coordinate1, y1) and (x2,y2) two pixels, its color is as follows from operation definition:
IC(x1,y1)ΘIC(x2,y2)=DR ∪ DG ∪ DB (6)
In formula, DR, DG, DB are respectively
D R = { 1 , I R ( x 1 , y 1 ) - I R ( x 2 , y 2 ) &GreaterEqual; T H 0 , I R ( x 1 , y 1 ) - I R ( x 2 , y 2 ) < T H - - - ( 7 )
D G = 1 , I G ( x 1 , y 1 ) - I G ( x 2 , y 2 ) &GreaterEqual; T H 0 , I G ( x 1 , y 1 ) - I G ( x 2 , y 2 ) < T H - - - ( 8 )
D B = 1 , I B ( x 1 , y 1 ) - I B ( x 2 , y 2 ) &GreaterEqual; T H 0 , I B ( x 1 , y 1 ) - I B ( x 2 , y 2 ) < T H - - - ( 9 )
Wherein, IR(x,y)、IG(x, y) and IB(x, y) represents the pixel value of tri-Color Channels of R, G, B respectively, and TH is threshold Value.
Step 4, calculates colour-difference component.
According to each pixel (x, the color of four neighborhood points pair y) from result, calculate colour-difference component CDM (x, y), Computational methods are as follows:
C D M ( x , y ) = 255 , C D = 1 0 , C D = 0 - - - ( 10 )
In formula, the computing formula of CD is
C D = I C ( x - 1 , y - 1 ) &Theta;I C ( x + 1 , y + 1 ) &cup; I C ( x + 1 , y - 1 ) &Theta;I C ( x - 1 , y + 1 ) &cup; I C ( x - 1 , y ) &Theta;I C ( x + 1 , y ) &cup; I C ( x , y - 1 ) &Theta;I C ( x , y + 1 ) - - - ( 11 )
In formula, color is higher than or computing " ∪ " from the priority of computing " Θ ".
(x y) is final edge detection results to calculated colour-difference component CDM.
Ω (n) needs to take 3x3,5x5,7x7 equidimension according to the noise level of input picture.
Compared with prior art, the present invention has following obvious advantage and a beneficial effect:
1. can effectively suppress noise jamming, get rid of the uninterested noise edge of a large amount of people, only retain reflection object The true edge of basic structure change;
2. the edge obtained has preferable robustness for smothing filtering, remains able to when filter window size is bigger There is stronger skirt response, do not easily cause important edges and lose and fracture.
Accompanying drawing explanation
Fig. 1 is the flow chart of color image edge detection method involved in the present invention;
Fig. 2 is that (x, y) with the position relationship of its 8-neighborhood territory pixel for pixel;
Fig. 3 is the testing result contrast of edge detection method involved in the present invention and existing edge detection method, and (a) is Input color image in embodiment, (b) is the testing result of Sobel operator, and (c) is the testing result of Laplacian operator, D () is the testing result of Canny operator, (e) is the testing result of VG operator, and (f) is the inspection of the method using the present invention to propose Survey result.
Detailed description of the invention
Below in conjunction with the drawings and specific embodiments, the present invention will be further described.
S1 smothing filtering denoising
First, the coloured image of input is carried out mean filter, suppresses noise jamming.In the present embodiment, smothing filtering Kind elects mean filter as, and window size Ω (n) of filtering is taken as 5x5.
S2 constitutes neighborhood point pair
By pixel each in the image after mean filter (x, adjacent 8 pixels y) respectively according to level, vertically, 45 ° and 135 ° altogether 4 directions constitute 4 neighborhood points pair.These 4 neighborhood points to be respectively (x-1, y) with (x+1, y), (x, y-1) with (x, y+1), (x-1, y+1) and (x+1, y-1), (x-1, y-1) and (x+1, y+1).
S3 calculates color from result
(x, the color of 4 neighborhood points pair y) is from result to calculate each pixel respectively according to formula (2)-(4).This reality Executing in example, color threshold value TH in computing takes 30.
S4 calculates colour-difference component
According to each pixel, (x, the color of four neighborhood points pair y), from result, calculates colour-difference according to formula (10) Component, obtains final edge detection results.
Shown in Fig. 3 is the testing result pair of edge detection method involved in the present invention and existing edge detection method Ratio, (a) is the input color image in embodiment, and (b) is the testing result of Sobel operator, and (c) is Laplacian operator Testing result, (d) is the testing result of Canny operator, and (e) is the testing result of VG operator, and (f) proposes for using the present invention The testing result of method.As it is shown on figure 3, edge detection method involved in the present invention is compared with existing edge detection method, can To obtain structural integrity, sharp-edged testing result while effectively suppression noise.
The content that this specification embodiment describes is only the illustration of the way of realization to inventive concept, the present invention's Protection domain is not construed as the concrete form being only limitted to described in embodiment.Protection scope of the present invention is also and in this area skill Art personnel according to present inventive concept it is conceivable that equivalent technologies means.

Claims (2)

1. a color image edge detection method based on color difference, it is characterised in that: the method specifically includes following step Rapid:,
Step 1, smothing filtering denoising;
Input color image is carried out smothing filtering, suppresses noise jamming;This process is expressed from the next:
I C ( x , y ) = S m o o t h &Omega; ( n ) &lsqb; H C ( x , y ) &rsqb; - - - ( 1 )
In formula, HC(x, y) is input color image, the Color Channel of C representative image, and C={R, G, B}, R, G and B represent red respectively Green blue three-color;Representing with the Ω (n) smothing filtering as window size, the kind of described smothing filtering includes all Value filtering, gaussian filtering, medium filtering;IC(x y) is the image after smothing filtering;
Step 2, constitutes neighborhood point pair;
For the image I after smothing filteringC(x, y), by each pixel, (x, eight y) adjacent pixels are respectively according to level, perpendicular Directly, 45 ° and 135 ° of total of four directions are divided into four neighborhood points pair;These four neighborhood points to be respectively (x-1, y) with (x+1, Y), (x, y-1) and (x, y+1), (x-1, y+1) and (x+1, y-1), (x-1, y-1) and (x+1, y+1);Obtain pixel (x, y) with The position corresponding relation of its adjacent eight territory pixels;
Step 3, calculates color from result;
(x, the color of four neighborhood points pair y) is from result, the color minute of these four neighborhood points pair to calculate each pixel respectively Do not carry out from computing, be specifically expressed as follows:
IC(x-1,y)ΘIC(x+1,y) (2)
IC(x,y-1)ΘIC(x,y+1) (3)
IC(x-1,y+1)ΘIC(x+1,y-1) (4)
IC(x-1,y-1)ΘIC(x+1,y+1) (5)
Wherein, Θ represents that color is a kind of binocular computing from computing, color from computing, is respectively (x for coordinate1,y1) and (x2,y2) two pixels, its color is as follows from operation definition:
IC(x1,y1)ΘIC(x2,y2)=DR ∪ DG ∪ DB (6)
In formula, DR, DG, DB are respectively
D R = 1 , I R ( x 1 , y 1 ) - I R ( x 2 , y 2 ) &GreaterEqual; T H 0 , I R ( x 1 , y 1 ) - I R ( x 2 , y 2 ) < T H - - - ( 7 )
D G = 1 , I G ( x 1 , y 1 ) - I G ( x 2 , y 2 ) &GreaterEqual; T H 0 , I G ( x 1 , y 1 ) - I G ( x 2 , y 2 ) < T H - - - ( 8 )
D B = 1 , I B ( x 1 , y 1 ) - I B ( x 2 , y 2 ) &GreaterEqual; T H 0 , I B ( x 1 , y 1 ) - I B ( x 2 , y 2 ) < T H - - - ( 9 )
Wherein, IR(x,y)、IG(x, y) and IB(x, y) represents the pixel value of tri-Color Channels of R, G, B respectively, and TH is threshold value;
Step 4, calculates colour-difference component;
According to each pixel, (x, the color of four neighborhood points pair y) is from result, and (x y), calculates to calculate colour-difference component CDM Method is as follows:
C D M ( x , y ) = 255 , C D = 1 0 , C D = 0 - - - ( 10 )
In formula, the computing formula of CD is
C D = I C ( x - 1 , y - 1 ) &Theta;I C ( x + 1 , y + 1 ) &cup; I C ( x + 1 , y - 1 ) &Theta;I C ( x - 1 , y + 1 ) &cup; I C ( x - 1 , y ) &Theta;I C ( x + 1 , y ) &cup; I C ( x , y - 1 ) &Theta;I C ( x , y + 1 ) - - - ( 11 )
In formula, color is higher than or computing " ∪ " from the priority of computing " Θ ";
(x y) is final edge detection results to calculated colour-difference component CDM.
2. according to a kind of color image edge detection method based on color difference of claim, it is characterised in that: Ω (n) needs Noise level according to input picture takes 3x3,5x5,7x7 size.
CN201610258532.4A 2016-04-23 2016-04-23 A kind of color image edge detection method based on color difference Expired - Fee Related CN105957067B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610258532.4A CN105957067B (en) 2016-04-23 2016-04-23 A kind of color image edge detection method based on color difference

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610258532.4A CN105957067B (en) 2016-04-23 2016-04-23 A kind of color image edge detection method based on color difference

Publications (2)

Publication Number Publication Date
CN105957067A true CN105957067A (en) 2016-09-21
CN105957067B CN105957067B (en) 2018-10-19

Family

ID=56915178

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610258532.4A Expired - Fee Related CN105957067B (en) 2016-04-23 2016-04-23 A kind of color image edge detection method based on color difference

Country Status (1)

Country Link
CN (1) CN105957067B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108470347A (en) * 2017-02-23 2018-08-31 南宁市富久信息技术有限公司 A kind of color image edge detection method
CN108961289A (en) * 2018-07-13 2018-12-07 北京工业大学 A kind of pedestrian detection method based on imbalance degree priori
CN111179293A (en) * 2019-12-30 2020-05-19 广西科技大学 Bionic contour detection method based on color and gray level feature fusion

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040096106A1 (en) * 2002-09-18 2004-05-20 Marcello Demi Method and apparatus for contour tracking of an image through a class of non linear filters
CN102567969A (en) * 2011-12-28 2012-07-11 电子科技大学 Color image edge detection method
CN103679737A (en) * 2013-12-26 2014-03-26 清华大学 Method for color image edge detection on basis of multichannel information selection

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040096106A1 (en) * 2002-09-18 2004-05-20 Marcello Demi Method and apparatus for contour tracking of an image through a class of non linear filters
CN102567969A (en) * 2011-12-28 2012-07-11 电子科技大学 Color image edge detection method
CN103679737A (en) * 2013-12-26 2014-03-26 清华大学 Method for color image edge detection on basis of multichannel information selection

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
A.N. EVANS ET AL: "A morphological gradient approach to color edge detection", 《IEEE TRANSACTIONS ON IMAGE PROCESSING》 *
薛东伟 等: "一种基于色差的Canny边缘检测算子", 《计算机系统应用》 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108470347A (en) * 2017-02-23 2018-08-31 南宁市富久信息技术有限公司 A kind of color image edge detection method
CN108961289A (en) * 2018-07-13 2018-12-07 北京工业大学 A kind of pedestrian detection method based on imbalance degree priori
CN108961289B (en) * 2018-07-13 2021-05-07 北京工业大学 Pedestrian detection method based on unbalance degree prior
CN111179293A (en) * 2019-12-30 2020-05-19 广西科技大学 Bionic contour detection method based on color and gray level feature fusion
CN111179293B (en) * 2019-12-30 2020-10-02 广西科技大学 Bionic contour detection method based on color and gray level feature fusion

Also Published As

Publication number Publication date
CN105957067B (en) 2018-10-19

Similar Documents

Publication Publication Date Title
US8774503B2 (en) Method for color feature extraction
CN109754377B (en) Multi-exposure image fusion method
CN104751142B (en) A kind of natural scene Method for text detection based on stroke feature
US11443436B2 (en) Interactive image matting method, computer readable memory medium, and computer device
CN104537634B (en) The method and system of raindrop influence is removed in dynamic image
CN103440644B (en) A kind of multi-scale image weak edge detection method based on minimum description length
CN107705288A (en) Hazardous gas spillage infrared video detection method under pseudo- target fast-moving strong interferers
CN102509294B (en) Single-image-based global depth estimation method
CN103606163A (en) Color image edge detection method based on quaternion theory and canny algorithm
CN103020965A (en) Foreground segmentation method based on significance detection
CN108510491A (en) Blur the filter method of skeleton critical point detection result under background
CN106506901A (en) A kind of hybrid digital picture halftoning method of significance visual attention model
US20120320433A1 (en) Image processing method, image processing device and scanner
CN103927758A (en) Saliency detection method based on contrast ratio and minimum convex hull of angular point
CN106327464A (en) Edge detection method
CN105957067A (en) Color image edge detection method based on color difference
CN112200742A (en) Filtering and denoising method applied to edge detection
CN103942756B (en) A kind of method of depth map post processing and filtering
CN107610118A (en) One kind is based on dMImage segmentation quality evaluating method
CN110705634A (en) Heel model identification method and device and storage medium
CN109948570B (en) Real-time detection method for unmanned aerial vehicle in dynamic environment
CN107292897A (en) Image edge extraction method, device and terminal for YUV domains
CN114241436A (en) Lane line detection method and system for improving color space and search window
CN111611940A (en) Rapid video face recognition method based on big data processing
CN104252710A (en) Dynamic threshold-based Susan operator color image edge detection method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20181019

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