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

搜索资源列表

  1. 阈值分割和轮廓提取

    0下载:
  2. 阈值分割和轮廓提取 源码,对使用阈值法进行图像分割的朋友很有帮助。-thresholding segmentation and contour extraction source, the use of the threshold value method for image segmentation helpful friends.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:203830
    • 提供者:jia
  1. 细胞图像阈值分割源代码

    0下载:
  2. 细胞图像阈值分割源代码
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2009-04-24
    • 文件大小:995
    • 提供者:lxr0530
  1. 基于Mean Shift的阈值分割

    1下载:
  2. 阈值分割算法是一种将灰度图像转化为二值图像的简单有效的方法,但是由于需处理图像的复杂性,常常使得阈值分割算法中阈值的选取问题无法很好解决。针对这个问题,在进行阈值化处理之前,我们先借助Mean Shift算法的分割特性将灰度值相近的元素进行聚类,然后,在此基础上应用阈值分割算法,达到将图像与背景分离的目的。 简单来说,基于Mean Shift的图像分割过程就是首先利用Mean Shift算法对图像中的像素进行聚类,即把收敛到同一点的起始点归为一类,然后把这一类的标号赋给这些起始点,同时把包含像素
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2009-06-20
    • 文件大小:844
    • 提供者:cathy2007
  1. 一维最大熵阈值分割算法

    1下载:
  2. 一维最大熵阈值分割算法实现
  3. 所属分类:图形图像处理(光照,映射..)

  1. 自适应阈值法分割图像

    2下载:
  2. 本代码是自适应阈值法分割图像的典型源码,对运动目标检测及提取等非常实用。
  3. 所属分类:源码下载

    • 发布日期:2010-09-21
    • 文件大小:105456
    • 提供者:208zwl@163.com
  1. Ostu图像阈值分割算法IDL程序

    3下载:
  2. Ostu图像阈值分割算法IDL程序
  3. 所属分类:源码下载

  1. 二维直方图熵阈值法

    3下载:
  2. 计算图像的二维直方图,通过信息熵算法确立阈值,以此为依据对图像进行分割。
  3. 所属分类:matlab例程

    • 发布日期:2011-03-29
    • 文件大小:1170
    • 提供者:zxcbit@126.com
  1. matlab实现自适应图像阈值分割

    0下载:
  2. matlab实现自适应图像阈值分割
  3. 所属分类:文档资料

  1. 阈值分割迭代法0

    0下载:
  2. %基于贝叶斯分类算法的图像阈值分割
  3. 所属分类:源码下载

    • 发布日期:2011-12-11
    • 文件大小:59874
    • 提供者:prince726
  1. opencv阈值分割轮廓提取等图像基本处理源程序,已验证,均可使用

    2下载:
  2. 利用opencv和C++结合使用的,对图像进行阈值分割、轮廓提取和模糊增强等。
  3. 所属分类:图形图象

  1. auto_T.rar

    1下载:
  2. 对图像进行自动的阈值分割处理,是比较经典的图像分割方法,适合图像二值化,Automatic image threshold segmentation of the deal, which is a more classic image segmentation methods, suitable image binarization
  3. 所属分类:Special Effects

    • 发布日期:2015-05-24
    • 文件大小:2220
    • 提供者:dd
  1. QGA_image_segmentation

    1下载:
  2. 量子遗传算法最大熵法图像多阈值分割程序下载。阈值的个数直接指定即可。-image segmentation based on quantum-inspired genetic algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-26
    • 文件大小:15282
    • 提供者:付晓薇
  1. MaxEntrophy

    0下载:
  2. 实现了基于图像的最大熵阈值分割,具有非常好的效果。-realize the split of the MaxEntrophy of the picture
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5281209
    • 提供者:he
  1. bayesthresholding

    0下载:
  2. 这个代码是基于贝叶斯的阈值分割,很有用的-This code is based on the Bayesian threshold segmentation, very useful
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1884482
    • 提供者:
  1. automatic

    0下载:
  2. matlab程序,自动多阈值分割,本方法较好用适合,经本人亲自验证-matlab program, automatic multi-threshold segmentation, the method used for good, I personally verified by the
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:43490
    • 提供者:tinge
  1. myIterative

    0下载:
  2. 迭代法阈值分割,迭代法自动计算最优阈值。已经写成函数形式,输入灰度图,输出分割好后的阈值图。-Threshold segmentation iterative method, iterative method for automatically calculating the optimal threshold. Function has been written in the form of input grayscale output partition threshold after a
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1126
    • 提供者:fang
  1. Entropy_Max_2D

    0下载:
  2. 用于实现灰度图像阈值分割的二维最大熵方法,很好用,希望对大家有帮助。-Used to achieve gray image threshold segmentation of the two-dimensional maximum entropy method, matlab source.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:956
    • 提供者:sanmu
  1. tuxiangfenge

    0下载:
  2. 此原码包含两部分:标识物体测量面积和周长,阈值分割和轮廓提取。-This source code contains two parts: marking objects measuring the area and perimeter, threshold segmentation and contour extraction.
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:370415
    • 提供者:zhangjie
  1. Yuzhifenge

    0下载:
  2. 图像阈值分割,包括:直方图门限选择、半阈值选择和迭代阈值。图像边缘提取,包括:轮廓提取、边界跟踪和区域增长-Image threshold segmentation, including: histogram threshold selection, quasi-threshold selection and iterative thresholds. Image Edge Detection, including: contour extraction, boundary tracking a
  3. 所属分类:Special Effects

    • 发布日期:2015-07-17
    • 文件大小:223875
    • 提供者:yutao
  1. zds

    0下载:
  2. 基于最大信息熵原理,对灰度图像进行阈值分割-Based on maximum entropy principle, the gray-scale image threshold segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:794
    • 提供者:ryan
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com