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

搜索资源列表

  1. featuresandOtsu

    0下载:
  2. 包含完整的大津法二值化算法,计算图像的二阶距-Act contains a complete Otsu binarization algorithm to calculate the image of the second-order distance
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:13981
    • 提供者:sharon
  1. Image_process

    0下载:
  2. 1.对比度增强:计算并显示图像直方图,直方图均衡; 2.图像分割:Otsu算法; 3.二值图像的数学形态学开闭运算。要求对输入图像二值化,然后实现腐蚀膨胀,最后调用腐蚀膨胀实现开闭。至少给出两种不同形状和大小的结构元素。 -1. Contrast Enhancement: Calculate and display the image histogram, histogram equalization 2. Image Segmentation: Otsu algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:91339
    • 提供者:陈聪群
  1. xyjpic1

    0下载:
  2. 此代码实现了24位图的,加载,灰度化,大津法二值化,以及保存处理后的位图。以及对位图的截屏。-This code implements a 24-bit map, loading, gray-oriented, Otsu binarization method, and the preservation of processed bitmap. As well as the cut-off screen bitmap.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3942514
    • 提供者:wushixu
  1. RGB2BW_t

    0下载:
  2. 最大类间方差比 确定二值化的阈值 效果不错 完全原创-Otsu binarization compared to determine the threshold of good results completely original
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:583
    • 提供者:zb
  1. Imgcx

    0下载:
  2. 基于VisualC++ 实用图像处理一书中的Imgcx学习版模板,自行添加了一些图像处理功能。有显示直方图,大津法二值化,扩大缩小,膨胀,腐蚀等等功能,仅对灰度bmp图像有效。-VisualC++ based image processing a practical book Imgcx learning version of the template, itself added some image processing functions. Showing the histogram, Ot
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:8145213
    • 提供者:lifa
  1. 89437157bc4e

    0下载:
  2. 二值化算法的经典算法:大津法Matlab源码,有较高的参考价值-Classical binarization algorithm algorithms: Otsu Matlab source code, have a high reference value
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:27248
    • 提供者:Kelly
  1. fe

    0下载:
  2. otsu binarization and features
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:716
    • 提供者:rajan
  1. Otsu-Algorithm

    0下载:
  2. Image binarization using Otsu algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:458993
    • 提供者:aaaadddiii
  1. otsuadaptivethredholding

    0下载:
  2. otsu自适应阈值分割 用于图像分割二值化-otsu adaptive thresholding segmentation for image binarization
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2027
    • 提供者:wujieqiong
  1. OTSU

    0下载:
  2. 大津法对图像进行二值化,实验证明效果很好-Otsu method for image binarization, the experiments show good results
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1156
    • 提供者:陈伟
  1. ImageBinaryzation

    0下载:
  2. image_binaryzation.m : 图像二值化主函数,调用otsu、kittler otsu.m : 类判别分类法(otsu全局二值化算法) kittler : 最小分类错误(minimum error thresholding)全局二值化算法 image_refining.m : 图像细化主程序,调用otsu、refining refining.m : 计算骨架的一种实用方法对图像进行细化 coins.bmp lenna.bmp woman_
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:722208
    • 提供者:许胜强
  1. ImageBoundaryExtraction

    0下载:
  2. 该文件夹中有六个M文件,说明如下: boundary_extraction.m : 目标区域边界抽取主函数,其中调用ostu、four_neighbor、eight_neighbor、globe_graph otsu.m : 类判别分类法(otsu全局二值化算法) four_neighbor.m : 四邻域法边界抽取 eight_neighbor.m : 八邻域法边界抽取 globe_graph.m : 全局检测法边界抽取 area_peri.m : 目标区域
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:255348
    • 提供者:许胜强
  1. depthofimagegenerati

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

    • 发布日期:2017-04-07
    • 文件大小:213599
    • 提供者:zhangxinran
  1. Otsu

    0下载:
  2. matlab 采用OTSU方法实现灰度图像二值化-OTSU method using gray image binarization
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1129
    • 提供者:kk
  1. Binarization-Transformation

    0下载:
  2. 图像处理源程序,实现二值化变换,经一幅图像灰度化后,变成二值化图像,包括大津法、最大类间方差法、一般阈值法、及文本识别最有用的Niblack法-Image processing program and realized binarization transformation, after by a gray-scale image into binary image, including the Otsu method, Otsu method, the general threshold, a
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2905849
    • 提供者:Robert
  1. Otsu

    0下载:
  2. 最大类间方差法实现二值化,基于VC++平台的图像处理基本方法,使用OPENCV进行数据操作-The maximum between-class variance method to achieve binarization, VC++ platform-based image processing of the basic method of use OPENCV data manipulation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:619
    • 提供者:李宗阳
  1. ostu

    0下载:
  2. 使用大津法选定二值化阈值,并对彩色图像做二值化处理-Otsu binarization threshold is selected, and the color images do binarization processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5702629
    • 提供者:丁平尖
  1. Otsu

    0下载:
  2. 利用BCB讀取圖片轉為灰階圖案 並且進行Otsu s二值化 此方法是一常用之圖像二值化處理方法-BCB read the image into grayscale pattern and Otsu' s binarization method is a commonly used image binarization
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1031762
    • 提供者:陳韋儒
  1. otsu.matlab

    0下载:
  2. 这是otsu算法的matlab版,可以对图像进行自动二值化处理。-Otsu algorithm matlab version, automatic binarization processing of the image.
  3. 所属分类:assembly language

    • 发布日期:2017-11-04
    • 文件大小:855
    • 提供者:吴燕超
  1. OTSU

    0下载:
  2. 大津法确定图像二值化阈值,为MATLAB语言编写的M文件, 可直接使用-Otsu method to determine the threshold image binarization
  3. 所属分类:Graph program

    • 发布日期:2017-11-17
    • 文件大小:574
    • 提供者:ChengLi
« 1 23 4 5 »
搜珍网 www.dssz.com