CN104992436A - Image segmentation method for natural scene - Google Patents

Image segmentation method for natural scene Download PDF

Info

Publication number
CN104992436A
CN104992436A CN201510362441.0A CN201510362441A CN104992436A CN 104992436 A CN104992436 A CN 104992436A CN 201510362441 A CN201510362441 A CN 201510362441A CN 104992436 A CN104992436 A CN 104992436A
Authority
CN
China
Prior art keywords
iteration
iter
degree
cluster centre
membership
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
CN201510362441.0A
Other languages
Chinese (zh)
Other versions
CN104992436B (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.)
East China Normal University
State Grid Shanghai Electric Power Co Ltd
Shanghai Dianji University
Original Assignee
East China Normal University
State Grid Shanghai Electric Power Co Ltd
Shanghai Dianji 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 East China Normal University, State Grid Shanghai Electric Power Co Ltd, Shanghai Dianji University filed Critical East China Normal University
Priority to CN201510362441.0A priority Critical patent/CN104992436B/en
Publication of CN104992436A publication Critical patent/CN104992436A/en
Application granted granted Critical
Publication of CN104992436B publication Critical patent/CN104992436B/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
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20004Adaptive image processing

Landscapes

  • Image Analysis (AREA)

Abstract

The invention relates to an image segmentation method for a natural scene, and the method comprises the following steps: 1, inputting a to-be-processed image; 2, judging whether the image is a gray scale image or not; 3, carrying out initialization; 4, initializing a clustering center V or a membership grade U; 5, solving an Euclidean distance between a neighborhood point and the clustering center V for (iter-th) iteration; 6, calculating the membership grade Uiter of the (iter-th) iteration again if the solved one is the clustering center Viter of the (iter-th) iteration, and calculating the clustering center Viter of the (iter-th) iteration again if the solved one is the membership grade Uiter of the (iter-th) iteration; 7, completing the image segmentation and outputting the segmented image if the difference between the membership grades before and after the (iter-th) iteration is less than an iteration stop threshold value epsilon or the number iter of iteration times is greater than the maximum number maxIter of iteration times. Compared with the prior art, the method greatly improves the effect of image segmentation.

Description

