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

搜索资源列表

  1. ImgViewer1107

    0下载:
  2. vc++6.0 MFC OTSU sobel robert prewitt 算法-vc++6.0 MFC OTSU sobel robert prewitt algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:111943
    • 提供者:muyirui
  1. segmentation

    0下载:
  2. 本代码主要讲传统的图像分割算法与现代智能理论相结合来提高图像分割的效能,并将其运用到智能交通的道路分割中。代码为运用最大类间方差遗传算法进行道路分割。-The code is mainly about the traditional image segmentation algorithm combines with modern intelligence theory to improve the performance of image segmentation, and apply it
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:149042
    • 提供者:
  1. fengefangfa

    0下载:
  2. 分割代码。大津法。还有Berson算法。-Split code. Otsu. There Berson algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1984
    • 提供者:
  1. fenge

    0下载:
  2. 迭代法和二位otsu法图像阈值分割算法,亲测可用-2D-otsu image segmentation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1636
    • 提供者:张恒
  1. Binarization

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

    • 发布日期:2017-03-31
    • 文件大小:50487
    • 提供者:朱健
  1. segmention

    0下载:
  2. 针对图像的各种阈值分割算法。迭代,otsu,最大熵,类间最大距离法,最大类内类间方差比法等-Segmentation algorithm for various thresholds of the image. Iteration between otsu, maximum entropy, maximum class distance method, among the largest category within the class variance ratio method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:201944
    • 提供者:刘睿
  1. FindOtsuDraw

    0下载:
  2. otsu算法填充去除不规则的图形; -otsu filling algorithm to remove irregular pattern otsu filling algorithm to remove irregular pattern
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2508127
    • 提供者:melody
  1. Des33332ktop

    0下载:
  2. matlab源码-最大类间方差算法求解自适应阈值 可以作为参考使用,在学习的过程中 -matlab source- Otsu adaptive threshold algorithm can be used as a reference, in the learning process
  3. 所属分类:Wavelet

    • 发布日期:2017-04-06
    • 文件大小:11849
    • 提供者:肖恒
  1. tu-xiang-chu-li2

    0下载:
  2. 程序代码Roberts算子分割结果,Otsu法阈值分割图像,分水岭算法-Roberts operator code segmentation, Otsu thresholding method image, watershed algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:112043
    • 提供者:song
  1. Image-thresholding

    0下载:
  2. 【图像算法】七种常见阈值分割代码-Otsu、最大熵、迭代法、自适应阀值、手-Image thresholding algorithm seven common code-Otsu, maximum entropy, iterative, adaptive threshold, and other seven algorithm code once packed
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:153453
    • 提供者:卢少波
  1. pso

    0下载:
  2. 基于一维otsu图像分割的pso优化算法-One dimensional Otsu PSO optimization algorithm based on image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:774
    • 提供者:三张
  1. otsufenge

    1下载:
  2. otsu分割算法的一维和二维程序代码,还有关于这个算法的PPT-otsu segmentation of one- and two-dimensional code, and PPT on this algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4397154
    • 提供者:lxn8888
  1. OTSU_BMPtoBIN

    1下载:
  2. 大律法(OTSU)灰度图像阈值提取算法(C语言实现)。文件中已经有已经编译好的可执行文件,可以批量把灰度图片转化成二值化的二进制图像文件,可用于LCD显示屏视频动画的开发(例如Badapple)。 阀值是图像二值化处理中非常重要的一个参数,意思就是:如果灰度图像的像素颜色值大于该阀值就把该点当作黑色,小于该阀值就把改点当作白色。最简单的做法就是把阀值取为127(255的一半),但是这种做法是不科学的,处理后的二值化图像效果也很不理想。关于阀值的选取是一门很深的学问,有很多经典的算法用于选取该
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:404179
    • 提供者:WHJWNAVY
  1. fish_centriod

    0下载:
  2. 通过OTSU算法自适应分割,获取鱼体目标,获得连通区域质心-By OTSU adaptive segmentation algorithm to obtain the target fish, get connected region centroid
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:977
    • 提供者:penny
  1. GAaOtsu

    2下载:
  2. 使用基于遗传算法的最大类间方差法对图像进行分割-Image segmentation using Otsu method based on genetic algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2925
    • 提供者:yang
  1. aoginat

    0下载:
  2. A novel pixel gray stretch in wavelet domain and rapid image threshold segmentation algorithm is proposed in view of the case that there is no visible double peak histogram in uneven illumination image. Firstly , it stretch the image gray a
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-13
    • 文件大小:2849499
    • 提供者:杨松
  1. otsu_

    0下载:
  2. otsu法(最大类间方差法,有时也称之为大津算法)使用的是聚类的思想,把图像的灰度数按灰度级分成2个部分,使得两个部分之间的灰度值差异最大,每个部分之间的灰度差异最小,通过方差的计算来寻找一个合适的灰度级别 来划分。-Image segmentation in the common thresholding based on the ostu algorithm is the most commonly used image segmentation algorithm.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-05
    • 文件大小:15132
    • 提供者:王者
  1. two_threads_otsu

    0下载:
  2. 基于VS编写的二阈值OTSU图像分割算法。应用opencv。适用于图像分割入门学习。-Two threshold OTSU image segmentation algorithm based on VS. Application opencv. Suitable for image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-17
    • 文件大小:7630848
    • 提供者:liusiyan
  1. three_threads_otsu

    0下载:
  2. 基于VS编写的3阈值OTSU图像分割算法。应用opencv。适用于图像分割入门学习。-3 threshold OTSU image segmentation algorithm based on VS. Application opencv. Suitable for image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-17
    • 文件大小:7453696
    • 提供者:liusiyan
  1. four_otsu

    0下载:
  2. 基于VS编写的4阈值OTSU图像分割算法。应用opencv。适用于图像分割入门学习。-4 threshold OTSU image segmentation algorithm based on VS. Application opencv. Suitable for image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-11
    • 文件大小:7664012
    • 提供者:liusiyan
« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com