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

搜索资源列表

  1. cvThresholdOtsu

    0下载:
  2. 自己写的有关OpenCV中图像阈值处理Otsu法的函数,可以帮助初学者更好理解自适应阈值分割的原理。(写成了头文件形式可以直接调用)-Write my own functions related to the image OpenCV Otsu thresholding method can help beginners to better understand the principles of adaptive thresholding.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-05
    • 文件大小:43461
    • 提供者:Ian Bai
  1. otsuDemo.tar

    0下载:
  2. MultiLevel Otsu 3 level
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:113257
    • 提供者:learnerstreet
  1. wavework

    0下载:
  2. OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。-OTSU images calculated value of the two adaptive threshold, OTSU algorithm can be calculated adaptive threshold (for conversion to gray scale images binary images), a simple and efficient
  3. 所属分类:Special Effects

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

    0下载:
  2. 图像分割中常见的基于阈值处理的ostu算法,是最常用的图像分割算法。-Image segmentation in the common thresholding based on the ostu algorithm is the most commonly used image segmentation algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:4339
    • 提供者:王者
  1. otsu_

    0下载:
  2. otsu法(最大类间方差法,有时也称之为大津算法)使用的是聚类的思想,把图像的灰度数按灰度级分成2个部分,使得两个部分之间的灰度值差异最大,每个部分之间的灰度差异最小,通过方差的计算来寻找一个合适的灰度级别 来划分。-Image segmentation in the common thresholding based on the ostu algorithm is the most commonly used image segmentation algorithm.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-05
    • 文件大小:15132
    • 提供者:王者
  1. moshi

    0下载:
  2. 大津法示例,里面有几张图片,希望大家可以参考-This is a OTSU
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:134791
    • 提供者:zuiaiwps
  1. ImageSegment

    0下载:
  2. 图像分割实例,包括Kirsch算子、Laplace算子、LOG算子、LOG(修正)算子、Prewitt算子、Roberts算子、平面拟合Roberts算法、Sobel算子、阈值分割、2维阈值分割、最佳阈值分割、Otsu算法、差影法、Hough变换等。- 图像分割实例,包括Kirsch算子、Laplace算子、LOG算子、LOG(修正)算子、Prewitt算子、Roberts算子、平面拟合Roberts算法、Sobel算子、阈值分割、2维阈值分割、最佳阈值分割、Otsu算法、差影法、Hough
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-14
    • 文件大小:3346501
    • 提供者:ycr40
  1. otsu

    0下载:
  2. 假设一幅图像的灰度级为L,其邻域平滑图像的灰度级也为L,对于图像中的任何一个像素,就有了一个二元组。对于系图像进行处理就构成了2维0tsu的分割。-Assuming that the gray level of an image is L and the gray level of its neighborhood smoothing image is L, for any pixel in the image, there will be a two-tuple. The processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1059
    • 提供者:wangqiang
  1. test3

    0下载:
  2. VS2013+OPENCV2.4,OTSU阀值分割确定目标区域,sobel差分算子用来进行边缘检测,可知程序运行时间-VS2013+OPENCV2.4, OTSU segmentation threshold determining target region, sobel operator for performing differential edge detection, it can be seen running time
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:7629501
    • 提供者:幻影之武
  1. otsu

    0下载:
  2. 数字图像处理的阈值分割,图像大津法阈值分割-使用matlab编写-Digital image processing threshold segmentation, image Ozu method threshold segmentation- using matlab prepared
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:917
    • 提供者:
  1. otsu_1D

    0下载:
  2. Otsu算法 matlab实现 本算法是经典阈值分割法otsu算法的实现-Otsu algorithm matlab implementation
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-13
    • 文件大小:5120
    • 提供者:李妍
  1. two_threads_otsu

    0下载:
  2. 基于VS编写的二阈值OTSU图像分割算法。应用opencv。适用于图像分割入门学习。-Two threshold OTSU image segmentation algorithm based on VS. Application opencv. Suitable for image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-17
    • 文件大小:7630848
    • 提供者:liusiyan
  1. three_threads_otsu

    0下载:
  2. 基于VS编写的3阈值OTSU图像分割算法。应用opencv。适用于图像分割入门学习。-3 threshold OTSU image segmentation algorithm based on VS. Application opencv. Suitable for image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-17
    • 文件大小:7453696
    • 提供者:liusiyan
  1. four_otsu

    0下载:
  2. 基于VS编写的4阈值OTSU图像分割算法。应用opencv。适用于图像分割入门学习。-4 threshold OTSU image segmentation algorithm based on VS. Application opencv. Suitable for image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-11
    • 文件大小:7664012
    • 提供者:liusiyan
  1. thresh_md

    0下载:
  2. OTSU算法求解图像的自动阈值其中a为输入图像矩阵 th为求到的最佳阈值-OTSU algorithm of image automatic threshold
  3. 所属分类:Other systems

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:胡所谓
  1. Segmentation-algorithm

    0下载:
  2. 图像处理,图像滤波分割算法的整合:包括大部分常用的图像背景分割和滤波手段,可以作为初学者参考,包括OTSU法,全局局部阈值分割,最大熵法-Image processing, image filtering algorithm integrated segmentation: Most common image including background segmentation and filtering means can be used as a reference for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-12-13
    • 文件大小:1420
    • 提供者:
  1. OSTU

    0下载:
  2. 利用MATLAB编写的图像二值化函数,使用了大津阈值法对图像进行阈值分割-Using the binarized image function written in MATLAB, using the Otsu threshold method for image segmentation threshold
  3. 所属分类:Special Effects

    • 发布日期:2017-12-10
    • 文件大小:556653
    • 提供者:Mryang
  1. Android_ocr

    0下载:
  2. 基于Tesseract的图书识别搜索app,用大津法分图层,用Tesseract识别文字,可连接亚马孙获取搜索结果-App, a layered Otsu method, with Tesseract character recognition, can be connected to the Amazon Book get results based on recognition search Tesseract
  3. 所属分类:android

    • 发布日期:2017-12-11
    • 文件大小:25872384
    • 提供者:hxy
  1. segmentation-and--detection

    0下载:
  2. 自己根据公式编写的大津法、迭代法等图像分割算法,及中值模型、自适应模型等运动目标检测算法-According to the formula prepared by the Otsu method, iterative method and other image segmentation algorithm, and the median model, adaptive model and other moving target detection algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-12-15
    • 文件大小:2136064
    • 提供者:吴玲风
  1. zuidaleijianfangchafa

    0下载:
  2. 最大类间方差法,用于分类,压缩文件中包含多个子程序,需加压后使用 MATLAB 环境-Otsu method, for classifying the compressed file contains a plurality of subprograms, the pressure required using the MATLAB environment after
  3. 所属分类:Special Effects

    • 发布日期:2017-12-12
    • 文件大小:1236
    • 提供者:王一
« 1 2 ... 33 34 35 36 37 3839 40 41 »
搜珍网 www.dssz.com