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

搜索资源列表

  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. GASA

    0下载:
  2. 基于遗传模拟退火和Otsu法的图像分割。采用一种基于模拟退火算法(SA)的混合遗传算法(GASA),来进行Otsu方法选择阈值,其中进行求解时是非线性的遗传算法(GA)的应用优化了求阈值过程,并尽可能地减少其运算量,而加入SA则避免了遗传算法(GA)常见的早熟收敛现象,从而实现有效简单的图像分割。 -adopt hybrid genetic algorithm(GASA) based on simulated annealing algorithm,choose threshold by O
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:82359
    • 提供者:李丽
  1. otsu0915

    0下载:
  2. 通过matlab源码实现图像的最佳自动阈值分割,所选算法是常见的大津法-Matlab source code through the realization of the best automatic image thresholding, the selected algorithm is a common method of Otsu
  3. 所属分类:Special Effects

    • 发布日期:2016-05-13
    • 文件大小:1994
    • 提供者:IVTECH
  1. ERZHI

    0下载:
  2. 识别车牌图像,二值化 还有很多算法的实现,阈值的分割,中值滤波,OTSU算法,定位用的是遍历匹配算法-ER ZHI HUA TU XIANG YONG YU CHE PAI SHI BIE,THE SITUITION IS VC++ 6.0,YOU CAN DOWNLOAD IT FIRST,MAY BE IT IS USEFUL FOR YOU.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:3438
    • 提供者:同同
  1. threshold

    1下载:
  2. 依据传统的OTSU算法,对它进行改进后的自适应阈值分割算法-OTSU algorithm based on the traditional, to improve it after the adaptive thresholding algorithm
  3. 所属分类:Picture Viewer

    • 发布日期:2016-05-30
    • 文件大小:316416
    • 提供者:xujiangle
  1. zhos

    0下载:
  2. 用Matlab实现中值滤波与Otsu算法 包括彩色图转256灰度,灰度图中值滤波处理,再用Otsu算法处理。-Median filter implementation using Matlab and Otsu algorithms including 256-color map turn gray, grayscale median filter, and then Otsu algorithm processing.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:310303
    • 提供者:赵士猛
  1. otsuandgaijin

    1下载:
  2. 基于OTSU算法的图像分割工具,有原汁原味的OTSU和改进,可以作比较 -OTSU algorithm based on image segmentation tool, there is authentic OTSU and improvements can be compared
  3. 所属分类:Special Effects

    • 发布日期:2016-05-30
    • 文件大小:1024
    • 提供者:张宇飞
  1. otsu

    0下载:
  2. 用于对图像进行分割的算法的一种,对部分类型图像处理较好 -For the image segmentation algorithm a kind type of image processing on the part of good
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:956
    • 提供者:lishumo
  1. 89437157bc4e

    0下载:
  2. 二值化算法的经典算法:大津法Matlab源码,有较高的参考价值-Classical binarization algorithm algorithms: Otsu Matlab source code, have a high reference value
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:27248
    • 提供者:Kelly
  1. OTSUalgorithmbasedonOPenCV

    0下载:
  2. 在VC++6.0的平台上代码实现了OTSU算法-In VC++6.0 code on the platform of the OTSU algorithm
  3. 所属分类:OpenCV

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

    0下载:
  2. 利用最大类间方差算法求解自适应阈值,对图像进行分割-Using Otsu adaptive threshold algorithm, the image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1676
    • 提供者:yangna
  1. 2D_OTSU_VC

    0下载:
  2. 二维Otsu算法,参考论文 二维Otsu自适应阈值选取算法的快速实现,VC编写的很好用的程序-Two-dimensional Otsu method, the reference paper two-dimensional Otsu adaptive threshold selection algorithm for fast implementation, VC used in the preparation of a good program
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:2024094
    • 提供者:lj
  1. quadtree-test

    0下载:
  2. 采用otsu算法提取出图像感兴趣区域,并用四叉树对其进行编码-Extracted image the interested region by otsu algorithm, and then code with quadtree quardtree
  3. 所属分类:Special Effects

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

    0下载:
  2. 图像分割算法,ostu能很好的分割图像,是图像处理中的关键技术-image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:882
    • 提供者:kuangliang
  1. OTSU

    0下载:
  2. OTSU是一种经典的二值化算法,本程序为自己编写的OTSU在matlab下实现方法,可以供初入图像处理的初学者参考,可以直接运行-OTSU is a classic binary algorithm, the procedure for the preparation of their own OTSU under implementation in matlab, image processing can be for beginners entering the reference can
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:18664
    • 提供者:star
  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. 2DOTSU

    0下载:
  2. 2维OTSU算法,属于图像分割算法的一类,是对1维OTSU算法的改进型,但是运算时间会比1维OTSU算法成次方增加,运算时间从十几分钟到几个小时不等,主要还是看电脑配置-OTSU 2-dimensional algorithm is a class of image segmentation algorithm, is 1-dimensional OTSU improved algorithm, but computing time than the algorithm into the pow
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:92146
    • 提供者:卓璐
  1. opencv_Based_otsu

    0下载:
  2. 基于Opencv的otsu自动阈值分割算法-The otsu Opencv based threshold segmentation algorithm automatically
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:1057
    • 提供者:周周
  1. otsu1

    0下载:
  2. 本次算法是OTSU算法的一个应用,本段程序用于车牌区域分割,代码属于自己原创,希望与大家共勉-OTSU is used for coordiante for the area of the car plate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:258615
    • 提供者:Edward
« 1 2 3 4 5 6 78 9 10 11 12 ... 18 »
搜珍网 www.dssz.com