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

搜索资源列表

  1. bbb

    0下载:
  2. 基于遗传算法的最大类间方差法对图像进行分割(OTSU)。-Image segmentation based on genetic algorithm, the maximum variance between France (OTSU).
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:242353
    • 提供者:cbahai
  1. Local-dynamic-threshold

    0下载:
  2. 针对图像全局Otsu 分割算法和传统的局部阈值分割算法在复杂背景图像分割中的不足, 提出了一种采用局部动态阈值的图像分割算法。-Image segmentation algorithm for global Otsu and traditional local threshold segmentation algorithm in complex background image segmentation the insufficiency, puts forward a dynamic thr
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:124174
    • 提供者:lvxin
  1. binarization

    2下载:
  2. 该文件夹中有四个matlab文件,说明如下: binariztion.m: 二值化主程序,分别调用下面三种二值化算法。 otsu.m: 表示otsu全局二值化算法。 kittlerMet.m: 表示kittler 最小分类错误(minimum error thresholding)全局二值化算法。 niblack.m: 表示niblack局部二值化算法。 coins.bmp: 原始灰度图片。 coins_bw_otsu.bmp: otsu全局二值化结果。
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:55296
    • 提供者:小米
  1. 2otsu

    0下载:
  2. 二维otsu法的灰度图像分割,采用经典阈值分割算法。-Gray image segmentation method in two-dimensional otsu
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:1223
    • 提供者:赵士杰
  1. Ostu

    0下载:
  2. 该文件夹中是三种二值化算法的matlab代码,下面以otsu二值化算法实现为例进行说明: 在Matlab上运行时,可以把该文件夹设为当前目录(Current Directory) 先读入灰度图片, 图片假设保存在D盘 I = imread( D:\coins.bmp ) 二值化 I_bw = otsu(I) 查看二值化结果 figure, imshow(I_bw) -I = imread( D:\coins.bmp ) I_bw = otsu(I) fig
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:3716
    • 提供者:自己人
  1. dajin

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

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

    0下载:
  2. 这是OTSU的经典算法代码,很详细。很好,对于图像处理的开发人员来说。是必须的-This is the OTSU the classical algorithm code in great detail. Well, the developers of image processing. Is necessary
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:390231
    • 提供者:linqing
  1. image-recongnition-for-rice

    0下载:
  2. 提供了一种图像识别的otsu二元算法;可有效检测出质量高低的大米-An image recognition the otsu two yuan algorithm can effectively detect the level of quality rice
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:3312
    • 提供者:William Xia
  1. OtsuThreshold

    0下载:
  2. 基于著名的大津阈值(Otsu Thresholding)法实现的自适应阈值分割程序,C#写的,导入VS项目中直接运行可见效果-Otsu Thresholding 算法 很好用
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:133325
    • 提供者:yuanshb
  1. Heart_Detection-V0.1

    0下载:
  2. 这个是本人做的心脏图像分割程序,主要用于验证算法、对比试验等,V0.1版本中主要实现了一维Otsu的分割,后续算法在研究中....喜欢的朋友欢迎交流,moonkeeper86@hrbeu.edu.cn-I do in the heart of the image segmentation, this is mainly used to validate the algorithm, such as comparative test, the V0.1 version of one-dimensi
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4468409
    • 提供者:朱文博
  1. CmptImgOtsuThrshld

    0下载:
  2. 0tsu算法程序,将大津阈值算法用C++语言实现-The 0tsu algorithm program Otsu threshold algorithm using C++ language to achieve the
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:1073
    • 提供者:萧剑
  1. Image-Segmentation-Technology

    0下载:
  2. 基于点的全局阈值法,即最大类间方差法,并基于Matlab软件环境进行算法的仿真。该系统能够对图像中某些感兴趣的部分进行提取,较好地实现了图像分割-Point-based global threshold method, the Otsu method, the simulation of the algorithm based on Matlab software environment. The system is able to extract some interesting part o
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:123020
    • 提供者:吴东庭
  1. Bpsoorara

    1下载:
  2. 一种基于粒子群算法的(psso)的otsu图像分割算法。 -Otsu image segmentation algorithm based on particle swarm optimization (psso).
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:753
    • 提供者:zcl1233
  1. ostu

    0下载:
  2. 提出了最大类间方差法的优化算法,适合背景较复杂的图像分割-The Otsu method optimization algorithm suitable background image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:10410
    • 提供者:白杨
  1. Otsus-Curve-Thresholding-Seg

    0下载:
  2. 给出了一种递归算法和一种小波变换与递归算法相结合的快速算法.该递推算法只需遍历二维直方图的主对角线和一条次主对角线, 与传统Otsu法的递推算法相比, 搜索空间大为减小。-arecursivealgorithmanda wavelet transfer combining withthe recursive algorithmare shown.The recursive algorithmonly needsearchthemaindiagonal andone subdiagonal
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:664662
    • 提供者:Zhang
  1. segmentation-with-threld

    0下载:
  2. 利用遗传算法根据otsu原则迭代计算得到图像的最优分割阈值。 使用了opencv库。-The use of genetic algorithms to calculate get the optimal image segmentation threshold based on the the otsu principle iteration. Opencv library.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:233812
    • 提供者:赵雯
  1. background-separation

    2下载:
  2. 基于灰度直方图的otsu(大津法)改进算法实现图片前景背景分离(matlab代码,实验报告)-Improved algorithm based on gray-scale histogram the otsu (Otsu method) background picture prospects separation (Matlab code, lab report)
  3. 所属分类:Special Effects

    • 发布日期:2016-05-30
    • 文件大小:684032
    • 提供者:liukai
  1. image-thresholding-segmentation

    1下载:
  2. ]图像分割是图像处理的一个重要研究方向,本文在介绍了基于阈值的图像分割算法的基础上,针对最大类间方差的寻优问 题,利用遗传算法求解最佳闽值-Image processing image segmentation is an important research direction in this paper, based on the threshold image segmentation algorithm based on Otsu, aiming at the optimizatio
  3. 所属分类:Special Effects

    • 发布日期:2015-05-07
    • 文件大小:187392
    • 提供者:
  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 2 ... 9 10 11 12 13 1415 16 17 18 »
搜珍网 www.dssz.com