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

搜索资源列表

  1. SkinDetection

    0下载:
  2. 从摄影头输入影像,使用OPENCV以HSV来实作肤色侦测,侦测到的肤色部分以二值化的方式表现出来-The first input from the photographic image, using OPENCV to HSV to implement color detection, to detect the color section for binary forms to display the
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3682657
    • 提供者:林中雅
  1. opencv

    0下载:
  2. 利用OPENCV函数库所进行的极坐标变换。利用Hough变换进行直线、圆检测。计算一副彩色图像的色度-饱和度直方图。用卡尔曼滤波器跟踪一个旋转点。-OPENCV library use conducted by polar transformation. The use of a straight-line Hough transform, circle detection. Calculating a color image of the color- saturation histogram
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:8445
    • 提供者:胡锦
  1. fire

    0下载:
  2. rgb color fire detection in opencv visual c-rgb color fire detection in opencv visual c++
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:824
    • 提供者:akem123
  1. condesation

    0下载:
  2. opencv 粒子滤波程序,可以对感兴趣的颜色进行跟踪-opencv particle filtering program that can track the color of interest
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:676835
    • 提供者:zhongcheng
  1. SkinColorTest

    0下载:
  2. OpenCV based Skin Color Detection algorithm comparing program
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:6403816
    • 提供者:kim, bumhwi
  1. hand-detection

    0下载:
  2. 使用opencv,采用肤色原理检测手部位置,有一些噪声,但相对于手部位置比较容易去除。-In this post, as the progress goes, the hand detection technologies using openCV is introduced. As the pictures inllustrated below, this detection method is independent with distance and background ( just
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:225209
    • 提供者:feiren
  1. tt

    0下载:
  2. OPENCV实现颜色识别,特征提取,运动检测等功能,其中包含读取图像-OPENCV color recognition, feature extraction, motion detection function, which contains the read image
  3. 所属分类:OpenCV

    • 发布日期:2017-06-02
    • 文件大小:14953010
    • 提供者:bbmmgg
  1. HandDiscreteTest

    0下载:
  2. 手检测 opencv实现的手检测 采用了模板匹配和肤色检测方法。-Hand detection opencv hand detection using template matching and skin color detection method.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2131560
    • 提供者:freedesert
  1. XBG

    0下载:
  2. 用OPENCV做的基于RGB色彩特征的火焰检测-Flame detection based on color feature
  3. 所属分类:OpenCV

    • 发布日期:2017-11-05
    • 文件大小:739
    • 提供者:网络
  1. Moving-target-detection--opencv

    0下载:
  2. 运动目标自动跟踪检测,选择一块区域,根据一些色差值等,检测相关点-Moving target tracking and detection automatically select an area, according to some color difference detection point
  3. 所属分类:OpenCV

    • 发布日期:2017-03-23
    • 文件大小:29245440
    • 提供者:朱隆兴
  1. skin

    0下载:
  2. 使用opencv实现的肤色检测程序。能够很好的检测肤色。可用于人脸、手势的识别。-Opencv achieved using color detection procedures. Detection can be a good complexion. Can be used for face recognition of gestures.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4587504
    • 提供者:lovelylcj
  1. colordetection

    0下载:
  2. 基于opencv,从视频文件中进行肤色检测,能较好识别肤色区域-color detection for vedio
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1590
    • 提供者:皎皎
  1. OpenCvTest

    0下载:
  2. 用Opencv2.4.9和VC2013写的Opencv入门图像处理程序,主要是读取彩色图像、转化为灰度图像、用Canny算子进行边缘检测、显示各种图像等,是比较好的Opencv入门简单程序。-Written by Opencv2.4.9 and VC2013 Opencv entry image processing program, mainly to read the color image is converted to grayscale images, using Canny edge
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8611788
    • 提供者:江村
  1. color

    0下载:
  2. 这是基于opencv编写的,对颜色的检测,把颜色转换到HSV空间-This is based on opencv prepared, for color detection, the color space conversion to HSV
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1433
    • 提供者:GAI
  1. hist

    0下载:
  2. 用OPENCV辅助,检测图像的直方图,并画出直方图,统计直方图的均值和方差,并输出颜色占比例最大的值。-Histogram OPENCV assisted detection image and draw the histogram, histogram mean and variance, and the largest proportion of the output color value.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1433
    • 提供者:wjr
  1. HarrisCorner

    3下载:
  2. 对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图
  3. 所属分类:OpenCV

    • 发布日期:2016-11-30
    • 文件大小:504832
    • 提供者:qian
  1. Detection_resolution

    0下载:
  2. 基于opencv的摄像头清晰度检测,比如画面出现纯色这样摄像头肯定是坏了,再比如很模糊摄像头也可能坏-Based on the detection opencv camera resolution, such as a solid color screen appears so the camera is definitely bad, and then such as blurred camera may also be bad
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1863
    • 提供者:xie
  1. Open_cvColDtc

    0下载:
  2. opencv program about color detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:3588113
    • 提供者:Joud
  1. skin-color-detection

    0下载:
  2. opencv 进行肤色检测,可以有效去除眼部,效果明显-opencv skin color detection, the eye can be effectively removed, the effect is obvious
  3. 所属分类:OpenCV

    • 发布日期:2017-12-14
    • 文件大小:1024
    • 提供者:张军
  1. handDetectionCV-master

    0下载:
  2. Hand Detection Using Color Recognition Object Tracking and Gesture Recognition
  3. 所属分类:OpenCV

    • 发布日期:2017-12-25
    • 文件大小:8682496
    • 提供者:Kas_Zhao
« 12 »
搜珍网 www.dssz.com