CN104318575A - Multi-threshold image segmentation method based on comprehensive learning differential evolution algorithm - Google Patents

Multi-threshold image segmentation method based on comprehensive learning differential evolution algorithm Download PDF

Info

Publication number
CN104318575A
CN104318575A CN201410613479.6A CN201410613479A CN104318575A CN 104318575 A CN104318575 A CN 104318575A CN 201410613479 A CN201410613479 A CN 201410613479A CN 104318575 A CN104318575 A CN 104318575A
Authority
CN
China
Prior art keywords
individual
individuality
current
segmentation
population
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
CN201410613479.6A
Other languages
Chinese (zh)
Other versions
CN104318575B (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.)
Jiangxi University of Science and Technology
Original Assignee
Jiangxi University of Science and 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 Jiangxi University of Science and Technology filed Critical Jiangxi University of Science and Technology
Priority to CN201410613479.6A priority Critical patent/CN104318575B/en
Publication of CN104318575A publication Critical patent/CN104318575A/en
Application granted granted Critical
Publication of CN104318575B publication Critical patent/CN104318575B/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
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Image Analysis (AREA)

Abstract

The invention discloses a multi-threshold image segmentation method based on a comprehensive learning differential evolution algorithm. The method comprises the steps that in the mutation operation process of the differential evolution algorithm, a Binary tournament selection method is utilized to select an individual from species at random, a comprehensive individual is generated by the individual and an optimal individual, then the comprehensive individual serves as a basic individual, a mutation operation is carried out on the basic individual to generate a mutation individual, the searching speed is accelerated as fast as possible while the population diversity is kept, and then a crossover operation operator and a selection operation operator of a traditional differential evolution algorithm are carried out. Meanwhile, a zoom factor value and a crossover probability value are adjusted adaptively according to current search feedback information, so that the robustness of the algorithm is reinforced. The steps are repeatedly executed until a terminal condition is met, and the optimal individual obtained in the computation process is a final segmentation threshold of an image. By means of the multi-threshold image segmentation method based on the comprehensive learning differential evolution algorithm, the probability of local optimum can be reduced, the image segmentation accuracy is improved, the segmentation speed is accelerated, and the real time performance of the segmentation is improved.

Description

