CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - Thresholding

搜索资源列表

  1. OPENCV写的一个小程序

    0下载:
  2. OPENCV写的一个小程序 包括将彩色图片转成灰度图以及做阈值分割和主成分分析的功能-OPENCV write a small program, including a color picture converted to grayscale and make thresholding and principal component analysis of functional
  3. 所属分类:OpenCV

    • 发布日期:2016-01-27
    • 文件大小:4.4mb
    • 提供者:fjieaf
  1. 基于opencv2.2的大津法分割

    1下载:
  2. 基于opencv2.2的大津法分割,大津法是一种自适应的阈值分割方法,应用较广,按灰度特性,将图像分为背景和目标两部分,是二值化的图像。本代码需要先行安装opencv2.2-The Otsu method based opencv2.2 split, Otsu method is an adaptive thresholding method, used widely, according to the gray-scale features, the image is divided into
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:5.9mb
    • 提供者:刘源
  1. opencv16

    0下载:
  2. opencv图像处理实现图像的阈值化,并进行显示-opencv image processing of image thresholding, and display
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:1.32kb
    • 提供者:郭攀
  1. thresholding

    0下载:
  2. version 2, threshold
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:1.03kb
    • 提供者:Rebeka
  1. Adative-contour-extraction

    0下载:
  2. 在图像中提取轮廓(用到了自适应阈值分割算法),根据目标特征,如周长、面积等参数进行筛选,得到目标的轮廓。-Contour extraction in the image (use an adaptive thresholding algorithm), depending on the target characteristics, such as perimeter, area and other parameters of screening, target profile.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3.75mb
    • 提供者:风花雪月
  1. 11_29Mor_threshold

    0下载:
  2. 在opencv的环境下,测试图像预处理结果,亮点是测试了对灰度图先进行形态学处理再阈值分割和先阈值分割再形态学的区别。-Opencv environment in the test image pre-processing the results, highlight the first test for morphological processing of gray-scale thresholding and then thresholding again before morpholog
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1.26kb
    • 提供者:David Ding
  1. segment_objects

    0下载:
  2. 基于OpenCV1.0,阈值方法的背景分割,单个文件,请自行编译-Based on OpenCV1.0, background thresholding segmentation
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1.29kb
    • 提供者:sxqdxmxp
  1. PicSegment

    0下载:
  2. MFC图像的读取显示,直方图的在PIC上显示,以及手动阀值化,opencv-MFC image to read display, histogram display on the PIC, and manual thresholding, opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-12-01
    • 文件大小:6.65mb
    • 提供者:杨军
  1. thr_glh

    0下载:
  2. OPENCV 源码,对图像进行阈值操作,基本的入门程序-OPENCV source, the image thresholding operation
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2.35kb
    • 提供者:刘伟
  1. Thresholding

    0下载:
  2. 使用opencv实现对图像的阈值化,包含单一阈值化与自适应阈值化-Use opencv to achieve image thresholding, containing a single thresholding and adaptive thresholding
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7.02mb
    • 提供者:返璞归真
  1. image_inpaiting

    0下载:
  2. Image conversion, preprocessing, thresholding, inpaiting
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1.06kb
    • 提供者:pseudocode
  1. Threshold

    0下载:
  2. 这是一个阈值分割的小例子,利用阈值分割把原始图片转化为二值图像和灰度图像。-This is a small example of a threshold segmentation using thresholding the original image is converted to binary and grayscale images.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-12
    • 文件大小:18.25mb
    • 提供者:赵鹤
  1. kuaisuzishiyingyuzhifangfa

    0下载:
  2. 一种快速图像阈值分割法,不是otsu或迭代法,Wellner 1993快速自适应的图像二值化方法,有具体使用方法,很详细-A fast image thresholding segmentation method, not otsu or iterative methods, Wellner 1993 fast adaptive image binarization method
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:162.82kb
    • 提供者:hbnj
  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
    • 文件大小:42.44kb
    • 提供者:Ian Bai
  1. 1

    0下载:
  2. 图像分割是图像识别的基础,最大熵阈值分割可以很好的将图像分割出来-Image segmentation is the basis of image recognition, maximum entropy thresholding segmentation can be a very good out
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:3.85mb
    • 提供者:乘凉
  1. Demo1

    0下载:
  2. 图像的阈值分割(要求自行编写代码实现基本全局阈值方法,代替cvThreshold函数)-Image thresholding (basic requirements to write code to achieve global threshold method, instead of cvThreshold function)
  3. 所属分类:OpenCV

    • 发布日期:2017-06-09
    • 文件大小:14.78mb
    • 提供者:Envision
搜珍网 www.dssz.com