CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 遗传算法 阈值分割

搜索资源列表

  1. based_on_GA.cpp

    0下载:
  2. 用遗传算法实现图像阈值分割,文件中包含word档的说明,很详细
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:16270990
    • 提供者:jane
  1. AutomaticImageSegmentationAlgorithmThreshold

    0下载:
  2. 摘 要 该文提出了一种新的图像阈值分割算法。该算法通过求取最大模糊熵准则下,灰度均值直方图的最佳模糊划分 参数来确定两个模糊集 和 ,图像分割阈值即选取为两个模糊集的交点。该算法用 的模糊熵定义适应度函数, . / 01234 采用改进的遗传算法寻求最佳模糊参数。该文对遗传算法的改进包括,给出了缩短染色体码长的编码方法和性能良好的 改进的单点交叉算子和均匀变异算子。实验结果表明,该算法的分割效果与二维模糊熵算法接近,而计算时间还没有用 到二维模糊熵算法的一半。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:574832
    • 提供者:阿廖
  1. quezhituxiangfenge

    0下载:
  2. 我结合现在正在学习和以后论文将要使用的遗传算法,做了一个简单的图形阈值分割程序,本程序主要是注重算法,-I am now learning and subsequent combination of papers that will be used genetic algorithms to do a simple graphical threshold segmentation procedure, this procedure is mainly focus on algorithms,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1413351
    • 提供者:zhengjie
  1. GAyuzhifenge

    0下载:
  2. 一个很不错的小软件,基于遗传算法的图像阈值分割,C++编写,运行结果满意-A very nice little software, based on genetic algorithm for image segmentation, C++ written, the results satisfactory
  3. 所属分类:图形图象

    • 发布日期:2014-02-14
    • 文件大小:5943703
    • 提供者:加仑
  1. tuxiangyuzhifenge

    0下载:
  2. 图像阈值分割的方法很多,但目前很难找到适用于各种场合的分割方法。本文针对实际情况对几种分割方法进行了分析比较及实验研究。在此基础上引入了遗传算法,加快了算法的收敛速度。最后将一种改进的遗传算法用于优化图像分割,取得了较好的分割效能。-Image Thresholding methods, but it is difficult to find a suitable segmentation method on various occasions. In this paper, the actua
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:403045
    • 提供者:xiliao
  1. GA.cpp

    0下载:
  2. 选择:根据遗传算法的收敛定理,赌轮法(蒙特卡罗法) ,进行个体选择。交叉:交叉互换的重要特征是它能产生不同于父体的子体。交叉概率越大,交叉操作的可能性也越大 如果交叉率太低,收敛速度可能降低。单阈值分割由于只有一个参数,所以采用一点交叉,在此设置交叉概率为0.65。变异:变异概率为0.01 。-This is a simple genetic algorithm implementation where the evaluation function takes positive values
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:4158734
    • 提供者:wangwang
  1. segmentation

    0下载:
  2. 遗传算法在道路图像阈值分割中的应用 包括:初始化种群,产生新一代个体,精英选择,交叉,变异-Genetic algorithm in the road image threshold segmentation include: initial population, a new generation of individual, elite selection, crossover and mutation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:6243
    • 提供者:严路
  1. ga

    0下载:
  2. 遗传算法实现的阈值分割图像的代码,内附图片,可直接运行-Genetic algorithm for image segmentation code, containing pictures, can be directly run
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1555110
    • 提供者:于江
  1. yichuansuanfa

    0下载:
  2. 遗传算法和阈值分割的源代码,希望能够帮助到做分割的同学-Genetic algorithms and threshold segmentation of the source code, hoping to help the students to do the split
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1795338
    • 提供者:梁玉梅
  1. ga_segment

    1下载:
  2. 采用MATLAB语言编程实现了基于遗传算法的最大熵单阈值、最大熵双阈值、二维最大熵单阈值图像分割和基于最大类间方差遗传算法的图像分割-Through the study of threshold segmentation method and genetic algorithm theory, matlab programming language used to achieve the genetic algorithm based on maximum entropy single thre
  3. 所属分类:Special Effects

    • 发布日期:2015-12-27
    • 文件大小:304128
    • 提供者: 许良
  1. work

    0下载:
  2. 基于标准遗传算法的图像分割,运用遗传算法确定阈值。是matlab源码。-Standard genetic algorithm-based image segmentation, the use of genetic algorithms to determine the threshold. Matlab source code.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:28171
    • 提供者:cbahai
  1. Otsu(GA)

    0下载:
  2. 应用遗传算法对传统Otsu算法进行优化实现灰度图像的阈值分割。给出了c++的源程序。-Using genetic algorithm Otsu traditional algorithm was used to optimize the realization of gray image threshold segmentation. Given the c++ the source program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5472367
    • 提供者:胡载萍
  1. Threshold-Image-Segmentation

    0下载:
  2. 一种最新的基于遗传算法的阈值分割方法!在图像处理中可以参考,有价值!-One of the latest genetic algorithm-based threshold segmentation method. Can refer to the image processing and valuable!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:452120
    • 提供者:李洋
  1. GA3threshold

    0下载:
  2. 针对Bmp图片,采用多阈值最大化图像的信息熵为目标,采用多目标遗传算法(源码全)对图像进行多阈值变换,实现对图像的多阈值分割。(VC6.0实现)-Bmp images using multi-threshold image information entropy maximization as the goal, the use of multi-objective genetic algorithm (source full) image multi-threshold transform,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-06
    • 文件大小:888292
    • 提供者:ll
  1. GA1threshold

    0下载:
  2. 针对Bmp图片,根据以最大图像的信息熵为目标,采用遗传算法(源码全)对图像进行单阈值变换,实现对图像的阈值分割。(VC6.0实现)-Bmp picture, according to the target maximum image information entropy, genetic algorithm (source all) single threshold transform image threshold segmentation of images. (VC6.0 achieve
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-03
    • 文件大小:3812952
    • 提供者:ll
  1. duoyuzhizishiyingfenge

    0下载:
  2. 提出一种基于遗传算法的二维熵多阈值自适应图像分割方法.在分析研究二维熵阈值分割原理的基础上, 将可变码长的遗传算法应用于多阈值分割处理过程,采用基于多阈值的整数编码方式,将图像分割的类别数即染色 体的码长融合到适应度函数中,从而实现了在对阈值寻优的同时得以优化分割类别数,最终实现图像的多阈值自适 应分割处理.实验分析结果表明,该方法具有实现阈值寻优速度快,最优解对应图像分割效果好的特点-Propose a genetic algorithm based 2D entropy mult
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:192724
    • 提供者:东方
  1. tuxiangfenge

    0下载:
  2. 利用标准遗传算法对lena图像进行阈值分割的源代码-Lena image threshold segmentation source code using standard genetic algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:158838
    • 提供者:yu
  1. main

    0下载:
  2. 神经网络算法在图像阈值分割中的实现,包括遗传神经网络训练示例,神经网络分割示例,传统BP训练遗传BP训练等-Neural network algorithm for image thresholding in implementation, including genetic neural network training example, neural network segmentation example, the traditional genetic BP BP training tr
  3. 所属分类:2D Graphic

    • 发布日期:
    • 文件大小:655
    • 提供者:蔡小成
  1. mysegment

    0下载:
  2. 我自己编写的基于遗传算法的一维最大熵KSW阈值分割代码。-I have written the one-dimensional maximum entropy threshold segmentation based on genetic algorithm KSW code.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:95849
    • 提供者:lzhang
  1. main

    0下载:
  2. 基于最大类间方法阈值与遗传算法的道路分割-Maximum class method based on the road between the threshold segmentation and genetic algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-14
    • 文件大小:2624
    • 提供者:zhang
« 1 23 4 »
搜珍网 www.dssz.com