A kind of multi-threshold image segmentation method based on integrated learning Differential Evolution Algorithm
Technical field
The present invention relates to Digital Image Segmentation technology, especially a kind of multi-threshold image segmentation method based on integrated learning Differential Evolution Algorithm.
Background technology
Multi-threshold image segmentation is a kind of very important digital image processing method in Modern digital image process.In multi-threshold image segmentation process, usually according to the segmentation criterion preset, find multiple threshold value, identify the part interested in image, thus Iamge Segmentation is become several different part.In multi-threshold image segmentation process, how fast and effeciently the most key step is each threshold value of optimization.But tradition often all to there is search speed based on the multi-threshold image segmentation method of exhaustive search slow, the shortcoming that real-time is not high, especially when number of thresholds is larger, searching for consuming time being usually difficult in practical engineering application accepts.For this reason, intelligent optimization algorithm is applied in multi-threshold image segmentation by people, thus intelligence, solve segmentation threshold rapidly.Such as, wear Qionghai etc. and invent a kind of multi-threshold image segmentation method based on fitness random search behavior in 2010; Tong little Nian etc. proposed a kind of Dual-threshold image segmentation method based on quanta particle swarm optimization in 2010; Zhang Wei etc. proposed the fuzzy entropy coal dust Iamge Segmentation based on Modified particle swarm optimization in 2011.
Differential Evolution Algorithm is a kind of effective modern intelligence optimization algorithm of solving-optimizing problem.The structure of Differential Evolution Algorithm is very simple, easy to understand and realization, and has very strong self-organization, self study and adaptivity, and it to have become in solving-optimizing Study on Problems field a very active study hotspot.Differential Evolution Algorithm has successfully been used for solving multi-threshold image segmentation problem by people, but conventional differential evolution algorithmic often also exists easily be absorbed in local optimum when solving multi-threshold image segmentation problem, segmentation effect still needs to improve, the shortcoming that speed of convergence is slow and real-time is not strong.
Summary of the invention
The present invention is directed to also exist when conventional differential evolution algorithmic carries out multi-threshold image segmentation and be easily absorbed in local optimum, segmentation precision is not high, the shortcoming that splitting speed is slow and real-time is not strong, a kind of multi-threshold image segmentation method based on integrated learning Differential Evolution Algorithm is proposed, the method is in the mutation operation process of differential evolution, binary algorithm of tournament selection method is adopted from population, to select body one by one at random, and it and optimum individual are generated a comprehensive individuality, based on this comprehensive individuality, the individual mutation operation that performs generates variation individuality again, while maintenance population diversity, search speed is accelerated as far as possible with this, then the hybridization of conventional differential evolution algorithmic is performed, select operation operator, meanwhile, adjust the value of zoom factor and probability of crossover according to current search feedback information adaptively, strengthen the robustness of algorithm with this, repeat above-mentioned steps until meet end condition, the optimum individual obtained in computation process, be the segmentation threshold that image is final, compared with congenic method, the present invention can reduce the probability being absorbed in local optimum, improves the precision of Iamge Segmentation, accelerates the speed of segmentation, improves the real-time of segmentation.
Technical scheme of the present invention: a kind of multi-threshold image segmentation method based on integrated learning Differential Evolution Algorithm, comprises the following steps:
Step 1, user's initiation parameter, described initiation parameter comprises segmentation threshold quantity D, Population Size Popsize, maximum evaluation number of times MAX_FEs;
Step 2, current evolution algebraically t=0, and integrated learning rate Pr is set i t=0.5, hybrid rate Cr i t=0.9, zoom factor F i t=0.5, wherein subscript i=1 ..., Popsize, Evaluation: Current number of times FEs=0;
Step 3, produces initial population at random wherein: subscript i=1 ..., Popsize, and for population P tin i-th individuality, its random initializtion formula is:
A i , j t = ( j - 1 ) × 255.0 / D + rand ( 0,1 ) · ( 255.0 / D - 1.0 )
Wherein subscript j=1 ..., D, and D is segmentation threshold quantity; for at population P tin i-th individuality, store D segmentation threshold; Rand (0,1) obeys equally distributed random real number to produce function between [0,1];
Step 4, calculates population P tin the adaptive value of each individuality, wherein adaptive value is larger, shows that individuality is more outstanding, individual for any one adaptive value calculate as follows:
Fit ( A i t ) = Σ k = 0 D H k ,
Wherein H kfor the entropy in a kth image intensity value interval, be calculated as follows:
p j = h ( j ) Σ j = 0 255 h ( j ) ,
as k=0,
as subscript k=1,2 ..., during D-1
as k=D
Wherein h (j) is jth image intensity value sum of all pixels in the picture, p jfor jth image intensity value probability in the picture; downward rounding operation symbol; w 0for interval image intensity value accumulated probability and, H 0for interval the entropy of image intensity value, w kfor interval image intensity value accumulated probability and, subscript k=1,2 ... D-1, H kfor interval the entropy of image intensity value, w dfor interval image intensity value accumulated probability and, H dfor interval the entropy of image intensity value; Then Evaluation: Current number of times FEs=FEs+Popsize, and preserve population P tthe maximum individuality of middle adaptive value is optimum individual Best t;
Step 5, makes counter i=1;
Step 6, if counter i is greater than Population Size Popsize, then forwards step 15 to, otherwise forwards step 7 to;
Step 7, calculates individual current composite learning rate NPr i t, computing formula is as follows:
Wherein r1 is the random real number produced between [0,1];
Step 8, according to individuality current composite learning rate NPr i t, to individuality produce an integrated learning individuality its step is as follows:
Step 8.1, makes counter j=1;
Step 8.2, if counter j is greater than D, then forwards step 9 to, otherwise forwards step 8.3 to;
Step 8.3, produces a random real number r2 between [0,1]; If r2 is less than individuality current composite learning rate NPr i tthen forward step 8.7 to, otherwise forward step 8.4 to;
Step 8.4, random generation two unequal positive integer RI1, RI2 between [1, Popsize];
Step 8.5, if individual adaptive value be greater than individuality adaptive value, then otherwise B i , j t = A RI 2 , j t ;
Step 8.6, makes counter j=j+1, forwards step 8.2 to;
Step 8.7, make counter j=j+1, forward step 8.2 to;
Step 9, calculates individuality as follows current zoom factor NF i twith current hybrid rate NCr i t:
Wherein r3, r4 is [0,1] the random real number produced between, randc (0.5,0.3) be using 0.5 as location parameter, 0.3 produces the random real-number function of obeying Cauchy's distribution as scale parameter, rand (0,1) be produce to obey equally distributed random real-number function between [0,1];
Step 10, individual with integrated learning based on individual, and with NF i tfor individuality current zoom factor, NCr i tfor individuality current hybrid rate, produce individual test individual and it is individual to calculate test adaptive value its step is as follows:
Step 10.1, makes counter j=1;
Step 10.2, a random generation positive integer jRand between [1, D];
Step 10.3, random generation two unequal positive integer RI3, RI4 between [1, Popsize];
Step 10.4, if counter j is greater than D, then forwards step 10.9 to, otherwise forwards step 10.5 to;
Step 10.5, produces a random real number r5, if r5 is less than individuality between [0,1] current hybrid rate NCr i tor jRand equals counter j, then forward step 10.6 to, otherwise forwards step 10.7 to;
Step 10.6, U i , j t = B i , j t + NF i t · ( A RI 3 , j t - A RI 4 , j t ) ; Forward step 10.8 to;
Step 10.7, U i , j t = A i , j t ;
Step 10.8, makes counter j=j+1, forwards step 10.4 to;
Step 10.9, calculates test individual adaptive value forward step 11 to;
Step 11, as follows at individuality individual with test between select individuality and enter population of future generation:
Step 12, upgrades individuality as follows integrated learning rate Pr i t, zoom factor F i t, hybrid rate Cr i t:
Step 13, makes counter i=i+1;
Step 14, forwards step 6 to;
Step 15, Evaluation: Current number of times FEs=FEs+Popsize, preserves population P tthe maximum individuality of middle adaptive value is optimum individual Best t; Current evolution algebraically t=t+1;
Step 16, repeats step 5 to step 15 until Evaluation: Current number of times FEs terminates after reaching MAX_FEs, the optimum individual Best obtained in implementation tbe D segmentation threshold of segmentation image, and with the D an obtained segmentation threshold to Image Segmentation Using.
Therefore, tool of the present invention has the following advantages: the present invention efficiently utilizes the advantageous combination information of random individual and optimum individual to coordinate the balance of global search and Local Search, search speed is accelerated as far as possible while maintenance population diversity, reduce the probability being absorbed in local optimum, and convergence speedup speed; On the other hand, the present invention adjusts the value of zoom factor and probability of crossover adaptively according to current search feedback information, enhances the robustness of algorithm; Compared with congenic method, the present invention has fully utilized the individual information of differential evolution population, can reduce the probability being absorbed in local optimum, improves the precision of Iamge Segmentation, accelerates the speed of segmentation, improves the real-time of segmentation.
Accompanying drawing explanation
Fig. 1 is Lena image;
Fig. 2 is the segmentation result of the present invention to Lena image.
Embodiment
Below by embodiment, and by reference to the accompanying drawings, technical scheme of the present invention is described in further detail.
Embodiment:
The present embodiment is based on the Lena Image Segmentation Using shown in Fig. 1, and specific embodiment of the invention step is as follows:
Step 1, user's initiation parameter, described initiation parameter comprises segmentation threshold quantity D=4, Population Size Popsize=100, maximum evaluation number of times MAX_FEs=60000;
Step 2, current evolution algebraically t=0, and integrated learning rate Pr is set i t=0.5, hybrid rate Cr i t=0.9, zoom factor F i t=0.5, wherein subscript i=1 ..., Popsize, Evaluation: Current number of times FEs=0;
Step 3, produces initial population at random wherein: subscript i=1 ..., Popsize, and for population P tin i-th individuality, its random initializtion formula is:
A i , j t = ( j - 1 ) × 255.0 / D + rand ( 0,1 ) · ( 255.0 / D - 1.0 )
Wherein subscript j=1 ..., D, and D is segmentation threshold quantity; for at population P tin i-th individuality, store D segmentation threshold; Rand (0,1) obeys equally distributed random real number to produce function between [0,1];
Step 4, calculates population P tin the adaptive value of each individuality, wherein adaptive value is larger, shows that individuality is more outstanding, individual for any one adaptive value calculate as follows:
Fit ( A i t ) = Σ k = 0 D H k ,
Wherein H kfor the entropy in a kth image intensity value interval, be calculated as follows:
p j = h ( j ) Σ j = 0 255 h ( j ) ,
as k=0,
as subscript k=1,2 ..., during D-1
as k=D
Wherein h (j) is the sum of all pixels of a jth image intensity value in Lena image, p jfor the probability of a jth image intensity value in Lena image; for downward rounding operation accords with; w 0for interval image intensity value accumulated probability and, H 0for interval the entropy of image intensity value, w kfor interval image intensity value accumulated probability and, subscript k=1,2 ... D-1, H kfor interval the entropy of image intensity value, w dfor interval image intensity value accumulated probability and, H dfor interval the entropy of image intensity value; Then Evaluation: Current number of times FEs=FEs+Popsize, and preserve population P tthe maximum individuality of middle adaptive value is optimum individual Best t;
Step 5, makes counter i=1;
Step 6, if counter i is greater than Population Size Popsize, then forwards step 15 to, otherwise forwards step 7 to;
Step 7, calculates individual current composite learning rate NPr i t, computing formula is as follows:
Wherein r1 is the random real number produced between [0,1];
Step 8, according to individuality current composite learning rate NPr i t, to individuality produce an integrated learning individuality its step is as follows:
Step 8.1, makes counter j=1;
Step 8.2, if counter j is greater than D, then forwards step 9 to, otherwise forwards step 8.3 to;
Step 8.3, produces a random real number r2 between [0,1]; If r2 is less than individuality current composite learning rate NPr i tthen forward step 8.7 to, otherwise forward step 8.4 to;
Step 8.4, random generation two unequal positive integer RI1, RI2 between [1, Popsize];
Step 8.5, if individual adaptive value be greater than individuality adaptive value, then otherwise B i , j t = A RI 2 , j t ;
Step 8.6, makes counter j=j+1, forwards step 8.2 to;
Step 8.7, make counter j=j+1, forward step 8.2 to;
Step 9, calculates individuality as follows current zoom factor NF i twith current hybrid rate NCr i t:
Wherein r3, r4 is [0,1] the random real number produced between, randc (0.5,0.3) be using 0.5 as location parameter, 0.3 produces the random real-number function of obeying Cauchy's distribution as scale parameter, rand (0,1) be produce to obey equally distributed random real-number function between [0,1];
Step 10, individual with integrated learning based on individual, and with NF i tfor individuality current zoom factor, NCr i tfor individuality current hybrid rate, produce individual test individual and it is individual to calculate test adaptive value its step is as follows:
Step 10.1, makes counter j=1;
Step 10.2, a random generation positive integer jRand between [1, D];
Step 10.3, random generation two unequal positive integer RI3, RI4 between [1, Popsize];
Step 10.4, if counter j is greater than D, then forwards step 10.9 to, otherwise forwards step 10.5 to;
Step 10.5, produces a random real number r5, if r5 is less than individuality between [0,1] current hybrid rate NCr i tor jRand equals counter j, then forward step 10.6 to, otherwise forwards step 10.7 to;
Step 10.6, U i , j t = B i , j t + NF i t · ( A RI 3 , j t - A RI 4 , j t ) ; Forward step 10.8 to;
Step 10.7, U i , j t = A i , j t ;
Step 10.8, makes counter j=j+1, forwards step 10.4 to;
Step 10.9, calculates test individual adaptive value forward step 11 to;
Step 11, as follows at individuality individual with test between select individuality and enter population of future generation:
Step 12, upgrades individuality as follows integrated learning rate Pr i t, zoom factor F i t, hybrid rate Cr i t:
Step 13, makes counter i=i+1;
Step 14, forwards step 6 to;
Step 15, Evaluation: Current number of times FEs=FEs+Popsize, preserves population P tthe maximum individuality of middle adaptive value is optimum individual Best t; Current evolution algebraically t=t+1;
Step 16, repeats step 5 to step 15 until Evaluation: Current number of times FEs terminates after reaching MAX_FEs, the optimum individual Best obtained in implementation tbe D segmentation threshold of segmentation Lena image, and with the D an obtained segmentation threshold to Lena Image Segmentation Using.
Specific embodiment described herein is only to the explanation for example of the present invention's spirit.Those skilled in the art can make various amendment or supplement or adopt similar mode to substitute to described specific embodiment, but can't depart from spirit of the present invention or surmount the scope that appended claims defines.

