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

搜索资源列表

  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. 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理论的图像分割方法-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. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:2778
    • 提供者:sun xuewu
  1. OTSU

    0下载:
  2. 最大类间方差法,图形模板匹配算法,有详细注解,适合新手学习-The most categories variance between law, graphics template matching algorithm, and have the detailed comments, suitable for beginners to learn
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1123
    • 提供者:俞正国
  1. NewOtsuThreshold

    0下载:
  2. 改进经典的otsu算法,使其适应目标所占图像比例较小的情况,使图像分割方法更具有自适应性 -Improve classic otsu algorithm to achieve image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:983
    • 提供者:nhh
  1. dajin

    0下载:
  2. 利用大津算法对焊点图像进行分割,去除多余噪声-Solder joint image segmentation using Otsu algorithm to remove the excess noise
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:903
    • 提供者:
  1. flameDetectionBasedOnOhta

    0下载:
  2. Viusal C++6.0环境下配置opencv1.0采用Otsu算法和Ohta颜色空间对室外环境下的火焰进行准确的分割-Configuration opencv1.0 viusal C++ 6.0 environment using the Otsu algorithm and Ohta color space for accurate segmentation of the flame in the outdoor environment
  3. 所属分类:OpenCV

    • 发布日期:2017-03-24
    • 文件大小:1648
    • 提供者:张宾
  1. IOtssuzipn

    0下载:
  2. 在目标与背景的尺寸比例非常接近时,应用otsu算法分割效果才比较好,因此对目标进行开窗分割非常有意义.也就说在在一定窗口大小内对目标进行otsu分割,窗口之外的图像能不变或者赋为0 程序源码中分别给出了算法.. 可直接使用。 -Very close to the size ratio of the target and background, the application otsu algorithm segmentation is better, so the target window
  3. 所属分类:Special Effects

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

    0下载:
  2. otsu自适应阈值分割算法是在图像图形处理领域中最广泛应用的一种算法。-Otsu adaptive threshold segmentation algorithm is in the field of image and graphics processing the most widely used of an algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1173
    • 提供者:
  1. Otsu-threshold-segmentation

    0下载:
  2. 吴一全等采用灰度级-梯度级构建二维直方图,并提出快速迭代算法。改进的二维Otsu法阈值分割快速迭代算法。-Wu congruent grayscale- gradient level to build a two-dimensional histogram, and a fast iterative algorithm. Improved dimensional Otsu threshold segmentation fast iterative algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2544629
    • 提供者:朱磊
  1. two-dimensional-Otsu-method

    0下载:
  2. 提出了基于二阶广义概率的方法,并通过调整广义概率的参数来提高算法的通用性。-Based on the generalized second-order probability, and to improve the versatility of the algorithm by adjusting the parameters of the generalized probability.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:545026
    • 提供者:朱磊
  1. Otsu-method

    0下载:
  2. 申铉京等提出三维直方图重建和降维的Otsu阈值分割算法。通过重建三维直方图,减弱了噪声干扰,将三维直方图区域划分由八分法改为二分法,使得阈值搜索的空间维度从三维降低到一维。-Shin Hyun Beijing and proposed a three-dimensional histogram reconstruction and dimensionality reduction of the Otsu threshold segmentation algorithm. Weakened by
  3. 所属分类:Special Effects

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

    0下载:
  2. OTSU局部算法,分割前景和背景,挺好的-The OTSU local algorithm, separating foreground and background
  3. 所属分类:Special Effects

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

    1下载:
  2. 实现OTSU分割时算法,对2D彩色或灰度图像进行分割,封装成函数,可以直接调用-OTSU segmentation algorithm, 2D color or grayscale image segmentation, packaged into a function, you can directly call
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-17
    • 文件大小:2619
    • 提供者:木木
  1. ostu

    0下载:
  2. 代码实现大津法算法(OSTU),可以实现对灰度图的二值化(黑白图像)-The code to achieve the the Otsu Algorithm (OSTU), can be achieved binarization of grayscale (black-and-white images)
  3. 所属分类:OpenCV

    • 发布日期:2017-11-08
    • 文件大小:5969656
    • 提供者:刘明
  1. cellprocess4

    0下载:
  2. 使用mathematics 編寫的數字圖像處理程序,測試圖片是顯微鏡下細胞圖片,有區域生長算法 大津算法等,此程序中是細胞計數,病變細胞識別并標記病變細胞的程序。-Digital image processing procedures, using mathematics written test image cells under a microscope images, region growing algorithm Otsu algorithm, this program is the
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-14
    • 文件大小:622166
    • 提供者:xrr144
  1. Otsu-and-pyramid-algorithm

    1下载:
  2. 基于对话框的图像分割和匹配,采用大津阈值分割,金字塔算法模板匹配-Otsu threshold segmentation, based on image segmentation and matching of the dialog box, pyramid algorithm template matching
  3. 所属分类:Special Effects

    • 发布日期:2016-09-05
    • 文件大小:3810304
    • 提供者:胡琮亮
  1. otsu_cv

    0下载:
  2. Otsu算法(大律法或最大类间方差法)的C语言实现,可以直接使用,写的很好-Otsu algorithm (the large Torah or the maximum between-class variance method), C language, can be used directly, write well
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-12
    • 文件大小:725
    • 提供者:Snail
« 1 2 3 4 56 7 8 9 10 11 »
搜珍网 www.dssz.com