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

搜索资源列表

  1. otsu

    0下载:
  2. OTSU法对图像进行二值化处理,并放回阈值-OTSU method of binary image processing, and back into the threshold
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:915
    • 提供者:Gongjinnan
  1. otsu

    0下载:
  2. code for Otsu thresholding
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1008
    • 提供者:sridevi
  1. Otsu-Algorithm

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

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

    0下载:
  2. 二值化otsu,把一幅图像通过ostu方法选择阈值,然后二值化-otsu class image to black and white part
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:920
    • 提供者:bnulihe
  1. Otsu

    0下载:
  2. 采用最大类间方差求解自适应阀值实现图像的分割-Solved by adaptive Otsu threshold segmentation of image
  3. 所属分类:Special Effects

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

    0下载:
  2. 大津法实现图像阈值分割的matlab源程序代码-Otsu Thresholding Image source code matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:900
    • 提供者:陈颖
  1. Otsu

    0下载:
  2. 最大类间方差法的VC++和matlab源程序,还包括其原理介绍的doc文档-Otsu method of VC++ and matlab source, but also introduced the principle document doc
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1606247
    • 提供者:chenying
  1. Otsu-segmentation-method-for-check

    0下载:
  2. 应用最大类间方差方法,对支票印鉴图像进行分割处理-Application of Otsu method, image segmentation seal check
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:166884
    • 提供者:
  1. threshold

    0下载:
  2. 采用最小交叉熵,最大熵,OTSU阈值分割-Using minimum cross entropy, maximum entropy, OTSU thresholding
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:19878
    • 提供者:suifengfei
  1. OTSU

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

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

    0下载:
  2. 自己写的OTSU算法, 已经过简化,用于文档处理-OTSU algorithms, writted by myself, and simplified
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:2039112
    • 提供者:alex
  1. otsu

    0下载:
  2. otsu thresholding method
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:555
    • 提供者:vack
  1. OTSU

    0下载:
  2. OTSU是一种经典的二值化算法,本程序为自己编写的OTSU在matlab下实现方法,可以供初入图像处理的初学者参考,可以直接运行-OTSU is a classic binary algorithm, the procedure for the preparation of their own OTSU under implementation in matlab, image processing can be for beginners entering the reference can
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:18664
    • 提供者:star
  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. otsu

    0下载:
  2. otsu s thresholding implemented as a function code in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2650
    • 提供者:Manju
  1. opencv_Based_otsu

    0下载:
  2. 基于Opencv的otsu自动阈值分割算法-The otsu Opencv based threshold segmentation algorithm automatically
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:1057
    • 提供者:周周
  1. otsu

    0下载:
  2. 用OTSU方法得到灰度图像的分割阈值,输入为灰度图像,输出为阈值-OTSU obtained by using gray-scale image segmentation threshold, the input gray-scale image, the output of the threshold
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:851
    • 提供者:白山
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 41 »
搜珍网 www.dssz.com