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

搜索资源列表

  1. 1

    0下载:
  2. OTSU算法实现,内含算法步骤和代码实现,包括注释-OTSU algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:12859
    • 提供者:juice
  1. otsu

    0下载:
  2. 0tsu算法matlab实现,图像分割中阈值选取的最佳算法,计算简单-0tsu algorithm matlab realize, the best algorithm for image segmentation threshold, a simple calculation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:27104
    • 提供者:qiming
  1. otsu

    0下载:
  2. 可以去除不均匀光照、噪声的预处理算法,利用双边滤波和中值滤波的优势。-You can remove the uneven illumination, noise preprocessing algorithm, taking advantage of bilateral filtering and median filtering.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1284
    • 提供者:ghw
  1. 2dOtsu-gradient

    0下载:
  2. 基于邻域灰度梯度的改进二维OTSU算法:在二维OTSU的方法上进行改进,将纵坐标改用像素点的灰度值与其邻域的平均灰度值的差的绝对值,分割图像。-Neighborhood-based two-dimensional gray-scale gradient improved OTSU algorithm: to improve on the two-dimensional OTSU method, the vertical axis instead of the absolute value of
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:727044
    • 提供者:徐青青
  1. otsu_2d

    0下载:
  2. 本文使用otsu算法实现对图像的二值化操作,使用matlab环境-This article uses otsu algorithm for image binarization operation, use matlab environment
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1223
    • 提供者:周凡
  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. otsu

    0下载:
  2. 大津算法代码,进行自适应阈值分割,用于图像二值化-Otsu' s method code, adaptive thresholding for image binarization
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1147
    • 提供者:zengchang
  1. Otsu-Algorithm

    0下载:
  2. Otsu方法是一种全局化的动态二值化方法,又叫大津法,是一种灰度图像二值化的常用算法。该算法的基本思想是:设使用某一个阈值将灰度图像根据灰度大小,分成目标部分和背景部分两类,在这两类的类内方差最小和类间方差最大的时候,得到的阈值是最优的二值化阈值。-Otsu method is a globally-oriented dynamic binary method, also known Otsu is a gray image binarization commonly used algorith
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:14087
    • 提供者:fanshengnan
  1. otsu

    0下载:
  2. 本程序是利用最大类间方差算法求解自适应阈值,对图像进行分割 otsu-otsu matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:43288
    • 提供者:刘天琪
  1. 2D_Otsu_methods

    0下载:
  2. 本方案在一维Otsu图像阈值分割算法的基础上,开发出二维Otsu算法,基于像素点的灰度值 和 像素点的邻域平均灰度值,在对于噪声图像的分割方面性能颇佳-The program in a one-dimensional image Otsu thresholding algorithm based on the development of a two-dimensional Otsu algorithm based on neighborhood average gray value and p
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1559
    • 提供者:邱陈辉
  1. binary-video

    1下载:
  2. 学习使用OpenCV,对输入的一段彩色视频,用OpenCV实现以下功能或要求: 1. 对输入视频的每一帧图像都用同一个阈值进行二值化; 2.在每帧二值化图像上叠加上含自己学号与姓名等信息的版权字幕; 3. 在处理的过程中,实时显示每帧图片处理之后的效果; 4.将所有这些二值化图像按视频原来顺序合成输出一个视频文件,按原输入视频播放速度的两倍合成; 5. 做成如下的命令行格式,xxx.exe 输入视频文件名 二值化阈值 输出视频文件名(例如 MyBiVideo.exe in
  3. 所属分类:OpenCV

    • 发布日期:2015-11-24
    • 文件大小:5449728
    • 提供者:chenyingshu
  1. matlab-otsu

    0下载:
  2. 利用大津算法将彩色图像二值化,简单实用。-Use otsu algorithm to make a color image binarization, simple and practical.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:10137
    • 提供者:李光庆
  1. Otsu

    0下载:
  2. 大津算法源代码加注释,功能是自动选取图像的最佳阈值,非常适合初学者!-Otsu s method annotated source code, the best feature is the automatic threshold images, very suitable for beginners!
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:1487
    • 提供者:chenglili
  1. otsu

    0下载:
  2. 基本阈值处理算法,包括otsu和迭代阈自算法,可以直接使用-Basic threshold processing algorithms, including the otsu and iteration threshold algorithm, can be used directly
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-14
    • 文件大小:2656
    • 提供者:tangjun
  1. OTSU

    0下载:
  2. 大津算法的实现,基于C++语言,可以运行,希望有用-Achieve Otsu algorithm, based on the C++ language, you can run, I hope useful
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4007699
    • 提供者:高文
  1. Double-dimension-OTSU

    0下载:
  2. 二维OSTU图像自适应阈值分割算法代码,基于c语言编程实现。-OTSU dimensional image adaptive thresholding algorithm code, c-based programming language.
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1329
    • 提供者:李丽
  1. Otsu

    0下载:
  2. OSTU算法(大津算法)java版。OSTU算法常用的自动二值化方法。-Java version of OSTU algorithm (dajin algorithm).OSTU algorithm commonly used automatic binarization method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:147156
    • 提供者:史钧宇
  1. otsu_2d

    0下载:
  2. 二维otsu算法分割图像,速度快,适合于各种图像分割-Two-dimensional otsu algorithm for image segmentation
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:1205
    • 提供者:林静
  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. 1d2dotsu

    0下载:
  2. 一维 二维 otsu 算法大津展之 图像分割-One dimensional two-dimensional OTSU algorithm, based on the CLOWN LENA segmentation case, the pro test is available
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1320287
    • 提供者:wang
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 18 »
搜珍网 www.dssz.com