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

搜索资源列表

  1. detect

    0下载:
  2. 简单的人物脸部特征检测,采用OPENCV库
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:2915
    • 提供者:pa
  1. detect.rar

    2下载:
  2. 基于OpenCV的人眼识别定位与跟踪。本例是为了实现驾驶员疲劳驾驶的识别,通过对眼睛的运动状态来判别疲劳程度,OpenCV on the human eye to identify the location and tracking, which in this case the driver is tired of driving in order to achieve the recognition, through the movement of the eyes to determine
  3. 所属分类:Graph program

    • 发布日期:2015-08-01
    • 文件大小:2265971
    • 提供者:金无眠
  1. motion

    0下载:
  2. 基于opencv的目标运动检测程序,可以检测摄像头拍摄图像中的运动物体-Based on the goal of motion detection opencv procedures, can detect camera images of moving objects
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:18701
    • 提供者:zb
  1. OpenCV-coutours

    0下载:
  2. 这是一个用opencv编写的 用来检测物体轮廓的代码-This is a written with the opencv code used to detect the contour
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3918635
    • 提供者:夏樾
  1. juxingjiance

    2下载:
  2. opencv矩形检测,采用金字塔方法,可以对多幅图同时检测。-opencv rectangle detection, using the pyramid method, can simultaneously detect pieces of map.
  3. 所属分类:OpenCV

    • 发布日期:2014-02-07
    • 文件大小:1520
    • 提供者:贾建辉
  1. motion_or_car_detect

    1下载:
  2. 本程序是使用OPENCV对运动物体进行检测,内中包含一段运动车量视频,代码经过调试正确-This procedure is used to detect moving objects OPENCV on, in the amount contained in a sports car video, the correct code after debugging
  3. 所属分类:图形/文字识别

    • 发布日期:2012-11-13
    • 文件大小:4206211
    • 提供者:chennaruto
  1. pdp_opencv

    0下载:
  2. opencv code in hand detect with pdp
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:275072
    • 提供者:hduzhang
  1. OpenCV-PeopleDetect

    0下载:
  2. OpenCV people detect
  3. 所属分类:OpenCV

    • 发布日期:2017-03-24
    • 文件大小:356544
    • 提供者:xikao
  1. pix_opencv

    0下载:
  2. opencv code in hand detect with pix
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:846326
    • 提供者:hduzhang
  1. good_features.cpp

    0下载:
  2. How to use OpenCV s GoodFeaturesToTrack to detect good features that could be tracked in a movie or a camera sequence.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-13
    • 文件大小:2600
    • 提供者:methy
  1. object-detect

    0下载:
  2. 改程序能够读取视频文件并且可以检测到运动的物体,配置好opencv后可以直接运行,本程序以车辆监控为例子,所以可以用于智能监控-Reform program that can read video files and can detect movement of objects can be configured directly opencv run, the procedure for vehicle monitoring, for example, it can be used for i
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:886220
    • 提供者:baiyang
  1. facedetect

    0下载:
  2. face detect and localization guidance program using opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:5266226
    • 提供者:Ahn
  1. harris-detect

    0下载:
  2. 基于openCV的Harris角点检测。开发环境vs2008-harris detector based on openCV.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-18
    • 文件大小:5621251
    • 提供者:高永强
  1. Crowd_detect_test

    0下载:
  2. OpenCV 人脸识别,自己做的一个小的project中的部分代码-OpenCV code for circle detect
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:898627
    • 提供者:Cao
  1. FaceDetection3

    0下载:
  2. 用OPENCV 实现人脸的检测 ,可以是从摄像头输入,也可以是视频文件输入,还可以对图片检测。-OPENCV achieved with face detection, which can be imported from camera, video files can be imported, images can also detect.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3859149
    • 提供者:胡宗亮
  1. RemoveBlackConnectedComponents

    0下载:
  2. 使用opencv去掉二值化图像中黑色面积较小的连通域。 程序中语句 tmparea = fabs(cvContourArea(contour)) 可以得到当前连通域的面积,当此面积小于阈值时对其填充为白色。 rect = cvBoundingRect(contour,0) 得到的是框住连通域的最小矩形,对矩形中的黑色部分将其填充为白色,但是这样的话,连通域6和4两个连通域被填充成了白色的矩形,这显然不符合我们的要求,这样就要判断此连通域是黑色联通域还是白色连通域,采用的方法是测试矩
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:1229
    • 提供者:
  1. opencv-detect

    0下载:
  2. opencv图像处理, 运动视频图像跟踪-Opencv image processing, video motion tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-05-29
    • 文件大小:12417113
    • 提供者:sonic
  1. opencv-face-master

    0下载:
  2. 这是一个基于opencv的人脸检测代码,可以在视频上检测到人脸(This is a opencv based face detection code, you can detect the face in the video)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-26
    • 文件大小:2202624
    • 提供者:Dylanin1999
  1. opencv人眼检测

    0下载:
  2. opencv人眼检测,可实现人眼检测与识别,亲测可用(Opencv human eye detection can be used to detect and identify human eyes)
  3. 所属分类:图形图象

    • 发布日期:2018-04-29
    • 文件大小:5535744
    • 提供者:lucky.lu
  1. python-opencv镜头直线检测

    1下载:
  2. 通过二值化2、边缘检测、霍夫变换检测摄像头拍摄到的直线。(Binarization 2, edge detection, and Hough transform detect the line taken by the camera.)
  3. 所属分类:OpenCV

    • 发布日期:2020-12-24
    • 文件大小:1024
    • 提供者:raintonight
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com