Image partition method in a kind of natural scene
Technical field
The present invention relates to a kind of image partition method, especially relate to the image partition method in a kind of natural scene.
Background technology
Along with developing rapidly of Internet technology and ecommerce, digital picture is all increasing every day with surprising rapidity, in a large amount of images, how to find the image interested to user to become the popular problem of current research.Iamge Segmentation is exactly image is divided into several are specific, have peculiar property region and proposes technology and the process of interesting target.It is by the committed step of image procossing to graphical analysis.Existing image partition method mainly divides following a few class: the dividing method based on threshold value, the dividing method based on region, the dividing method based on edge and the dividing method etc. based on particular theory.The various aspects such as FCM Algorithms (i.e. FCM) is a kind of partitioning algorithm based on particular theory, is widely used in MRI brain image segmentation at present, text identification, the process of Car license recognition and large data.
FCM is proposed by Dunn and is promoted by Bezdek, and it with the addition of membership function on the basis of Hard clustering, makes each sample point no longer belong to a certain class determined, but is under the jurisdiction of different classes in certain proportion.This, with regard to making traditional FCM comparatively Hard clustering, can keep more image information.But traditional FCM does not consider the information of surrounding neighbors, make FCM algorithm to noise sensitivity very.FCM_S algorithm considers the information of surrounding neighbors on the basis of FCM, makes the classification of central point by the impact of surrounding neighbors point classification, this greatly enhances the robustness of algorithm to noise and singular point.But algorithm all will calculate surrounding neighbors point in each iterative process, makes algorithm very consuming time.And when noise increases, FCM_S algorithm well can not remove noise, often occurs the situation of misclassification class.
Summary of the invention
Object of the present invention be exactly in order to overcome above-mentioned prior art exist defect and the image partition method in a kind of natural scene is provided.
Object of the present invention can be achieved through the following technical solutions:
An image partition method in natural scene, is characterized in that, comprises the following steps:
Step 1: input a pending picture;
Step 2: judge whether this picture is gray level image, if so, will carry out step 3); Otherwise carry out step 3 after picture being converted into gray level image);
Step 3: setting Fuzzy Exponential m, iteration stopping threshold epsilon and maximum iteration time maxIter, and initialization cluster number c and neighborhood window W;
Step 4: initialization cluster centre V or degree of membership U; Be cluster centre if initialized, then calculate the degree of membership U of the 0th iteration 0after carry out step 5); Be degree of membership if initialized, then calculate the cluster centre V of the 0th iteration 0after carry out step 5);
Step 5: for i-th ter time iteration, iter=1,2 ..., maxIter, obtains the Euclidean distance of neighborhood point and cluster centre; And according to degree of membership U iter-1recalculate the cluster centre V of i-th ter time iteration iteror according to cluster centre V iter-1recalculate the degree of membership U of i-th ter time iteration iter;
Step 6: if be the cluster centre V of i-th ter time iteration required by step 5 iter, then the degree of membership U of i-th ter time iteration is recalculated iterand carry out step 7); If required by step 5 is the degree of membership U of i-th ter time iteration iter, then the cluster centre V of i-th ter time iteration is newly calculated iterand carry out step 7);
Step 7: if the degree of membership value difference before and after i-th ter time iteration is less than iteration stopping threshold epsilon or iterations iter when exceeding maximum iteration time maxIter, then complete Iamge Segmentation and image after exporting segmentation; Otherwise repeat step 5 and step 6 to carry out next iteration and calculate degree of membership and cluster centre till meeting this condition.
Described step 4) calculate the degree of membership U of the 0th iteration 0be specially, U 0for the matrix of C × N, each element is calculated as follows:
u k i = ( || x i - v k || 2 + Σ r ∈ N i ≠ r ( 1 - u k r ) m || x r - v k || 2 ) - 1 / ( m - 1 ) Σ j = 1 C ( || x i - v j || 2 + Σ r ∈ N i ≠ r ( 1 - u k r ) m || x r - v k || 2 ) - 1 / ( m - 1 )
Wherein u kii-th pixel x in image ibelong to the degree of kth class, x ii-th pixel, wherein i ∈ [1,2 ..., N], the number of pixel in N representative picture, C is also will be the number of cluster centre by the number of picture segmentation, x rrepresent x ineighborhood point, v krepresent a kth cluster centre, wherein k ∈ [1,2 ..., C], v jrepresent a jth cluster centre, m is weights coefficients.
Described step 4) calculate the cluster centre V of the 0th iteration 0be specially, V 0for the matrix of C × 1, each element is calculated as follows:
v k = Σ i = 1 N u k i m ( x i + Σ r ∈ N i ≠ r ( 1 - u k r ) m x r ) Σ i = 1 N ( 1 + Σ r ∈ N i ≠ r ( 1 - u k r ) m ) u k i m
Wherein v krepresent a kth cluster centre, u kii-th pixel x in image ibelong to the degree of kth class, the number of pixel in N representative picture, C is also will be the number of cluster centre by the number of picture segmentation, u krr pixel x in image ibelong to the degree of kth class, x rrepresent x ineighborhood point.
The correctness SA of the method segmentation carrys out the superiority-inferiority of assessment algorithm.
Described SA computing formula is specific as follows:
S A = Σ i = 1 C A i ∩ C i Σ j = 1 c C j
C is the number of cluster, A irepresentative uses partitioning algorithm to be partitioned into the point belonging to the i-th class, C irepresent the original point belonging to the i-th class, C jrepresent the original point belonging to jth class.
Compared with prior art, the present invention adopts the FCM algorithm of improvement, the degree of membership of neighborhood point self is added on respective neighborhood point, the neighborhood point changing FCM_S algorithm has identical impact to central point, add non-noise point to the impact of central point, reduce the impact of noise spot on central point.This improvement adds the robustness of algorithm to noise, substantially increases image segmentation.Synthesising picture and the experiment of natural picture under different noise, demonstrate validity of the present invention.
Accompanying drawing explanation
Fig. 1 is process flow diagram of the present invention;
Fig. 2 (a) is original image, and Fig. 2 (b) is the result of FCM algorithm process, the result that Fig. 2 (c) is FCM_S, and Fig. 2 (d) is result of the present invention;
To be three kinds of algorithms giving segmentation accuracy Fig. 2 (a) added under different Gaussian noise to Fig. 3;
Fig. 4 (a) is original image, Fig. 4 (b) is the result of FCM algorithm process, the result that Fig. 4 (c) is FCM_S, Fig. 4 (d) is result of the present invention, and Fig. 4 (e) is the excavator colour picture of reduction;
To be three kinds of algorithms giving segmentation accuracy Fig. 4 (a) added under different salt-pepper noise to Fig. 5.
Embodiment
Below in conjunction with the drawings and specific embodiments, the present invention is described in detail.
Embodiment
The present invention proposes a kind of FCM algorithm of improvement, is not only joined in algorithm by the half-tone information of surrounding neighbors, and the degree of membership information of surrounding neighbors is also joined in algorithm.FCM_S algorithm has the factor controlling neighborhood information impact, and this factor will be debugged manually according to different pictures, to the effect reached.But this just constrains the practical use of this algorithm greatly.And the degree of membership of the present invention's neighborhood point replaces this Graph One factor, this factor will change along with different situations oneself like this, and does not need artificial regulatory, and the present invention can be used in real life.And this improvement increases the robustness of algorithm to noise, realizes better segmentation effect.
1. image segmentation algorithm
The early stage of 1.1 algorithms is theoretical
A. FCM Algorithms (FCM)
FCM algorithm is a kind of clustering algorithm based on dividing, its thought be exactly make to be divided into same cluster object between similarity maximum, and similarity between different bunches is minimum.If X=is (x 1, x 2..., x n) be the data set that will carry out the picture split.The number of pixel in N representative picture, C is also will be the number of cluster centre by the number of picture segmentation, then objective function is such as formula 1.V krepresent a kth cluster centre, wherein k ∈ [1,2 ..., C].U kirepresent degree of membership, i.e. i-th pixel x in image ibelong to the degree of kth class, 0≤u ki≤ 1 and m is a weights coefficient, generally gets 2.
J m = Σ i = 1 N Σ k = 1 C u k i m || x i - v k || - - - ( 1 )
According to the method for Lagrange multiplier, obtain cluster centre v kwith degree of membership u ki, as follows:
v k = Σ i = 1 N u k i m x i Σ i = 1 N u k i m - - - ( 2 )
u k i = ( || x i - v k || 2 ) - 1 / ( m - 1 ) Σ j = 1 C ( || x i - v j || 2 ) - 1 / ( m - 1 ) - - - ( 3 )
B. there is the fuzzy clustering (FCM_S) of space constraint
FCM algorithm is highstrung to noise, this is because FCM algorithm is the classification based on single pixel, does not consider neighborhood information.The people such as Ahmed add neighborhood information on the basis of FCM, propose a kind of FCM algorithm of improvement, are referred to as FCM_S.The objective function of FCM_S is as follows:
J m = Σ i = 1 N Σ k = 1 C u k i m || x i - v k || 2 + α N R Σ i = 1 N Σ k = 1 C u k i m Σ r ∈ N i || x r - v k || 2 - - - ( 4 )
Wherein x rrepresent x ineighborhood point, N rbe the number of neighborhood point, α is a controling parameters, represents neighborhood information to current pixel point x iinfluence degree, it regulates algorithm to the robustness of noise and the quality of balance that keeps picture detail information.If α is excessive, namely too rely on neighborhood information, this will fuzzy fall the details of picture; If but α is too small, namely do not consider neighborhood information, so it just becomes the same with FCM algorithm, and at this moment algorithm will be more responsive to noise ratio.So the selection of α is concerning most important FCM_S algorithm.By minimizing formula (4), we can obtain cluster centre v kwith degree of membership u ki.
v k = Σ i = 1 N u k i m ( x i + α N R Σ r ∈ N i x r ) ( 1 + α ) Σ i = 1 N u k i m - - - ( 5 )
u k i = ( || x i - v k || 2 + α N R Σ r ∈ N i || x r - v k || 2 ) - 1 / ( m - 1 ) Σ j = 1 C ( || x i - v j || 2 + α N R Σ r ∈ N i || x r - v j || 2 ) - 1 / ( m - 1 ) - - - ( 6 )
1.2 algorithms propose
FCM algorithm only considered half-tone information, and in image, each point is independently point, between points not any contact separately, so it is to noise sensitivity very.Concerning piece image, the pixel of neighborhood often has identical feature, and has the pixel of same characteristic features often to belong to same class, so neighborhood information has great importance concerning Iamge Segmentation.FCM_S algorithm introduces neighborhood information, so FCM_S algorithm enhances the robustness of algorithm to noise to a certain extent, but does not reach our expected effect.And FCM_S algorithm all will calculate surrounding neighbors point in each iterative process, makes algorithm very consuming time.FCM_S algorithm has a parameter alpha, and this parameter needs according to different pictures, and the situations such as different noises manually set.This makes FCM_S be difficult to be used in real life.
The present invention proposes a new algorithm, and the degree of membership of the method neighborhood point self replaces the parameter alpha in FCM_S, automatically regulates algorithm to the robustness of noise and the quality of balance to image detail retentivity.The objective function of this algorithm is as follows:
J m = Σ i = 1 N Σ k = 1 C u k i m ( || x i - v k || 2 + Σ r ∈ N i i ≠ r ( 1 - u k r ) m || x r - v k || 2 ) - - - ( 7 )
In FCM_S algorithm, each neighborhood point is to central point x iimpact be identical, be irrational in fact like this.If the neighborhood point point that to be noise spot or right and wrong similar, so it is to central point x iimpact should be a little bit smaller; Otherwise, if neighborhood point and central point x ibelong to similar, so it is to x iimpact should be more greatly.So the degree of membership of the present invention's neighborhood point controls the impact of neighborhood information on central point.It is parameterless that this makes the present invention be not only, and greatly strengthen the robustness of algorithm.
Identical with FCM, FCM_S, the cluster centre v of algorithm can be obtained kwith degree of membership u ki, as follows:
v k = Σ i = 1 N u k i m ( x i + Σ r ∈ N i i ≠ r ( 1 - u k r ) m x r ) Σ i = 1 N ( 1 + Σ r ∈ N i i ≠ r ( 1 - u k r ) m ) u k i m - - - ( 8 )
u k i = ( || x i - v k || 2 + Σ r ∈ N i i ≠ r ( 1 - u k r ) m || x r - v k || 2 ) - 1 / ( m - 1 ) Σ j = 1 C ( || x i - v j || 2 + Σ r ∈ N i i ≠ r ( 1 - u k r ) m || x r - v k || 2 ) - 1 / ( m - 1 ) - - - ( 9 )
1.3 algorithm steps
As shown in Figure 1, algorithm steps of the present invention comprises as lower part:
Step a: input a pending picture, this picture may contain noise, the interference such as dust storm.
Step b: judge whether this picture is gray level image, if so, will carry out next step; Gray level image is converted into if not by picture.
Step c: setting Fuzzy Exponential m, iteration stopping threshold epsilon and maximum iteration time maxIter, and initialization cluster number c and neighborhood window W;
Steps d: initialization cluster centre V or degree of membership U.Be cluster centre if initialized, then obtain the degree of membership U of the 0th iteration according to formula 9 0; Be degree of membership if initialized, then obtain the cluster centre V of the 0th iteration according to formula 8 0.
Step e: for i-th ter time iteration, iter=1,2 ..., maxIter, obtains the Euclidean distance of neighborhood point and cluster centre.And according to degree of membership U iter-1recalculate the cluster centre V of i-th ter time iteration iteror according to cluster centre V iter-1recalculate the degree of membership U of i-th ter time iteration iter.
Step f: if be the cluster centre V of i-th ter time iteration required by step e iter, then the degree of membership U of i-th ter time iteration is recalculated iter; If required by step e is the degree of membership U of i-th ter time iteration iter, then the cluster centre V of i-th ter time iteration is newly calculated iter.
Step g: the degree of membership value difference judging before and after i-th ter time iteration is less than iteration stopping threshold epsilon or iterations iter when exceeding maximum iteration time maxIter, then complete Iamge Segmentation and image after exporting segmentation; Otherwise repeat step e and step f to carry out next iteration and calculate degree of membership and cluster centre till meeting this condition.
2. experiment test and analysis
In order to prove the superiority of algorithm, the present invention will and FCM, FCM_S compare.The present invention tests with the picture under two natural scenes respectively.To all algorithms, the present invention arranges m=2, ξ=0.01 (algorithm end condition), N r=9 (number of neighborhood point, the i.e. windows of 3 × 3 sizes), concerning FCM_S, the value of parameter alpha needs to arrange according to different pictures, by description of test below.
The correctness (SA) of the present invention's segmentation carrys out the superiority-inferiority of assessment algorithm.Its formula is as follows:
S A = Σ i = 1 C A i ∩ C i Σ j = 1 c C j - - - ( 10 )
Wherein C is the number of cluster, A irepresentative uses partitioning algorithm to be partitioned into the point belonging to the i-th class, C irepresent the original point belonging to the i-th class.
Fig. 2 (a) is the width picture that Iamge Segmentation often uses, and it is by petal, leaf and background three part composition, but due to shooting and store time noise interference, picture thickens unclear.FCM, FCM_S and the present invention will be used for splitting this picture.Cluster centre C=3, FCM_S parameter alpha is set to 10.Experimental result is as Fig. 2 (b), and 2 (c), shown in 2 (d).FCM algorithm cannot distinguish noise spot and non-noise point, so it puts on an equal footing noise spot and non-noise point, when picture is by noise pollution, it just can not remove noise.But non-noise point it but can realize correct classification, namely as the part fickle in love in picture, the pixel do not substituted by noise spot it can be correct classification; Although FCM_S introduces the information of neighborhood, eliminate partial noise, surrounding neighbors is all the same on the impact of central pixel point, when noise ratio is larger time, it will be used as non-noise point as noise remove and fall, and namely as shown in Fig. 2 (c), part fickle in love has been removed.And in the present invention, neighborhood information decides the impact on center pixel according to the degree of membership of self, noise spot and non-noise point can be distinguished preferably.What Fig. 3 represented is add certain Gaussian noise to Fig. 2 (a), the result that three algorithms obtain.The robustness that the present invention has had noise under natural scene and stability can be found out.
Fig. 4 (a) is the excavator in natural scene, can find out, receives the interference of dust storm when the shooting of this pictures, and picture background under natural scene is very complicated, and sky, very large interference all can be caused to segmentation in soil and meadow.In this experiment, picture is divided into two classes by the present invention, and excavator is a class, and other is as an other class.The parameter alpha of FCM_S is set to 5.Fig. 4 (b), 4 (c), 4 (d) is FCM, FCM_S and result of the present invention respectively.From this experiment, obviously can find out that FCM algorithm is single pixel, be not subject to the impact of neighborhood information, what color was close is just attributed to same class, and what color was different is exactly an other class, so the partially light sky of excavator and color has just belonged to same class.And the introducing of FCM_S algorithm neighborhood information makes experimental result be deteriorated on the contrary, as can be seen from Fig. 4 (c), excavator, sky, soil can not be split out, and segmentation is in block distribution.And while invention removes most of noise, correct has extracted the part of excavator.But because the present invention has also introduced the information of neighborhood, so cutting state also presents block distribution.Fig. 5 shows the segmentation situation of Fig. 4 (a) under different salt-pepper noise.As can be seen from Figure 5 parameter alpha be the FCM_S of 10 when noise increases, its Clustering Effect is not as good as FCM.And when parameter alpha is 0.01, when namely neighborhood information affects hardly on central point, can see that the cluster result of FCM_S is similar with FCM.As can be seen from this width picture, neighborhood point is deteriorated on the identical segmentation result that may make of central point impact.And although the present invention adds neighborhood information, it can change along with self degree of membership, adjusts oneself generic, improves accuracy.
3. conclusion
In FMC_S algorithm, neighborhood point has identical effect to central point, and this just makes the noise spot in neighborhood point and non-noise point have identical effect to central point, thus makes FCM_S algorithm lack enough robustnesss to noise.The present invention proposes a FCM algorithm improved, the degree of membership of neighborhood point self is added on respective neighborhood point, the neighborhood point changing FCM_S algorithm has identical impact to central point, adds non-noise point to the impact of central point, reduces the impact of noise spot on central point.This improvement adds the robustness of algorithm to noise, substantially increases image segmentation.Synthesising picture and the experiment of natural picture under different noise, demonstrate validity of the present invention.

