CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 最大类间方差

搜索资源列表

  1. otsu

    0下载:
  2. 实现最大类间方差法对图像进行二值分割,该方法按照ostu原理实现-Achieve maximum variance method of image binary segmentation, the method implemented in accordance with the principle ostu
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:953
    • 提供者:yangkai
  1. OTSU1

    0下载:
  2. 。图像分割算法中最大类间方差法(OTSU)实现图像二值化,可以将图像分为目标类和背景类,便于后续处理。-. Image segmentation algorithm Otsu method (OTSU) for image binarization, image can be divided into the target class and background class, easy to subsequent processing.
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-03
    • 文件大小:673
    • 提供者:wpp
  1. Eye-location-

    0下载:
  2. 首先对图像进行非线性灰度变换滤除噪声,然后利用最大类间方差阈值技术对处理后的图像进行二值化处理,最后利用积分投影定位人眼-First to utilize non-linear gray-scale transformation to filter out noises, then adopts the between-cluster variance threshold segmentation method for image binarization processing, finally
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:18429
    • 提供者:julie
  1. roadsegment

    0下载:
  2. 本程序是基于matlab的道路分割算法,其采用的方法是最大类间方差阈值与遗传算法-This procedure is based on the matlab path segmentation algorithm, and its approach is Otsu Threshold and Genetic Algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:743693
    • 提供者:yuanhongwu
  1. omp

    0下载:
  2. 基于压缩感知的图像分割,小波变换与OMP算法,最后由最大类间方差法作为分割手段-Compressed sensing image segmentation based on wavelet transform and OMP algorithm, and finally by the Otsu method as a means of dividing
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:62196
    • 提供者:求杰超
  1. otsu

    0下载:
  2. 最大类间方差算法进行图像分割,分割效果经测试,不错-image segmentation(otsu)
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2398382
    • 提供者:许鹏
  1. shipin

    0下载:
  2. 利用改进的ostu即最大类间方差方法进行视频图像二值化-Ostu that the use of improved Otsu method of video image binarization
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1406
    • 提供者:edtoa
  1. shipin

    0下载:
  2. 利用改进的ostu即最大类间方差方法进行视频图像二值化-Ostu that the use of improved Otsu method of video image binarization
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1452
    • 提供者:乙烯项目
  1. pic

    2下载:
  2. 用c#和emgucv实现了hough变换检测圆和最大类间方差和k均值聚类分割图像,k均值聚类的函数可填写分类数和迭代次数的阈值,而且是基于灰度的。(ps:函数都是自己实现的,但是读取图片信息用的是emgucv自带的函数)-With c# and emgucv achieved between hough transform circle detection and maximum variance and k-means clustering image segmentation, the fu
  3. 所属分类:Special Effects

    • 发布日期:2015-04-22
    • 文件大小:25356288
    • 提供者:妮乐
  1. ostu

    1下载:
  2. IDL编写的图像二值化处理程序,采用最大类间方差算法-IDL prepared binary image processing, using Otsu algorithm
  3. 所属分类:Special Effects

    • 发布日期:2016-05-10
    • 文件大小:1024
    • 提供者:灿钿
  1. adaptive-binarization

    0下载:
  2. 用matlab编写的简单程序,用自适应门限法将图像二值化,门限是通过最大类间方差确定-Simple program using matlab, using adaptive threshold method image binarization threshold is determined by Otsu
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:585580
    • 提供者:chenzhefeng
  1. threshold

    0下载:
  2. 阈值分割分各种算法,如基于灰度直方图的阈值分割,迭代阈值分割,最大类间方差阈值分割法,局部阈值法等。-Thresholding of various algorithms, such as histogram-based thresholding, iterative threshold segmentation, Otsu threshold segmentation method, local threshold method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1025
    • 提供者:郑德键
  1. ImagProc

    0下载:
  2. 对bmp图像实现灰度变换,中值、均值滤波,sobel等边缘检测及图像分割(固定阈值法、最大类间方差法等)-Bmp image to achieve gray-scale transformation, median, mean filtering, sobel edge detection and image segmentation, etc. (fixed threshold, Otsu, etc.)
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:997525
    • 提供者:freefly2014
  1. MyImage

    0下载:
  2. 对bmp图像实现灰度变换,中值、均值滤波,sobel等边缘检测及图像分割(固定阈值法、最大类间方差法等)-Bmp image to achieve gray-scale transformation, median, mean filtering, sobel edge detection and image segmentation, etc. (fixed threshold, Otsu, etc.)
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2800299
    • 提供者:freefly2014
  1. Otsu

    0下载:
  2. 最大类间方差matlab代码,代码简洁实用,简单易用,适合初学者-Otsu Matlab code, the code is simple and practical, easy to use, suitable for beginners
  3. 所属分类:Special Effects

  1. Otsu

    0下载:
  2. Ostu最大类间方差法,对图像进行阈值的计算,以便进行下一步的分割-Between Ostu Otsu, the image is calculated threshold for the next division
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1605639
    • 提供者:姜苏
  1. segmentation

    0下载:
  2. 本代码主要讲传统的图像分割算法与现代智能理论相结合来提高图像分割的效能,并将其运用到智能交通的道路分割中。代码为运用最大类间方差遗传算法进行道路分割。-The code is mainly about the traditional image segmentation algorithm combines with modern intelligence theory to improve the performance of image segmentation, and apply it
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:149042
    • 提供者:
  1. Untitled

    0下载:
  2. 使用最大类间方差来对图像进行分割,达到较好的结果。-Use Otsu image segmentation to achieve better results
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-11
    • 文件大小:705
    • 提供者:小洋芋
  1. tuxiangfenge

    0下载:
  2. 通过采用matlab软件来实现在最大类间方差算法下求解自适应阈值,对图像进行分割-Achieved through the use of matlab software for solving adaptive threshold in Otsu algorithm for image segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:863
    • 提供者:吴清若
  1. OSTU

    0下载:
  2. matlab练习程序(最大类间方差二值化图像)这里用的方法是《特征提取与图像处理》3.3.4里的。- matlab exercise program (Otsu binary image)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:587
    • 提供者:三将安排
« 1 2 3 4 5 6 7 89 10 11 12 »
搜珍网 www.dssz.com