搜索资源列表

  1. otsu-method

    0下载:
  2. 两次利用大津法对图像进行分割,将前景与背景,白色区与背景分割开,并二值化。-Otsu method twice using image segmentation, the foreground and background, white background area and separate, and binary.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:budongwei
  1. otsu

    0下载:
  2. traditional otsu threshold algorithm imlementation used in image processing
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:yilmaz urgun
  1. otsu

    0下载:
  2. otsu 阈值分割代码 ,可以设置分割的类别数-otsu segmentation code, you can set the number of separate categories
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:33792
    • 提供者:zhang
  1. otsu

    0下载:
  2. 这是个关于图像大津法分割算法的源程序,在matlab上实现。-This is about image segmentation algorithm of Otsu' s source code, in matlab to achieve.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:38912
    • 提供者:yiweibo
  1. otsu

    0下载:
  2. 最大类间方差法,对图像进行分割,得到二值化图像。-an image segmentation method using otsu s method
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:王雅霄
  1. otsu

    0下载:
  2. 自动单阈值分割OTSU算法的C语言实现方法-OTSU automatic single-threshold segmentation algorithm C language method
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:20480
    • 提供者:李向阳
  1. Otsu

    0下载:
  2. otsu算法的实现,自适应最佳阈值图像分割方法,最大类间方差算法-otsu algorithm, adaptive optimal threshold image segmentation method, Otsu Algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:62464
    • 提供者:duhongwei
  1. PCNN---2D-OTSU

    0下载:
  2. 给出了基于2D-OTSU算法的PCNN自动循环迭代源代码,用于图像分割,效果良好。-PCNN code for image segmentation based on 2D-OTSU
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:辛国江
  1. otsu

    0下载:
  2. otsu threshold, run on image to get value, then do binary thresholding
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:kkk
  1. otsu

    0下载:
  2. Otsu method of preproceesing in java
  3. 所属分类:游戏

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:sutha r
  1. otsu

    0下载:
  2. 经典的大津otsu算法在matlab中的实现程序,每一步都是经典步骤。-Otsu classical Otsus algorithm in matlab implementation process, each step is the classical steps.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:lucun
  1. otsu

    0下载:
  2. 图像二值化经典算法最大类间方差法的matlab程序。-Algorithm for image binarization classic Otsu method matlab program.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:年后
  1. OTSU-code

    0下载:
  2. 国外经典OTSU代码,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。-classic otsu code
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:石秀梅
  1. otsu

    0下载:
  2. 基于粒子群算法的(pso)的otsu图像分割算法,效果很好,不可多得哦-Based on particle swarm optimization (pso) of otsu image segmentation algorithm, the effect is very good, rare oh
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:12288
    • 提供者:lj
  1. OTSU

    0下载:
  2. OTSU方法计算图像二值化的自适应阈值,算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。 -OTSU method of adaptive image binarization threshold, the algorithm of the input histogram analysis of gray image, the histogram is divided in
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:王晓波
  1. otsu

    0下载:
  2. 优化后的OTSU算法,适用于图像分割 适用于二维图像-OTSU optimized algorithm for image segmentation applied to two-dimensional image
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:yan
  1. otsu

    0下载:
  2. 一种改进的基于Otsu理论的图像分割方法,从算法运行速度和分割效果两方面对最大类间方差法进行改进-An improved Otsu-based theory of image segmentation methods, from the algorithm speed and segmentation results both on the maximum between-class variance method to improve
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:53248
    • 提供者:wangcong
  1. otsu

    0下载:
  2. otsu法二值化图像,附源代码,用MATLAB实现。-otsu Law binary image, with source code in MATLAB.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:天马行空
  1. otsu-and-interation

    0下载:
  2. 基于大津法和迭代法进行图像分割,分割结果较好-image segmentation based on otsu and interation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:59392
    • 提供者:yaojack
  1. Otsu(opencv)

    0下载:
  2. 基于opencv2.2的大津法分割,大津法是一种自适应的阈值分割方法,应用较广,按灰度特性,将图像分为背景和目标两部分,是二值化的图像。本代码需要先行安装opencv2.2-The Otsu method based opencv2.2 split, Otsu method is an adaptive thresholding method, used widely, according to the gray-scale featu
  3. 所属分类:OpenCV

    • 发布日期:2024-05-16
    • 文件大小:6191104
    • 提供者:
« 1 2 34 5 6 7 8 9 10 ... 44 »

源码中国 www.ymcn.org