搜索资源列表

  1. Three_frame

    0下载:
  2. opencv 三帧差法 ostu. 在工程文件中修改视频地址,编译即可运行-opencv ostu three poor modify video address compiled to run in the project file
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:24421376
    • 提供者:Lu
  1. OSTUCPP

    0下载:
  2. 这个程序是用C++编写的用与图像分割的OSTU算法-This procedure is used to prepare OSTU algorithm C++
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:jiang
  1. fngprnt

    0下载:
  2. 本程序采用最大方差阈值分割法,获得了较好的指纹提取效果。-The program uses the Ostu method to obtain a better fingerprint extraction result.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:151552
    • 提供者:罗重阳
  1. Otsu

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

    • 发布日期:2024-05-19
    • 文件大小:1605632
    • 提供者:姜苏
  1. chengxu

    0下载:
  2. pca-提取主成分,降维,压缩图像数据量,简化下一步的处理; 小波检测—该程序通过小波系数的提取、重构检测出图像的边缘; 其它的均为图像分割的代码,包含形态学分水岭的一些算法,与Ostu等算法。-pca-extraction of principal components, reduce dimensions, compress image data, to simplify further processing Wa
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:返璞归真
  1. ostu

    0下载:
  2. 对灰度图像进行直方图绘制,利用outs法和迭代法进行阈值的自动选取-Automatically selects the gray image histogram drawn threshold using outs and iterative methods
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-19
    • 文件大小:13312
    • 提供者:姜大丫
  1. ImageProcessing

    0下载:
  2. 对jpg图像的二值化、灰度化、OSTU算法-processing jpg image, binary ,gray ,OSTU
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:168960
    • 提供者:徐义鑫
  1. OSTU

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

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:三将安排
  1. ostu

    0下载:
  2. otsu目标分割。自编程序,对背景与目标反差较大的图像分割效果很好-otsu target segmentation. Self programming, with the goal of a greater contrast between the background image segmentation with good results
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:赵君爱
  1. shuangkiangduchafa

    1下载:
  2. 本文介绍了一种测量大气能见度的方法,双亮度差法,代码中给出了详细的注释,并且包括OSTU方法-In this paper, a measuring method of atmospheric visibility double brightness difference method, the code is given detailed annotations, and including the OSTU method and so
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:13312
    • 提供者:周飞
  1. segmentation

    0下载:
  2. 大津阈值分割算法(基于粒子群,离散粒子群,综合学习粒子群)-ostu segmentation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:18432
    • 提供者:jiaxiaoru
  1. ostu

    0下载:
  2. 最大类间方差的基本思想是使用一个阈值将整个数据分成两个类,假如两个类之间的方差最大,那么这个阈值就是最佳的阈值-The between-cluster variance as the basic idea is to use a threshold to the whole data is divided into two classes, if the maximum variance between two classes, the
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:刘晓丹
  1. ostu

    0下载:
  2. 讲述图像分割的方法,会给初学者很大的帮助-Image segmentation method described, will be very helpful for beginners
  3. 所属分类:汇编语言

    • 发布日期:2024-05-19
    • 文件大小:167936
    • 提供者:闫瑞菊
  1. Double-dimension-OTSU

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

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:李丽
  1. threshold_segmentation

    0下载:
  2. 三种常见的图像阈值分割算法(OSTU,迭代法,期望法)-Three common image threshold segmentation algorithm(OSTU,Iteration,Expection)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:13312
    • 提供者:高建
  1. ostu

    0下载:
  2. 此代码应用于图像分割,是基于类间方差的大津法求分割阈值-This code applies to image segmentation is based on the variance between two classes of Otsu threshold segmentation uated
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:小霞米
  1. Otsu

    0下载:
  2. OSTU算法(大津算法)java版。OSTU算法常用的自动二值化方法。-Java version of OSTU algorithm (dajin algorithm).OSTU algorithm commonly used automatic binarization method.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:147456
    • 提供者:史钧宇
  1. threshold-segmentation

    0下载:
  2. 上传的内容是基于阈值分割算法,主要包括了两种算法:ostu以及thresh -it is about threshold segmentation Algorithm,including ostu and thresh
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:251904
    • 提供者:曾丽文
  1. houghlinedetection

    0下载:
  2. ostu+sobel+hough变换实现车道线的检测-ostu+sobel+hough transform to detect lane lines
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:223232
    • 提供者:张冠丽
  1. image-processing

    0下载:
  2. matlab中一些对图片进行处理的小程序,包括ostu阈值分割,rgb2lab空间的转换,sobel边缘检测,自适应阈值分割-Some small programs,including ostu、rgb2lab、sobel、Adaptive thresholding(matlab)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:张冠丽
« 1 2 ... 5 6 7 8 9 1011 »

源码中国 www.ymcn.org