CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 阈值分割

搜索资源列表

  1. threshold

    0下载:
  2. 阈值分割
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:260304
    • 提供者:kingd
  1. 第四章 控制系统的分析方法

    0下载:
  2. 用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-with Canny operator to detect the edges in the image P0404 : image thresholding segmentation P0405 : water
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1982
    • 提供者:肖雷
  1. a

    0下载:
  2. 改良遗传算法在图像多阈值分割中的应用-改良遗传算法在图像多阈值分割中的应用
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:480974
    • 提供者:allen
  1. max_relation

    0下载:
  2. 其基本原理是使图像中目标和背景的相关总量最大的阈值为最优分割阈值-This paper combines one dimension Maximal Correlative Criterion and two dimension Maximal Correlative Criterion to estimate the neuron parameters
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:555
    • 提供者:福哥
  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. GA_KSW

    0下载:
  2. 基于遗传算法的直方图最佳熵法阈值分割方法,缩短了寻找最佳阈值的时间。-KSW entropie thresholding segmentation method based on genetic alogrithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3808
    • 提供者:kelly
  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. 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. segment

    0下载:
  2. 基于改进型遗传算法的图像最佳熵阈值分割方法,完美运行,无BUG-Best Entropy-based image thresholding method improved genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:108147
    • 提供者:凌晨
搜珍网 www.dssz.com