Claims (5)

1. the image partition method in natural scene, is characterized in that, comprises the following steps:
Step 1: input a pending picture;
Step 2: judge whether this picture is gray level image, if so, will carry out step 3); Otherwise carry out step 3 after picture being converted into gray level image);
Step 3: setting Fuzzy Exponential m, iteration stopping threshold epsilon and maximum iteration time maxIter, and initialization cluster number c and neighborhood window W;
Step 4: initialization cluster centre V or degree of membership U; Be cluster centre if initialized, then calculate the degree of membership U of the 0th iteration 0after carry out step 5); Be degree of membership if initialized, then calculate the cluster centre V of the 0th iteration 0after carry out step 5);
Step 5: for i-th ter time iteration, iter=1,2 ..., maxIter, obtains the Euclidean distance of neighborhood point and cluster centre; And according to degree of membership U iter-1recalculate the cluster centre V of i-th ter time iteration iteror according to cluster centre V iter-1recalculate the degree of membership U of i-th ter time iteration iter;
Step 6: if be the cluster centre V of i-th ter time iteration required by step 5 iter, then the degree of membership U of i-th ter time iteration is recalculated iterand carry out step 7); If required by step 5 is the degree of membership U of i-th ter time iteration iter, then the cluster centre V of i-th ter time iteration is newly calculated iterand carry out step 7);
Step 7: if the degree of membership value difference before and after i-th ter time iteration is less than iteration stopping threshold epsilon or iterations iter when exceeding maximum iteration time maxIter, then complete Iamge Segmentation and image after exporting segmentation; Otherwise repeat step 5 and step 6 to carry out next iteration and calculate degree of membership and cluster centre till meeting this condition.
2. the image partition method in a kind of natural scene according to claim 1, is characterized in that, described step 4) calculate the degree of membership U of the 0th iteration 0be specially, U 0for the matrix of C × N, each element is calculated as follows:
u k i = ( | | x i - v k | | 2 + Σ r ∈ N i ≠ r ( 1 - u k r ) m | | x r - v k | | 2 ) - 1 / ( m - 1 ) Σ j = 1 C ( | | x i - v j | | 2 + Σ r ∈ N i ≠ r ( 1 - u k r ) m | | x r - v k | | 2 ) - 1 / ( m - 1 )
Wherein u kii-th pixel x in image ibelong to the degree of kth class, x ii-th pixel, wherein i ∈ [1,2 ..., N], the number of pixel in N representative picture, C is also will be the number of cluster centre by the number of picture segmentation, x rrepresent x ineighborhood point, v krepresent a kth cluster centre, wherein k ∈ [1,2 ..., C], v jrepresent a jth cluster centre, m is weights coefficients.
3. the image partition method in a kind of natural scene according to claim 1, is characterized in that, described step 4) calculate the cluster centre V of the 0th iteration 0be specially, V 0for the matrix of C × 1, each element is calculated as follows:
v k = Σ i = 1 N u k i m ( x i + Σ i ≠ r r ∈ N ( 1 - u k r ) m x r ) Σ i = 1 N ( 1 + Σ i ≠ r r ∈ N ( 1 - u k r ) m ) u k i m
Wherein v krepresent a kth cluster centre, u ki-th pixel x in i image ibelong to the degree of kth class, the number of pixel in N representative picture, C is also will be the number of cluster centre by the number of picture segmentation, u krr pixel x in image ibelong to the degree of kth class, x rrepresent x ineighborhood point.
4. the image partition method in a kind of natural scene according to claim 1, is characterized in that, the correctness SA of the method segmentation carrys out the superiority-inferiority of assessment algorithm.
5. the image partition method in a kind of natural scene according to claim 4, is characterized in that, described SA computing formula is specific as follows:
S A = Σ i = 1 C A i ∩ C i Σ j = 1 c C j
C is the number of cluster, A irepresentative uses partitioning algorithm to be partitioned into the point belonging to the i-th class, C irepresent the original point belonging to the i-th class, C jrepresent the original point belonging to jth class.
CN201510362441.0A 2015-06-25 2015-06-25 A kind of image partition method in natural scene Active CN104992436B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510362441.0A CN104992436B (en) 2015-06-25 2015-06-25 A kind of image partition method in natural scene

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510362441.0A CN104992436B (en) 2015-06-25 2015-06-25 A kind of image partition method in natural scene

