CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Otsu Thresholding

搜索资源列表

  1. fcm

    0下载:
  2. this code is thresholding image with fuzzy c-meam thresholding, it good result than Otsu method.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:22.8kb
    • 提供者:javad
  1. otsuiteratif

    0下载:
  2. Iterative Otsu Thresholding Algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.13kb
    • 提供者:cinli emo
  1. Otsu_Thresholding

    0下载:
  2. This algorithm is an implementation of Otsu thresholding technique based on the minimization of inter-class variance [otsu79].
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:14.78kb
    • 提供者:Han
  1. OtsuThreshold

    0下载:
  2. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:285.7kb
    • 提供者:李斌
  1. otsuDemo

    0下载:
  2. good source about otsu thresholding in image processing
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-08
    • 文件大小:378.34kb
    • 提供者:ane
  1. grayhist

    0下载:
  2. 最大类间方差法对图像进行阈值分割,是一种自适应的阈值确定方法-Otsu method for image thresholding, the threshold is an adaptive method for determining
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1.29mb
    • 提供者:刘一
  1. OtsusThresholding

    0下载:
  2. Otsu s Thresholding implementation in C#. Works merely on grayscale image.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:54.01kb
    • 提供者:Alexander
  1. OtsuThresholdS2V2.1

    0下载:
  2. Otsu Thresholding APplied
  3. 所属分类:CSharp

    • 发布日期:2017-12-06
    • 文件大小:286.88kb
    • 提供者:Bhagya
  1. AOTSUzipt

    0下载:
  2. 利用二维属性直方图的Otsu自动阈值分割方法 提出了二维属性直方图的概概念 ,进而提出了一种基于二维属性直方图的图像自动阈值化方法 有利于写论文 -The use of the histogram properties of two-dimensional Otsu automatic threshold segmentation method takes the concept of a two-dimensional histogram attributes, and then prop
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-29
    • 文件大小:440.04kb
    • 提供者:家庭教师
  1. Thread

    0下载:
  2. 自己写的一个程序,能实现图片的连续浏览,是学习线程很好的资料。且能进行OTSU阈值分割-Write a program to achieve continuous browsing, picture is good learning thread. And can carry out the OTSU thresholding segmentation
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-28
    • 文件大小:5.69mb
    • 提供者:jin
  1. fcmthresh

    0下载:
  2. FCMTHRESH Thresholding by 3-class fuzzy c-means clustering [bw,level]=fcmthresh(IM,sw) outputs the binary image bw and threshold level of image IM using a 3-class fuzzy c-means clustering. It often works better than Otsu s methold which outp
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:21kb
    • 提供者:almosawi
  1. OtsuCutting

    0下载:
  2. 大津阈值分割C#实现,含部分vc代码,注释完整,VS2010开发。-Otsu thresholding C#
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:561.26kb
    • 提供者:张立果
  1. otsu-threshold

    0下载:
  2. OTSU METHOD FOR THRESHOLDING
  3. 所属分类:Other systems

  1. prac13

    0下载:
  2. Adaptive thrsholding, OTSU method and also performing bluring in order to test for the above thresholding techniques
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:952byte
    • 提供者:Viral g patel
  1. otsu_threshold_code

    0下载:
  2. Otsu s Automatic Thresholding
  3. 所属分类:.net

    • 发布日期:2017-04-12
    • 文件大小:781byte
    • 提供者:Kumaran
  1. outs

    0下载:
  2. Image segmentation using Otsu s thresholding matlab code with web page
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:53.35kb
    • 提供者:Manar
  1. 56849

    0下载:
  2. conventional otsu thresholding source code
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:3kb
    • 提供者:mary1992
  1. MATLAB实用源代码

    2下载:
  2. 1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5. 线性平滑滤波器 6.中值滤波器 7.用Sobel算子和拉普拉斯对图像锐化:8.梯度算子检测边缘 9.LOG算子检测边缘 10.Canny算子检测边缘 11.边界跟踪 (bwtraceboundary函数)12.Hough变换 13.直方图阈值法 14. 自动阈值法:Otsu法 15.膨胀操作 16.腐蚀操作 17.开启和闭合操作 18.开启和闭合组合操作 19.形态学边界提取 20.形态学骨架提取 21.直接提取四个顶点坐标
  3. 所属分类:其他

  1. Image segmentation using Otsu thresholding

    0下载:
  2. Image segmentation using Otsu thresholding
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:3kb
    • 提供者:moha81
  1. Threshold 2

    0下载:
  2. Otsu Thresholding Trial
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:2.96mb
    • 提供者:oohoojc
搜珍网 www.dssz.com