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

搜索资源列表

  1. 边缘检测与分割处理

    1下载:
  2. 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-code P0401 Note : Prewitt operator to detect
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:46403
    • 提供者:tian
  1. 依赖坐标的分割方法

    0下载:
  2. 用matlab编写的一种依赖坐标的图像分割方法,即动态阈值分割法-using Matlab prepared by the coordinates of a reliance on image segmentation method, that is, dynamic thresholding segmentation method
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1641
    • 提供者:马文
  1. yuzhi

    0下载:
  2. 本代码是关于数字图像阈值分割的源代码,它包括:文件的重新打开与图像的灰度处理,其中灰度处理又包括:灰度二值化处理、r分量直方图、g分量值方图、b分量直方图等。-the code is on the threshold of digital image segmentation of the source code, including : File with the reopening of gray image processing, which also includes handling
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:200281
    • 提供者:zhangkeju
  1. pso_threshold-segmentation

    2下载:
  2. 图像阈值分割,为确定图像分割的最佳阈值,基于粒子群优化算法提出了一种多阈值图像分割方法-Image segmentation, image segmentation to determine the optimal threshold value, based on particle swarm optimization algorithm proposes a multi-threshold image segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:696
    • 提供者:
  1. 熵阈值max-2d

    0下载:
  2. 用于图像分割,基于renyi熵阈值分割算法的最大熵阈值分割算法
  3. 所属分类:GDI/图象编程

  1. 2.2 图像分割技术

    0下载:
  2. 基于matble数字图像处理,迭代法阈值分割,灰度处理(digital image processing)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-18
    • 文件大小:753664
    • 提供者:清酒
  1. 基于遗传算法的最大熵值法的双阈值图像分割

    0下载:
  2. 基于遗传算法的最大熵值法的双阈值图像分割(Double threshold image segmentation based on maximum entropy method based on genetic algorithm)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:杰克刘
  1. 图像分割

    0下载:
  2. 实现了遥感图像可以进行阈值分割和分水岭分割(Threshold segmentation, watershed segmentation)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:耘悉
  1. 图像分割

    0下载:
  2. 将图像进行区域划分的过程叫做图像分割。图像分割常用的算法包括边缘检测、阈值分割和数学形态学等算法。(The process of image segmentation is called image segmentation. Image segmentation commonly used algorithms include edge detection, threshold segmentation and mathematical morphology and other algorit
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-02
    • 文件大小:11264
    • 提供者:peiili
  1. matlab

    1下载:
  2. ostu图像分割阈值算法,对Ostu图像分割最优阈值进行优化处理,极大缩短了搜索图像阈值计算时间,与传统的枚举法Otsu方法相比,在计算时间上具有显著的优点(OSTU threshold image segmentation algorithm for image segmentation Ostu optimal threshold optimization process, greatly reduces the search image thresholding computation t
  3. 所属分类:图形图像处理

  1. 图像分割

    0下载:
  2. 编写了一个gui界面,可以选择任意待处理的图像,可以实现边缘检测,阈值分割,添加噪声,以及分水岭分割等多种算法分割(A GUI interface is designed, which can select any image to be processed, and can realize edge detection, threshold segmentation, adding noise, and watershed segmentation and other segmentation
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:51200
    • 提供者:happiness2017
  1. test12

    0下载:
  2. 主要使用OSTU进行阈值的选取,然后使用opencv提供的阈值函数对图像进行分割(The main use of OSTU threshold selection, and then use opencv threshold function provided by the segmentation of the image)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:4922368
    • 提供者:遗落的心
  1. matlab实现图像锐化

    1下载:
  2. 使用巴特沃斯高通滤波器实现图像锐化,用sobel算子实现图像分割,阈值分割图像(Using the Butterworth high pass filter to achieve image sharpening, the image segmentation is realized by Sobel operator and the threshold image is segmented.)
  3. 所属分类:图形图象

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:599ygmm
  1. otsu

    0下载:
  2. 基于OSTU实现图像的分割:输入图像与要分割图像的数量(segmentation using Otsu's method)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:3072
    • 提供者:tuzi_Lee123
  1. Otsu

    0下载:
  2. 利用matlab程序编写的图像分割代码,算法为大津阈值算法,效果很好(Using image segmentation code matlab programming algorithm, Otsu threshold algorithm, the effect is very good)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-19
    • 文件大小:46080
    • 提供者:pwp
  1. Tsallis熵图像分割

    1下载:
  2. 一个基于MATLAB环境的图像分割算法,运用最大熵解决图像分割问题。(An image segmentation algorithm based on MATLAB environment is applied to solve the problem of image segmentation using maximum entropy.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:1413120
    • 提供者:vac---
  1. 灰度图像二维otsu自动阈值分割

    0下载:
  2. 一种基于otsu的二维灰度图像分割算法,包括注释和源代码,适合初学者使用。(A two-dimensional gray image segmentation algorithm based on Otsu, including annotation and source code, which is suitable for beginners.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:336896
    • 提供者:vac---
  1. 数字图像处理部分功能

    0下载:
  2. 包括对图像的打开保存、灰度化、滤波、阈值分割、canny算子、腐蚀等(It includes opening, preserving, grayning, filtering, thresholding, Canny operator, etching and so on.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:450560
    • 提供者:地球仪
  1. 二维最大熵与交叉熵结合

    0下载:
  2. 二维的最大熵与交叉熵结合的图像分割算法,有助与提高图像分割中阈值选取的稳定性。(The combination of two-dimensional maximum entropy and cross-entropy is helpful to improve the stability of threshold selection in image segmentation.)
  3. 所属分类:其他

    • 发布日期:2019-12-04
    • 文件大小:93184
    • 提供者:墨墨sky
  1. 2 免疫遗传算法实现图像阈值分割

    2下载:
  2. 免疫算法应用于图像分割,已经通过程序仿真验证。(Immune algorithm applied to image segmentation)
  3. 所属分类:matlab例程

    • 发布日期:2021-02-23
    • 文件大小:123904
    • 提供者:无好先生
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com