Publications (2)

Publication Number Publication Date
CN104992436A true CN104992436A (en) 2015-10-21
CN104992436B CN104992436B (en) 2018-02-02

Family

ID=54304244

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510362441.0A Active CN104992436B (en) 2015-06-25 2015-06-25 A kind of image partition method in natural scene

Country Status (1)

Country Link
CN (1) CN104992436B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106504260A (en) * 2016-10-31 2017-03-15 上海智臻智能网络科技股份有限公司 A kind of FCM image partition methods and system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100322489A1 (en) * 2009-06-18 2010-12-23 Omisa Inc. System and method for image segmentation
CN101976438A (en) * 2010-10-27 2011-02-16 西安电子科技大学 FCM (Fuzzy Cognitive Map) texture image segmentation method based on spatial neighborhood information
CN102855633A (en) * 2012-09-05 2013-01-02 山东大学 Anti-noise quick fuzzy-clustering digital image segmentation method
CN103150731A (en) * 2013-03-07 2013-06-12 南京航空航天大学 Fuzzy clustering image segmenting method
CN103593855A (en) * 2013-12-04 2014-02-19 西安电子科技大学 Clustered image splitting method based on particle swarm optimization and spatial distance measurement
CN103996193A (en) * 2014-05-16 2014-08-20 南京信息工程大学 Brain MR image segmentation method combining weighted neighborhood information and biased field restoration

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100322489A1 (en) * 2009-06-18 2010-12-23 Omisa Inc. System and method for image segmentation
CN101976438A (en) * 2010-10-27 2011-02-16 西安电子科技大学 FCM (Fuzzy Cognitive Map) texture image segmentation method based on spatial neighborhood information
CN102855633A (en) * 2012-09-05 2013-01-02 山东大学 Anti-noise quick fuzzy-clustering digital image segmentation method
CN103150731A (en) * 2013-03-07 2013-06-12 南京航空航天大学 Fuzzy clustering image segmenting method
CN103593855A (en) * 2013-12-04 2014-02-19 西安电子科技大学 Clustered image splitting method based on particle swarm optimization and spatial distance measurement
CN103996193A (en) * 2014-05-16 2014-08-20 南京信息工程大学 Brain MR image segmentation method combining weighted neighborhood information and biased field restoration

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106504260A (en) * 2016-10-31 2017-03-15 上海智臻智能网络科技股份有限公司 A kind of FCM image partition methods and system
CN106504260B (en) * 2016-10-31 2021-07-23 上海智臻智能网络科技股份有限公司 FCM image segmentation method and system

