搜索资源列表

  1. 图像分割Otsu算法

    0下载:
  2. 实现自动阈值选取图像分割算法——Otsu算法。

  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-12-01
    • 文件大小:880
    • 提供者:jungweiht
  1. 图像OTSU分割算法实现C源代码

    0下载:
  2. 图像分割的OTSU算法,高效实用。
  3. 所属分类:源码下载

  1. otsu算法

    1下载:
  2. otsu 最大间类分割法分割红外图像,代码可以运行,附带结果图。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2011-05-09
    • 文件大小:50515
    • 提供者:sukey123
  1. 改进的OTSU局部递归算法

    1下载:
  2. 改进的OTSU局部递归算法-improve the local recursive algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-29
    • 文件大小:263168
    • 提供者:狐狸
  1. OTSU

    0下载:
  2. OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。-OTSU algorithm can be calculated adaptive threshold (for conversion to gray scale images binary images), a simple
  3. 所属分类:图形图象

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:林宏津
  1. 大津法阈值分割(otsu)

    0下载:
  2. 个人搜集的两个大津法阈值分割算法(otsu算法),已通过测试-personal collection of two large Zimbabwe law thresholding segmentation algorithm (Otsu algorithm), have passed the test
  3. 所属分类:图形图象

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:王雷
  1. OTSU方法计算图像二值化的自适应阈值

    0下载:
  2. OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value
  3. 所属分类:图形图象

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:陈其星
  1. Otsu算法(灰度图像的域值分割)的C++类实现

    0下载:
  2. Otsu算法(灰度图像的域值分割)的C++类实现.-Otsu algorithm (grayscale image segmentation domain) Category C to achieve.
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:zhou
  1. otsu

    0下载:
  2. OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。-Otsu algorithm can be said to be adaptive to calculate the single threshold (for converting images to gray scale image 2) s
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:dfsf
  1. OTSU

    0下载:
  2. 计算有效区域内的OTSU值: 通过标记图像,求取原图像中被标记的区域的OTSU阈值-Calculation of the effective region OTSU value: By marking images, to strike the original image of the region is marked OTSU threshold
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:sdf
  1. otsu

    0下载:
  2. 这是本人下载和编译过的关于大津法二值化的matlab代码,效果比较好,可以作为分割的有效辅助-This is, I downloaded and compiled on the Otsu binarization method of matlab code, the effect is better, can be used as an effective auxiliary partition
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:黄玉
  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-04-29
    • 文件大小:53248
    • 提供者:庞德文
  1. Otsu

    0下载:
  2. Otsu算法(灰度图像的域值分割)的C++类实现-Otsu algorithm (gray image segmentation of the domain) of the C++ Category realize
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:zhutao
  1. Otsu

    0下载:
  2. 用C++实现的OTSU大津阈值分割方法,使用的是图像的全局阈值-With C++ Realize the OTSU Otsu threshold segmentation method, using images of the overall threshold
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:李艳
  1. Otsu

    0下载:
  2. Otsu算法(灰度图像的域值分割)的C++类实现-Otsu algorithm (gray image segmentation of the domain) of the C++ Category realize
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:zht
  1. otsu

    0下载:
  2. Compute a segmented image (Iseg) containing n classes by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection Method from Gray-Level Histograms, IEEE Trans. Syst. Man Cybern. 9:62-66 1979). -Compute a seg
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:fangfei_666
  1. Otsu

    0下载:
  2. 在目标和背景的尺寸比例很接近时,应用otsu算法分割效果才比较好,因此对目标进行开窗分割很有意义.也就说在一定窗口大小内对目标进行otsu分割,窗口之外的图像可以不变或者赋为0 程序中分别给出了算法.-In the target and background is very close to the size of the ratio, the application of Otsu segmentation algorithm is
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:110592
    • 提供者:李成
  1. OTSU(3)

    0下载:
  2. 大津法由大津于1979年提出,对图像Image,记t为前景与背景的分割阈值,前景点数占图像比例为w0, 平均灰度为u0;背景点数占图像比例为w1,平均灰度为u1-Otsu method by Otsu in 1979 suggested that the image Image, remember t for the foreground and background segmentation threshold, the prospe
  3. 所属分类:图形图象

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:wangyi
  1. OTSU

    0下载:
  2. OTSU 算法,自适应计算单阈值对输入的灰度图像的直方图进行分析,将图像二值化。-OTSU算Yang,自适Beckmannia算such as the number of阈值Qin Huai 入 cavity threshold standard像only source of standard vehicles直cavity shallow Pleiades Xu, Wei Zhao值old woman像standard 。
  3. 所属分类:图形/文字识别

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:王海兵
  1. otsu

    0下载:
  2. otsu算法应用于图像分割--图像分割-直方图-Otsu algorithm is applied to image segmentation image segmentation- Histogram
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:Lyf
« 12 3 4 5 6 7 8 9 10 ... 44 »

源码中国 www.ymcn.org