CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - otsu binarization

搜索资源列表

  1. binarization_Algorithm

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

    • 发布日期:2013-11-25
    • 文件大小:47.86kb
    • 提供者:sdfadf
  1. Binarization

    0下载:
  2. 数字图像处理,用大津算法对图像进行二值化处理,VC/MFC实现。-Digital image processing, with the Otsu algorithm to the image binarization, VC/MFC implementation. 朗读显示对应的拉丁字符的拼音 字典- 查看字典详细内容 翻译以下任意网站Nord-Cinema-法国Venezuela Tuya-西班牙语Museo del Prado-Digital image processin
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:660.28kb
    • 提供者:凌潇然
  1. OTSU

    0下载:
  2. 基于opencv2.3的大津法自适应阈值二值化算法的代码C++。含测试图片,已编译。很好用,代码一目了然,易懂。-Based on the opencv2.3 OTSU method adaptive threshold binarization algorithm C++ code. Including test images, compiled. Very good, the code be clear at a glance, to understand.
  3. 所属分类:Special Effects

    • 发布日期:2017-10-30
    • 文件大小:8.25mb
    • 提供者:lee
  1. OTSU

    0下载:
  2. 利用最大类间方差法(OTSU)求出对图像进行二值化处理的最佳阈值,从而进行图像二值化处理。 -Using the maximum between-class variance method (OTSU) obtained image binarization best treatment threshold, and thus image binarization treatment.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:2.19kb
    • 提供者:zhangjie
  1. otsu

    0下载:
  2. otsu算法实现,可以自适应获取阈值,对图像进行二值化。里面配有图像均衡化的程序一起使用,效果更好-otsu algorithm, you can get adaptive threshold for image binarization. Which is equipped with image-based program used in conjunction with a balanced, better
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1.13kb
    • 提供者:Andy
  1. 2

    0下载:
  2. 有開關PCX檔案 放大縮小n倍 還有旋轉圖片 Contrast Stretching即時控制 畫直方圖 Otsu二值化 bit plane gray code 浮水印 Histogram equalitation-PCX files are switch n times zoom Contrast Stretching also rotate the picture painted real-time control histogram Otsu Binarization bit plane
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:863.83kb
    • 提供者:hahaha
  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
    • 文件大小:3.76mb
    • 提供者:wushixu
  1. RGB2BW_t

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

    • 发布日期:2017-03-31
    • 文件大小:583byte
    • 提供者: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
    • 文件大小:7.77mb
    • 提供者:lifa
  1. Otsu-Algorithm

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

    • 发布日期:2017-04-17
    • 文件大小:448.24kb
    • 提供者:aaaadddiii
  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 into two parts, making the maxim
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1.47kb
    • 提供者:王晓波
  1. OTSU

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

    • 发布日期:2017-04-05
    • 文件大小:1.13kb
    • 提供者:陈伟
  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
    • 文件大小:705.28kb
    • 提供者:许胜强
  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
    • 文件大小:249.36kb
    • 提供者:许胜强
  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
    • 文件大小:2.77mb
    • 提供者: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
    • 文件大小:619byte
    • 提供者:李宗阳
  1. binarization

    2下载:
  2. 该文件夹中有四个matlab文件,说明如下: binariztion.m: 二值化主程序,分别调用下面三种二值化算法。 otsu.m: 表示otsu全局二值化算法。 kittlerMet.m: 表示kittler 最小分类错误(minimum error thresholding)全局二值化算法。 niblack.m: 表示niblack局部二值化算法。 coins.bmp: 原始灰度图片。 coins_bw_otsu.bmp: otsu全局二值化结果。
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:54kb
    • 提供者:小米
  1. ostu

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

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

    0下载:
  2. 图像处理的大津法二值化求阈值的算法,纯c,基本整数运算,还可以进一步优化-Otsu binarization threshold required image processing algorithms, pure c, basic integer arithmetic, can be further optimized
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1.61kb
    • 提供者:jdf35ffe
  1. Binarization

    0下载:
  2. 该文件夹中是三种二值化算法的matlab代码,其中有otsu二值化。-This folder are three binarization algorithm matlab code, which otsu binarization
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:49.3kb
    • 提供者:朱健
« 12 3 »
搜珍网 www.dssz.com