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

搜索资源列表

  1. pic2Value

    0下载:
  2. 基于opencv的图像二值化的源代码,二值化的阈值是自动阈值,方法方便快捷。-Opencv image-based binary source code, binary threshold is automatic threshold, convenient method.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8356903
    • 提供者:吕豪杰
  1. binary-video

    1下载:
  2. 学习使用OpenCV,对输入的一段彩色视频,用OpenCV实现以下功能或要求: 1. 对输入视频的每一帧图像都用同一个阈值进行二值化; 2.在每帧二值化图像上叠加上含自己学号与姓名等信息的版权字幕; 3. 在处理的过程中,实时显示每帧图片处理之后的效果; 4.将所有这些二值化图像按视频原来顺序合成输出一个视频文件,按原输入视频播放速度的两倍合成; 5. 做成如下的命令行格式,xxx.exe 输入视频文件名 二值化阈值 输出视频文件名(例如 MyBiVideo.exe in
  3. 所属分类:OpenCV

    • 发布日期:2015-11-24
    • 文件大小:5449728
    • 提供者:chenyingshu
  1. MinAreaFilter

    0下载:
  2. 用OPENCV中的序列实现将低于设定阈值面积的连通域从图像中去除的函数,输入输出图像需为二值图像.-With OPENCV in sequence implements will be lower than the set threshold value of the communication area removed the image domain function, for an input-output image is a binary image.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:874
    • 提供者:pudding
  1. HandDetector

    0下载:
  2. 这是一个人手识别程序,基于OpenCV,环境VisualStudio2013。 首先通过图片采集手势图像,而后进行减小噪声的滤波处理,根据肤色在YCrCb色彩空间中的自适应阈值对图像进行二值化处理,提取图像中所有的肤色以及类肤色像点,而后经过膨胀、腐蚀处理后,祛除小块的类肤色区域干扰,得到若干块面积较大的肤色区域;此时根据各个肤色区域轮廓特征进行甄选,获取目标手势区域,而后根据目标区域的特征进行识别,定位手心。-This is a staff recognition program, bas
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:4902
    • 提供者:chengchi
  1. adaptThresh

    0下载:
  2. 使用opencv对图像进行阈值化处理,实现单一阈值(全局阈值)与自适应阈值的比较-Using opencv image thresholding processing, a single threshold (global threshold) compared with Adaptive Threshold
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5360424
    • 提供者:panxiaoxu
  1. wenxian

    1下载:
  2. 针对自然生长状态下的成熟苹果图像的识别问题,提出选用R-G色差模型,改进的Ostu最大类间方差法分割图像。 然后用面积阈值法消除噪声,获取成熟苹果果实的目标区域。然后采用基于OpenCV的圆形Hough变换方法对多个粘连苹果果实进行分离。-For image recognition problem ripe apples natural growth state, the proposed selection of R-G color model between improved Ostu Ot
  3. 所属分类:software engineering

    • 发布日期:2017-06-14
    • 文件大小:20529944
    • 提供者:suca
  1. erzhihua

    0下载:
  2. 基于OpenCV的图像二值化程序,可自适应阈值-OpenCV based on the image of the two value of the program, the adaptive threshold
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1734
    • 提供者:严旭
  1. opencv_digitalimage_processing

    0下载:
  2. 基于opencv的图像处理程序,包含色彩空间转换,大律法阈值分割和形态学运算等-image processingincluding color space conversion and large law threshold segmentation and morphological operations, etc based on opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1378
    • 提供者:陈超
  1. Edge-Detection_canny-_perfect

    1下载:
  2. Canny算法求图像边缘,C++语言实现。步骤分:求梯度、非极大值移植、自适应阈值、滞后阈值求边缘、边缘细化。算法核心由C语言实现,效果可以和OpenCV和Matlab相媲美。-Canny algorithm for image edge, the use of C++ language, the steps include: for gradient, maximum value suppression, adaptive threshold, hysteresis threshold. Th
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:2895324
    • 提供者:arthur
  1. Source

    0下载:
  2. This Source are example for threshold display image in Grayscale image. It s use OpenCV in Visual Studio 2013.
  3. 所属分类:OpenCV

  1. erzhihau

    0下载:
  2. 通过设置阈值,用opencv实现了对图像的二值化效果-By setting the threshold value, using opencv realized the image binarization
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5597087
    • 提供者:潘航
  1. ImageBinaryzation

    0下载:
  2. 基于opencv实现通过阈值实现二值化图像。-Based on opencv realized by threshold binarization image.
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:5358
    • 提供者:DMX
  1. HandRecogniser

    0下载:
  2. Hand Recogniser software. It trains on the colors of your hand (specifically 12 points of interest in our hand) and than uses them to threshold and elaborate the image taken the camera in order to detect and estimate your hand position. It can count
  3. 所属分类:OpenCV

    • 发布日期:2017-05-05
    • 文件大小:11219
    • 提供者:Magre94
  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 2 3 4 5 6»
搜珍网 www.dssz.com