搜索资源列表

  1. OTSU方法计算图像二值化的自适应阈值

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

    • 发布日期:2008-10-13
    • 文件大小:1814
    • 提供者:陈其星
  1. OTSU方法计算图像二值化的自适应阈值

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

    • 发布日期:2024-05-27
    • 文件大小:2048
    • 提供者:陈其星
  1. binarybmp

    0下载:
  2. 图像二值化,它是一个全局求取动态阈值的算法,大津法-two binary images, it is a global strike dynamic threshold algorithm, Tianjin France
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:齐晓娟
  1. Ostu.cpp

    0下载:
  2. 本人搜集的Ostu图像二值化的算法,是在MATLAB环境下写的,不过上传的代码是文本格式的,各位可以根据自己需要参照一下-I collect images of two gray value of the algorithm is to write MATLAB environment, But the code is uploaded to the text format, you may need to refer to thems
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:wang
  1. ImgViewer1107

    0下载:
  2. 简单图像算法。支持读取多种图片格式,支持灰度图计算,多种二值化算法(基于熵的自动阀值,自动双阀值二值化),支持图像多种卷积计算(高斯滤波,轮廓提取)-simple algorithm. Photo support multiple read format, the gray level support, a variety of binary algorithm (based on the entropy of the automati
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-27
    • 文件大小:97280
    • 提供者:Ian
  1. pbin

    0下载:
  2. 在系统地分析高精度图像处理的分割算法的基础上,对黑白的图像二值化算法进行了改进 -systematic analysis of the high-precision image processing segmentation algorithm on the basis of The black and white images of two binary algorithm improvements
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-27
    • 文件大小:28672
    • 提供者:beibeidai
  1. bool_transformation

    0下载:
  2. 图像二值化处理,给定图片,用算法进行二值化-image binarization, given photographs, using algorithms Binarization
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-27
    • 文件大小:108544
    • 提供者:xinleifu
  1. FingerPrintBinary

    0下载:
  2. 实现指纹图像二值化的算法,包括全局阈值二值化方法、局部阈值二值化方法、罗希平的基于方向场的二值化方法以及Mehtre B M , Chatterjee B的二值化方法4种不同的二值化方法。-Realize fingerprint image binarization algorithm, including the overall threshold binarization method, local threshold binari
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-27
    • 文件大小:75776
    • 提供者:gdnthuang
  1. HW2

    0下载:
  2. 该程序实现了图像的轮廓提取。综合应用了图像二值化、二值化图像的黑白点噪声滤波、图像的腐蚀和膨胀、图像轮廓提取算法。-The procedure to achieve an image contour extraction. Comprehensive application of the image binarization, binary image of black and white points, noise filtering
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-27
    • 文件大小:2019328
    • 提供者:zhou
  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-05-27
    • 文件大小:1024
    • 提供者:王海兵
  1. shipinotsu

    0下载:
  2. 基于OTSU算法的图像二值化分割,本程序是从视频中截取某一帧来实现。-OTSU algorithm based on binarization image segmentation, the process is from the video fr a mes to achieve a certain interception.
  3. 所属分类:图形图象

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:王忠建
  1. binarization_Algorithm

    0下载:
  2. 图像二值化算法:Otsu算法,Kittler minimum error thresholding算法,Niblack二值化算法。都是很经典的二值化算法,可用于对图像进行二值化,我自己编写的并经过测试正确。附件中有算法使用说明。-Image binarization algorithm: Otsu method, Kittler minimum error thresholding method, and Niblack method.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-27
    • 文件大小:49152
    • 提供者:sdfadf
  1. PictureBinary

    0下载:
  2. 图像二值化处理(使用了几种不同的算法)及灰度直方图显示程序。-Binarization image processing (using several different algorithms) and histogram display program.
  3. 所属分类:GIS编程

    • 发布日期:2024-05-27
    • 文件大小:44032
    • 提供者:郑轩
  1. OTSU

    0下载:
  2. 基于大津算法的阈值分割,图像二值化,处理灰度图像,讲目标和背景分离-Otsu threshold segmentation
  3. 所属分类:图形图象

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:孙琰
  1. erzhihua

    0下载:
  2. 图像二值化变换算法的matlab编程实现-Image Binarization achieve transformation matlab
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-27
    • 文件大小:117760
    • 提供者:spinach
  1. OTSU

    2下载:
  2. OTSU算法,实现图像二值化,matlab实现-OTSU
  3. 所属分类:图形图象

    • 发布日期:2024-05-27
    • 文件大小:76800
    • 提供者:ayaya
  1. test

    1下载:
  2. 图像二值化的一种方法,能适合光照不均匀的情况,代码短效果好,十分好用,一个是wellner原始算法,一个是改进后的算法。-the thresholding algorithom, one is Wellner method,the other is improving Wellner method, it can work well on the uneven light condithion. it s smooth and effe
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-27
    • 文件大小:2025472
    • 提供者:刘玲
  1. D_regionGrow

    0下载:
  2. 用区域增长算法来进行图像分割,图像二值化,是很好的分割算法-With the region growing algorithm for image segmentation, image binarization, is a very good segmentation
  3. 所属分类:图形图象

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:linda
  1. erzhihua

    0下载:
  2. 几篇不错的二值化文章,供大家一起学习。车牌图像二值化算法、多阈值动态二值化算法等。-Binarization several good articles for all to learn together. License plate image binarization algorithm, dynamic multi-threshold binarization algorithm.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-27
    • 文件大小:1910784
    • 提供者:
  1. 二值化-MATLAB

    0下载:
  2. 常用的几个图像二值化算法,包括全局的二值化和局部的二值化算法(This program contains Several commonly used image binary algorithms including global and local binary algorithms.if you want ,just download)
  3. 所属分类:图形图象

    • 发布日期:2024-05-27
    • 文件大小:2048
    • 提供者:flyingMonkey
« 12 3 4 5 6 7 8 9 10 ... 19 »

源码中国 www.ymcn.org