Claims (1)

1. based on a multi-threshold image segmentation method for integrated learning Differential Evolution Algorithm, it is characterized in that, comprise the following steps:
Step 1, user's initiation parameter, described initiation parameter comprises segmentation threshold quantity D, Population Size Popsize, maximum evaluation number of times MAX_FEs;
Step 2, current evolution algebraically t=0, and integrated learning rate Pr is set i t=0.5, hybrid rate Cr i t=0.9, zoom factor F i t=0.5, wherein subscript i=1 ..., Popsize, Evaluation: Current number of times FEs=0;
Step 3, produces initial population at random wherein: subscript i=1 ..., Popsize, and for population P tin i-th individuality, its random initializtion formula is:
A i , j t = ( j - 1 ) × 255.0 / D + rand ( 0,1 ) · ( 255.0 / D - 1.0 )
Wherein subscript j=1 ..., D, and D is segmentation threshold quantity; for at population P tin i-th individuality, store D segmentation threshold; Rand (0,1) obeys equally distributed random real number to produce function between [0,1];
Step 4, calculates population P tin the adaptive value of each individuality, wherein adaptive value is larger, shows that individuality is more outstanding, individual for any one adaptive value calculate as follows:
Fit ( A i t ) = Σ k = 0 D H k ,
Wherein H kfor the entropy in a kth image intensity value interval, be calculated as follows:
p j = h ( j ) Σ j = 0 255 h ( j ) ,
as k=0,
as subscript k=1,2 ..., during D-1
as k=D
Wherein h (j) is jth image intensity value sum of all pixels in the picture, p jfor jth image intensity value probability in the picture; for downward rounding operation accords with; w 0for interval image intensity value accumulated probability and, H 0for interval the entropy of image intensity value, w kfor interval image intensity value accumulated probability and, subscript k=1,2 ... D-1, H kfor interval the entropy of image intensity value, w dfor interval image intensity value accumulated probability and, H dfor interval the entropy of image intensity value; Then Evaluation: Current number of times FEs=FEs+Popsize, and preserve population P tthe maximum individuality of middle adaptive value is optimum individual Best t;
Step 5, makes counter i=1;
Step 6, if counter i is greater than Population Size Popsize, then forwards step 15 to, otherwise forwards step 7 to;
Step 7, calculates individual current composite learning rate NPr i t, computing formula is as follows:
Wherein r1 is the random real number produced between [0,1];
Step 8, according to individuality current composite learning rate NPr i t, to individuality produce an integrated learning individuality its step is as follows:
Step 8.1, makes counter j=1;
Step 8.2, if counter j is greater than D, then forwards step 9 to, otherwise forwards step 8.3 to;
Step 8.3, produces a random real number r2 between [0,1]; If r2 is less than individuality current composite learning rate NPr i tthen forward step 8.7 to, otherwise forward step 8.4 to;
Step 8.4, random generation two unequal positive integer RI1, RI2 between [1, Popsize];
Step 8.5, if individual adaptive value be greater than individuality adaptive value, then otherwise B i , j t = A RI 2 , j t ;
Step 8.6, makes counter j=j+1, forwards step 8.2 to;
Step 8.7, make counter j=j+1, forward step 8.2 to;
Step 9, calculates individuality as follows current zoom factor NF i twith current hybrid rate NCr i t:
Wherein r3, r4 is [0,1] the random real number produced between, randc (0.5,0.3) be using 0.5 as location parameter, 0.3 produces the random real-number function of obeying Cauchy's distribution as scale parameter, rand (0,1) be produce to obey equally distributed random real-number function between [0,1];
Step 10, individual with integrated learning based on individual, and with NF i tfor individuality current zoom factor, NCr i tfor individuality current hybrid rate, produce individual test individual and it is individual to calculate test adaptive value its step is as follows:
Step 10.1, makes counter j=1;
Step 10.2, a random generation positive integer jRand between [1, D];
Step 10.3, random generation two unequal positive integer RI3, RI4 between [1, Popsize];
Step 10.4, if counter j is greater than D, then forwards step 10.9 to, otherwise forwards step 10.5 to;
Step 10.5, produces a random real number r5, if r5 is less than individuality between [0,1] current hybrid rate NCr i tor jRand equals counter j, then forward step 10.6 to, otherwise forwards step 10.7 to;
Step 10.6, U i , j t = B i , j t + NF i t · ( A RI 3 , j t - A RI 4 , j t ) ; Forward step 10.8 to;
Step 10.7, U i , j t = A i , j t ;
Step 10.8, makes counter j=j+1, forwards step 10.4 to;
Step 10.9, calculates test individual adaptive value forward step 11 to;
Step 11, as follows at individuality individual with test between select individuality and enter population of future generation:
Step 12, upgrades individuality as follows integrated learning rate Pr i t, zoom factor F i t, hybrid rate Cr i t:
Step 13, makes counter i=i+1;
Step 14, forwards step 6 to;
Step 15, Evaluation: Current number of times FEs=FEs+Popsize, preserves population P tthe maximum individuality of middle adaptive value is optimum individual Best t; Current evolution algebraically t=t+1;
Step 16, repeats step 5 to step 15 until Evaluation: Current number of times FEs terminates after reaching MAX_FEs, the optimum individual Best obtained in implementation tbe D segmentation threshold of segmentation image, and with the D an obtained segmentation threshold to Image Segmentation Using.
CN201410613479.6A 2014-11-04 2014-11-04 Multi-threshold image segmentation method based on comprehensive learning differential evolution algorithm Expired - Fee Related CN104318575B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410613479.6A CN104318575B (en) 2014-11-04 2014-11-04 Multi-threshold image segmentation method based on comprehensive learning differential evolution algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410613479.6A CN104318575B (en) 2014-11-04 2014-11-04 Multi-threshold image segmentation method based on comprehensive learning differential evolution algorithm

