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

搜索资源列表

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

    0下载:
  2. 分块直方图均衡化处理图像 用户输入分块的x,y方向的分块个数,即可将图形分成各个小块进行直方图均衡化。 大津法处理图形,包括一维大津法和二维大津法的实现 -the realization of the Histogram equalization algorithm. the realization of otsu algorithm to process the images
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3919216
    • 提供者:laura
  1. otsu_2d

    1下载:
  2. 二维Otsu法图像分割matlab代码,可进行图像分割计算。-Two-dimensional Otsu method matlab code for image segmentation, image segmentation can be calculated.
  3. 所属分类:Special Effects

    • 发布日期:2015-05-26
    • 文件大小:1024
    • 提供者:谢伟云
  1. 2D_OTSU

    0下载:
  2. 经典的二维otsu VC++代码,经过测试-Two-dimensional Otsu Algorithm with VC++
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-10
    • 文件大小:2498653
    • 提供者:guoleshou
  1. 2otsu

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

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

    0下载:
  2. 图像的二维福利叶变换,利用matlab变成实现了二维福利叶变换,代码优化-Fourier transform of the image of two Weifu Li matlab realized with two Weifu Li Fourier Transform code optimization
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:780
    • 提供者:duhoupeng
  1. otsu

    1下载:
  2. 多维OTSU阈值分割方法,能够实现二维图像多阈值分割-Multidimensional OTSU thresholding methods, able to achieve the two-dimensional image multi-threshold segmentation
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-24
    • 文件大小:2637
    • 提供者:李小龙
  1. otsu2

    0下载:
  2. vs2008下用opencv2.1编写的二维otsu法进行图分割,包含图像处理结果显示-prepared two-dimensional otsu vs2008 under opencv2.1-law graph partitioning, contains the image processing results show
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:5072089
    • 提供者:吴嘉诺
  1. OTSU

    0下载:
  2. otsu算法 一维和二维 测试可以使用 用于灰度图分割-otsu one-dimensional and two-dimensional test algorithm used for grayscale segmentation
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:1643
    • 提供者:吴承恩
  1. Otsu2d_Xiefen

    1下载:
  2. 一种二维Otsu快速算法的Matlab实现,该算法的原文参见《二维直方图区域斜分阈值分割及快速递推算法》,该文已附在内。-A two-dimensional Otsu fast algorithm Matlab realize that the original algorithm see " Two-dimensional histogram oblique segmentation area and fast recursive algorithm" , the paper
  3. 所属分类:matlab

    • 发布日期:2015-12-27
    • 文件大小:1083392
    • 提供者:hezhiyong
  1. Otsu2d_Zhifen

    0下载:
  2. 一种二维Otsu快速算法的实现;该算法原文《二维Otsu自适应阑值选取算法的快速实现》发表于自动化学报。-A two-dimensional Otsu fast algorithm this algorithm original " two-dimensional Otsu adaptive Lanna value selection algorithm for the rapid realization," published in AAS, has been attach
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:394893
    • 提供者:hezhiyong
  1. Otsu_Jieju

    0下载:
  2. 一种新的Otsu准则下的图像分割方法,比传统的二维Otsu法效果和效率更高-A new Otsu image segmentation method is better and more efficient than the traditional two-dimensional Otsu method
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1813855
    • 提供者:hezhiyong
  1. Improved_OSTU

    0下载:
  2. 改进的二维OTSU算法,基于梯度和灰度值的变换-improved 2D OTSU method.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2123153
    • 提供者:黄文琪
  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. 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. fengesshibie

    1下载:
  2. 利用二维OTsu分割彩色图像,并用形态学算法,对目标图像进行识别,确定目标图像的位置-The use of two two-dimensional color image segmentation OTsu and morphological algorithms to identify the target image, target image position
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:805
    • 提供者:贺青
  1. otsu_2d

    1下载:
  2. 灰度图像的二维otsu曲线阈值分割法,matlab实现源代码-Otsu curves dimensional gray image threshold segmentation method, matlab source code
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-05-08
    • 文件大小:1153
    • 提供者:紫色风铃
  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_2d

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

    • 发布日期:2017-04-12
    • 文件大小:1205
    • 提供者:林静
  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 23 »
搜珍网 www.dssz.com