搜索资源列表
mip
- 这个源码是用遗传算法对FCM 算法进行改进后的算法,实现了对脑图像的自动分割,速度较快-the source is using genetic algorithms to FCM algorithm for improved algorithm, achieving the right brain's automatic image segmentation, faster
based_on_GA.cpp
- 用遗传算法实现图像阈值分割,文件中包含word档的说明,很详细
gafcm.rar
- 这是我自己编的用MATLAB来进行图像分割主要用模糊算法和遗传算法,a methoed for image segmentation
GA-code
- 遗传算法用于图像处理中,有图像分割,图像特征提取,可以达到很好的效果-Genetic algorithms for image processing, there are image segmentation, image feature extraction, can achieve good results
GASA
- 图像分割的优化算法,结合了遗传算法和模拟退火算法,并将优化算法和原始otsu方法进行了比较-Optimization of image segmentation algorithm that combines genetic algorithm and simulated annealing algorithm and optimization algorithm and the original method otsu are compared
GAsuanfa
- 此程序通过遗传算法(GA)实现灰度图像的分割,遗传算法的计算过程首先是将实际的优化问题编码成符合串,也称码串、染色体。将实际问题的目标函数转变为染色体的适应函数,然后在随机产生的一批初始染色体的基础上,根据各染色体的适应函数值进行繁殖、交叉、变异等遗传操作产生下一代染色体。 -This procedure of genetic algorithm (GA) to achieve gray scale image segmentation, genetic process of the algor
Baanneal2a
- 基于遗传算法的图像分割。用MATLAB实现。遗传算法就这样样反复迭代,向着更优解的方向进化,直至满足某种预定的优化指标。 -Based on genetic algorithm for image segmentation. Using MATLAB. Genetic algorithms so kind iterative evolution toward a more optimal solution direction until you meet some predetermined
fenge
- 利用遗传算法进行图像分割,在matlab中实现-image segmentation by genetic algorithms in Matlab
road-segmentation
- 基于最大类间方差阈值与遗传算法的道路分割,是基于最小二乘法的改进-Based on road Otsu threshold segmentation and genetic algorithm is based on the least square method to improve
yichuansuanfa
- 利用遗传算法进行图像分割。图像处理,利用c++。opencv -Using genetic algorithms for image segmentation. Image Processing
yichuangsuanfadetuxiangfenge
- 遗传算法的图像阈值分割,改算法可以在道路图像中很好的分割出特征。-Genetic algorithm for image thresholding, segmentation algorithm can change the characteristics of the road image.
K-means
- 使用k-means算法对图像进行分割,并利用遗传算法对k-means算法加以改进(The k-means algorithm is used for the segment of images, and the genetic algorithm is used to improve the k-means algorithm)
matlab
- 采用遗传算法进行图像分割程序matlab(Using genetic algorithm for image segmentation program matlab)
matlab基于遗传算法的最大熵值法的双阈值图像分割
- 基于遗传算法实现灰度图像二阈值分割,使图像分割的更合理(Two threshold segmentation of gray image based on genetic algorithm, which makes the image segmentation more reasonable)
Gotsu
- 用遗传算法和otsu实现多彩色图像的多阈值分割 。。。。。。。。。。。。(Multi threshold segmentation based on genetic algorithm)