Publications (2)

Publication Number Publication Date
CN104318575A true CN104318575A (en) 2015-01-28
CN104318575B CN104318575B (en) 2017-02-15

Family

ID=52373801

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410613479.6A Expired - Fee Related CN104318575B (en) 2014-11-04 2014-11-04 Multi-threshold image segmentation method based on comprehensive learning differential evolution algorithm

Country Status (1)

Country Link
CN (1) CN104318575B (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104809737A (en) * 2015-05-13 2015-07-29 江西理工大学 Grapefruit image segmentation method based on double-strategy harmony search algorithm
CN105046712A (en) * 2015-08-07 2015-11-11 江西理工大学 Adaptive Gauss differential evolution based circle detection method
CN106023162A (en) * 2016-05-12 2016-10-12 江西理工大学 Strawberry image segmentation method base on integration strategy harmony searching algorithm
CN106600563A (en) * 2016-12-23 2017-04-26 江西理工大学 Image enhancement method based on local search differential evolution
CN108389209A (en) * 2018-02-28 2018-08-10 江西理工大学 Using the grape image partition method of multi-mode Differential Evolution Algorithm
CN108665451A (en) * 2018-05-04 2018-10-16 江西理工大学 Circle detection method based on ternary difference of Gaussian evolution algorithmic
CN109146864A (en) * 2018-08-10 2019-01-04 华侨大学 The method that galactophore image is split based on the differential evolution algorithm of fuzzy entropy
CN111899286A (en) * 2020-07-13 2020-11-06 江西理工大学 Image registration method based on elite differential evolution

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101236607A (en) * 2008-03-03 2008-08-06 哈尔滨工程大学 Rapid multi- threshold value dividing method for gray-scale image
CN101887584A (en) * 2010-07-07 2010-11-17 清华大学 Fitness random search behavior-based multi-threshold image segmentation method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101236607A (en) * 2008-03-03 2008-08-06 哈尔滨工程大学 Rapid multi- threshold value dividing method for gray-scale image
CN101887584A (en) * 2010-07-07 2010-11-17 清华大学 Fitness random search behavior-based multi-threshold image segmentation method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
ERIK CUEVAS ET AL: "《A novel multi-threshold segmentation approach based on differential》", 《EXPERT SYSTEMS WITH APPLICATIONS》 *

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104809737A (en) * 2015-05-13 2015-07-29 江西理工大学 Grapefruit image segmentation method based on double-strategy harmony search algorithm
CN104809737B (en) * 2015-05-13 2017-04-26 江西理工大学 Grapefruit image segmentation method based on double-strategy harmony search algorithm
CN105046712B (en) * 2015-08-07 2017-06-30 江西理工大学 Based on the circle detection method that adaptability difference of Gaussian develops
CN105046712A (en) * 2015-08-07 2015-11-11 江西理工大学 Adaptive Gauss differential evolution based circle detection method
CN106023162B (en) * 2016-05-12 2018-06-05 江西理工大学 Strawberry image dividing method based on Integrated Strategy harmonic search algorithm
CN106023162A (en) * 2016-05-12 2016-10-12 江西理工大学 Strawberry image segmentation method base on integration strategy harmony searching algorithm
CN106600563A (en) * 2016-12-23 2017-04-26 江西理工大学 Image enhancement method based on local search differential evolution
CN106600563B (en) * 2016-12-23 2019-07-02 江西理工大学 Image enchancing method based on local search differential evolution
CN108389209A (en) * 2018-02-28 2018-08-10 江西理工大学 Using the grape image partition method of multi-mode Differential Evolution Algorithm
CN108665451A (en) * 2018-05-04 2018-10-16 江西理工大学 Circle detection method based on ternary difference of Gaussian evolution algorithmic
CN108665451B (en) * 2018-05-04 2022-02-25 江西理工大学 Circle detection method based on ternary Gaussian difference evolution algorithm
CN109146864A (en) * 2018-08-10 2019-01-04 华侨大学 The method that galactophore image is split based on the differential evolution algorithm of fuzzy entropy
CN111899286A (en) * 2020-07-13 2020-11-06 江西理工大学 Image registration method based on elite differential evolution
CN111899286B (en) * 2020-07-13 2024-01-05 江西理工大学 Image registration method based on elite differential evolution

Also Published As

Publication number Publication date
CN104318575B (en) 2017-02-15

Similar Documents

Publication Publication Date Title
CN104318575A (en) Multi-threshold image segmentation method based on comprehensive learning differential evolution algorithm
EP3451164B1 (en) Neural network operation device and method supporting few-bit fixed-point number
EP2879078B1 (en) Method and apparatus for generating strong classifier for face detection
CN110334580A (en) The equipment fault classification method of changeable weight combination based on integrated increment
CN104715490A (en) Navel orange image segmenting method based on adaptive step size harmony search algorithm
CN103093443B (en) Based on the image salt-pepper noise adaptive filter method of GA-BP neural network
CN113516172B (en) Image classification method based on Bayesian neural network error injection by random calculation
CN106980900A (en) A kind of characteristic processing method and equipment
CN108564166A (en) Based on the semi-supervised feature learning method of the convolutional neural networks with symmetrical parallel link
CN104881871A (en) Traffic image segmentation method based on improved multi-object harmony search algorithm
CN106130688A (en) A kind of Sparse Code multiple access access detection method of low complex degree
CN115941112B (en) Portable hidden communication method, computer equipment and storage medium
CN106023162A (en) Strawberry image segmentation method base on integration strategy harmony searching algorithm
CN103824285B (en) Image segmentation method based on bat optimal fuzzy clustering
CN104657745B (en) A kind of maintaining method for having marked sample and two-way study interactive class method
CN105096293A (en) Method and device used for processing to-be-processed block of urine sediment image
CN105046712A (en) Adaptive Gauss differential evolution based circle detection method
CN104809737A (en) Grapefruit image segmentation method based on double-strategy harmony search algorithm
CN112651500B (en) Method for generating quantization model and terminal
Ma et al. Learning decision forest from evidential data: the random training set sampling approach
CN116151385A (en) Robot autonomous learning method based on generation of countermeasure network
CN107424165A (en) A kind of effective image segmentation system
CN105160679A (en) Local three-dimensional matching algorithm based on combination of adaptive weighting and image segmentation
CN111145221A (en) Target tracking algorithm based on multi-layer depth feature extraction
CN105809191A (en) Random tree chronic nephrosis by-stage predication algorithm integrated with Bagging algorithm

Legal Events

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

Granted publication date: 20170215