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

搜索资源列表

  1. 自动多阈值分割

    1下载:
  2. 用Matlab编写的自动多阈值分割程序,分割图像之前采用自动平滑图像-prepared using Matlab automatic threshold segmentation procedures, image segmentation before the introduction of automatic image smoothing
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2216
    • 提供者:马文
  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. 多种图像边缘检测与分割处理

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

    • 发布日期:2008-10-13
    • 文件大小:41953
    • 提供者:何问宇
  1. 图像分割中阈值的设置

    0下载:
  2. 图像分割中阈值的设置
  3. 所属分类:matlab例程

    • 发布日期:2009-02-18
    • 文件大小:300
    • 提供者:kexilily
  1. 二维直方图熵阈值法

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

    • 发布日期:2011-03-29
    • 文件大小:1170
    • 提供者:zxcbit@126.com
  1. 图像处理中 各种阈值分割的基本算法的实现

    0下载:
  2. 图像处理中 各种阈值分割的基本算法的实现,包括双峰法 迭代法 大金法(ostu)等等,A variety of image processing in the basic threshold segmentation algorithm, including the bimodal method, iteration method, Daikin (ostu), etc.
  3. 所属分类:matlab例程

    • 发布日期:2017-03-22
    • 文件大小:3294
    • 提供者:
  1. example4_good

    1下载:
  2. 灰度图像的二维Otsu自动阈值分割法 matlab源程序,这个程序不错,还能计算时间和二维直方图-Two-dimensional gray image segmentation Otsu automatic thresholding matlab source, this procedure well, but also the computing time and two-dimensional histogram
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:792
    • 提供者:lj
  1. MatlabRidgeDetection

    0下载:
  2. Matlab多种图像边缘检测方法 1、用Prewitt算子检测图像的边缘 2、用不同σ值的LoG算子检测图像的边缘 3、用Canny算子检测图像的边缘 4、图像的阈值分割 5、用水线阈值法分割图像 6、对矩阵进行四叉树分解 7、将图像分为文字和非文字的两个类别 8、形态学梯度检测二值图像的边缘 9、形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-Matlab a variety of image edge detection method 1, u
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:8662
    • 提供者:
  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. 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. iga1

    2下载:
  2. 使用免疫遗传算法对图像进行单阈值分割,比较简单,适合初级学者参阅!-Immune genetic algorithm using image segmentation single, relatively simple, suitable for junior scholars see!
  3. 所属分类:matlab

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

    0下载:
  2. 在MATLAB开发平台上,在做图像的处理进行分割时,可采用迭代法求阈值进行分割。-In the MATLAB development platform to do image processing in the segmentation, the iterative method can be used to segment the threshold requirements.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:617
    • 提供者:hitler
  1. Otsu

    0下载:
  2. 大津法实现图像阈值分割的matlab源程序代码-Otsu Thresholding Image source code matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:900
    • 提供者:陈颖
  1. ostu阈值分割法

    0下载:
  2. 这是一个利用大津阈值法进行自适应分割的程序,效果很不错,你值得拥有,采用matlab编写
  3. 所属分类:matlab例程

    • 发布日期:2016-04-14
    • 文件大小:1223
    • 提供者:shibie@163.com
  1. 图像分割最小误差法

    2下载:
  2. 最小误差法是一种较为常用的自动阈值分割方法,此方法来源于Bayes最小误差分类方法。通常以图像中的灰度为模式特征,假设各模式的灰度是独立分布的随机变量,并假设图像中待分割的模式服从一定的概率分布,则可以获得满足最小误差分类准则的最佳阈值分割。 该算法主要思想是假设图像中只存在背景和目标两种模式,根据目标和背景像素占图像总像素的百分比求出其混合概率密度,选定一个阈值T;再根据将目标像素点错划为背景像素点的概率和把背景像素点错划为目标的概率求出总的错误概率,那么最佳阈值就是使总错误概率最小的阈
  3. 所属分类:matlab例程

  1. yuzhi

    0下载:
  2. 自编程序,实现阈值分割算法,图片来源于系统自带,可运行(Self compiled program to achieve threshold segmentation algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:69632
    • 提供者:0126
  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. 细胞分割(大津阈值)整套程序(仅代码)

    1下载:
  2. 细胞分割(大津阈值)整套程序(仅代码)仅供参考,并非对所有图像试用,资源分享。
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:647
    • 提供者:FLUPPY
  1. 新建文件夹

    0下载:
  2. 迭代法图像分割,实现图像的阈值分割,算法简单好用。(Iterative method of image segmentation, image thresholding, the algorithm is simple and easy to use.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-04
    • 文件大小:1024
    • 提供者:羲和丶618
  1. 基于阈值分割的车牌定位识别MatLab实现

    1下载:
  2. 本设计基于阈值分割的方法实现车牌号码的定位与识别。利用Matlab仿真平台给出仿真例程及结果。(This design realizes the location and recognition of license plate number based on threshold segmentation method. The simulation routine and results are given by using the simulation platform of matlab.
  3. 所属分类:matlab例程

    • 发布日期:2020-06-26
    • 文件大小:4675584
    • 提供者:Cocoacili
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com