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

搜索资源列表

  1. LiaoThreshold

    1下载:
  2. OTSU图像分割快速算法。原创,附参考文献。-a faster version of Otsu s method
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1010525
    • 提供者:WangJun
  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
    • 文件大小:23347
    • 提供者:javad
  1. MI_thresholding

    0下载:
  2. image thresholding otsu method
  3. 所属分类:Project Design

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

    0下载:
  2. 用matlab编写 调试可以使用 分割效果良好 -matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1598
    • 提供者:xcx
  1. 111

    0下载:
  2. 思路简要说明: 1、图像二值化 将图片中的各点用0或1表示,1为有效点,0为背景。这里使用的是最大类间方差法 (otsu),在资料中有介绍。 2、去除干扰点 3、分割 将整个的图片分为每个单独的字,在下一步中才能一一识别。 4、与样本库进行对比,寻求最近似匹配 这步是比较核心的地方,由于要识别的图形每次都是随机变化的,我们不能进行完 全匹配识别,所以使用的是‘欧氏距离’来进行最近似匹配,资料中的《自由手写体 数字识别》里面有详细说明。
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:874533
    • 提供者:yangq
  1. OTSU

    0下载:
  2. 图像阈值选取方法Otsu方法的推广以及应用-Image Otsu threshold selection methods, as well as to promote the application of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:95746
    • 提供者:陈利
  1. otsuiteratif

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

    • 发布日期:2017-04-11
    • 文件大小:1160
    • 提供者: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
    • 文件大小:15138
    • 提供者:Han
  1. otsu

    0下载:
  2. 该方法在对目标与背景之间有较大灰度差异的图像进行分割时效果较好-The method in the target and background gray-level difference between the larger division of the image better when
  3. 所属分类:Special Effects

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

    0下载:
  2. otsu histhgram-it is usefule for segment an image base on histhogram segmentation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:813
    • 提供者:payam
  1. imagethreshold

    0下载:
  2. A Otsu s method is Java programming.
  3. 所属分类:JSP源码/Java

    • 发布日期:2013-10-10
    • 文件大小:11304
    • 提供者:amp
  1. otsuThresholdingBF561

    0下载:
  2. This code is for otsu thresholding concept. It is developed for blackfin 561 processor using Visual DSP 5.0
  3. 所属分类:DSP program

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

    0下载:
  2. OTSU算法是一个可以稳定获取图像分割阈值的好方法,本人根据其思想,编译了一个函数,可以方便您的调用,自适应的获取图像的阈值,-OTSU algorithm is a segmentation threshold can be stabilized to obtain the value of a good way, in accordance with their thoughts, to compile a function, you can easily call adaptive ima
  3. 所属分类:Special Effects

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

    0下载:
  2. OTSU方法计算图像二值化的自适应阈值 OTSU方法计算图像二值化的自适应阈值-OTSU method of adaptive image binarization threshold calculation OTSU adaptive image binarization threshold
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:1579
    • 提供者:孙永
  1. BinarizationAlgorithm

    0下载:
  2. 用matlab实现的otsu全局二值化算法、kittler 最小分类错误(minimum error thresholding)全局二值化算法、niblack局部二值化算法-Using matlab implementation otsu global binarization algorithm, kittler minimum classification error (minimum error thresholding) the global binarization algorithm
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-02
    • 文件大小:54905
    • 提供者:释然
  1. dajinfa-erzhihua-matlab

    0下载:
  2. 实现24位RGB彩色图像,先转化为灰度图像,而后用大津法实现二值化,并显示阀值。-To achieve 24-bit RGB color images, the first converted to grayscale images, then using Otsu binarization method to achieve and display threshold.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-29
    • 文件大小:3005
    • 提供者:budongwei
  1. thresholdPicture

    0下载:
  2. The threshold value in my program should be detected automatically from the image using histogram analysis. In this program, Otsu Algorithm is used for detecting threshold value.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:82476
    • 提供者:hamid
  1. Image_process

    0下载:
  2. 1.对比度增强:计算并显示图像直方图,直方图均衡; 2.图像分割:Otsu算法; 3.二值图像的数学形态学开闭运算。要求对输入图像二值化,然后实现腐蚀膨胀,最后调用腐蚀膨胀实现开闭。至少给出两种不同形状和大小的结构元素。 -1. Contrast Enhancement: Calculate and display the image histogram, histogram equalization 2. Image Segmentation: Otsu algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:91339
    • 提供者:陈聪群
  1. GMMS

    0下载:
  2. OPENCV下基于高斯混合模型的图像分割,程序中还有 基于大津法的图像分割和金子塔分割。-OPENCV Based on Gaussian mixture model of image segmentation, the program also includes Otsu method based on image segmentation and the segmentation pyramid.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:498062
    • 提供者:jiaojiao003
  1. GreyThreshold

    0下载:
  2. 实现OTSU阈值。The function is based on OTSU s algorithm that had been described in "A Threshold Selection Method from Gray-Level Histograms-OTSU Threshold
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:650
    • 提供者:xinghuidong
« 1 2 3 4 5 67 8 9 10 11 ... 41 »
搜珍网 www.dssz.com