Also Published As

Publication number Publication date
CN104992436B (en) 2018-02-02

Similar Documents

Publication Publication Date Title
CN107316066B (en) Image classification method and system based on multi-channel convolutional neural network
US8280165B2 (en) System and method for segmenting foreground and background in a video
CN110880019B (en) Method for adaptively training target domain classification model through unsupervised domain
CN111738942A (en) Generation countermeasure network image defogging method fusing feature pyramid
CN108876796A (en) A kind of lane segmentation system and method based on full convolutional neural networks and condition random field
CN105426826A (en) Tag noise correction based crowd-sourced tagging data quality improvement method
CN104123561A (en) Spatial gravity model based fuzzy c-means remote sensing image automatic classification method
EP2613294A1 (en) System and method for synthesizing portrait sketch from photo
CN105488456A (en) Adaptive rejection threshold adjustment subspace learning based human face detection method
CN103761726A (en) Partitioning self-adaptation image segmentation method based on FCM
CN111160481B (en) Adas target detection method and system based on deep learning
CN107945122A (en) Infrared image enhancing method and system based on self-adapting histogram segmentation
CN102663681B (en) Gray scale image segmentation method based on sequencing K-mean algorithm
CN115272776B (en) Hyperspectral image classification method based on double-path convolution and double attention and storage medium
CN108596204B (en) Improved SCDAE-based semi-supervised modulation mode classification model method
CN109345525B (en) Ghost-removed high-dynamic-range image quality evaluation method
CN111105068A (en) Numerical value mode correction method based on sequence regression learning
CN102073867A (en) Sorting method and device for remote sensing images
CN106960433B (en) It is a kind of that sonar image quality assessment method is referred to based on image entropy and the complete of edge
CN111144462A (en) Unknown individual identification method and device for radar signals
CN105787505A (en) Infrared image clustering segmentation method combining sparse coding and spatial constraints
CN110211109B (en) Image change detection method based on deep neural network structure optimization
CN110490053B (en) Human face attribute identification method based on trinocular camera depth estimation
CN104992436A (en) Image segmentation method for natural scene
CN109145749B (en) Cross-data-set facial expression recognition model construction and recognition 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