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

搜索资源列表

  1. CPP_OpenCV2.1

    0下载:
  2. c++ and opencv 用於人臉,程式碼-c++ and opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:10453557
    • 提供者:wei
  1. LearningOpenCV_Code

    0下载:
  2. OPENCV 中文版教程源代码,希望对于学习OPENCV的人有用-OPENCV Chinese version of the tutorial source code, useful to people for learning OPENCV
  3. 所属分类:OpenCV

    • 发布日期:2017-06-13
    • 文件大小:20970341
    • 提供者:yanghui
  1. BCBFORFACE

    0下载:
  2. 人臉偵測!辨識~使用BCB和OPENCV寫成的!-Face Detection! Identify ~
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:1020271
    • 提供者:TINO
  1. FACE_Detetion_Recognition

    0下载:
  2. 基礎的人臉識別程式,使用OpenCV,Boost與Qt,一樣使用haarcascades方法,內附Binary可使用。環境Visual C-Based face recognition program using OpenCV, Boost, and the Qt, the same use haarcascades methods included Binary can be used.
  3. 所属分类:OpenCV

    • 发布日期:2016-01-26
    • 文件大小:5051392
    • 提供者:Civ
  1. YCbCrfusekongjian

    0下载:
  2. 利用opencv将颜色空间转为YCBCR空间从而利用人的肤色对人脸进行检测-Use opencv will color space to YCBCR space to use skin of face detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:1721798
    • 提供者:123
  1. lunkuotiqu

    0下载:
  2. opencv 用于人的轮廓提取,并且效果挺明显-Opencv used for the contour extraction, and the result is quite obvious
  3. 所属分类:OpenCV

    • 发布日期:2017-05-31
    • 文件大小:13408988
    • 提供者:123
  1. MeanShift_upup

    0下载:
  2. 史上最简洁最直观的Meanshift tracking代码;全部过程中没有借用Opencv相关库函数;读入图像采用经典的CDIB类,中间过程较易于让人理解-The simplest and the most visual coding about Meanshift Tracking!!!All the codes is written without Opencv Lib function. Classic CDIB Class is used to read the original ima
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8687286
    • 提供者:福韩
  1. FindEyes1.1

    0下载:
  2. 对人脸部的眼特征进行跟踪,基于vc和opencv环境,可正常运行-Tracking the eye features of the human face, the vc opencv environment, the normal operation of
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:7910080
    • 提供者:eccrjbsat
  1. opencv_hog_test

    0下载:
  2. 本文主要介绍下opencv中怎样使用hog算法,因为在opencv中已经集成了hog这个类。其实使用起来是很简单的,从后面的代码就可以看出来。本文参考的资料为opencv自带的sample。   开发环境:opencv2.4.2+Qt4.8.2+ubuntu12.04+QtCreator2.5.   实验功能:   单击Open Image按钮,选择需要进行人检测的一张图片,确定后自动显示出来。该图片的大小没限制。   单击People Detect按钮,则程序会自动对该图片进
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:501760
    • 提供者:wuwei
  1. Afacedetect_hd

    0下载:
  2. 基于adaboost的构造的cascade用于快速检测人人脸,能够实时检测视频中的人脸。没有采用opencv的代码。 -Based on the cascade of adaboost constructed for rapid detection of all face, real-time detection of the face in the video. Of opencv code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1371541
    • 提供者:卓越
  1. 1

    0下载:
  2. 巴基斯坦人做的拥挤行人检测与轨迹跟踪的硕士论文,基于opencv-Master degree thesis about DETECTION AND TRACKING OF MULTIPLE HUMANS IN HIGH-DENSITY CROWDS
  3. 所属分类:Special Effects

    • 发布日期:2016-01-26
    • 文件大小:6105088
    • 提供者:Harley Chen
  1. hand_detect

    0下载:
  2. 基于模版匹配的手势数字识别,可以识别1 2 3 4 5 对学OPENCV的人很有用,值得下载。-hello
  3. 所属分类:DirextX

    • 发布日期:2017-11-10
    • 文件大小:4566774
    • 提供者:feiniu
  1. facedetect

    0下载:
  2. 使用OPENCV環境下的人臉偵測程序,可以即時的捕捉使用者的人臉位置-Use the OPENCV environment face detection process can capture the user' s real-time face position
  3. 所属分类:Video Capture

    • 发布日期:2017-11-20
    • 文件大小:2728
    • 提供者:Mike
  1. connectprocess

    0下载:
  2. 在图像处理过程中,经常会遇到这样一部分图像,图像的整体部分如果人来看的话一眼就能看出,但是它的内部由于有各种小缺口,导致断开了,这样在计算机“眼”里就被认为是断开的,为了使图像达到适应人眼的感觉,需要将这些缺口和断开的口给连接上去,这就需要用到计算机图形学中的连通域处理技术。本文给出一个简单的连通域处理函数,当然这个函数是来自OpenCV著名教程Learning OpenCV中,只不过它的接口是基于c版本的OpenCV,而到目前为止,基于C++接口的OpenCV已经是主流,所以我将其接口改成了c
  3. 所属分类:OpenCV

    • 发布日期:2017-12-07
    • 文件大小:872189
    • 提供者:wuwei
  1. kinect_tiqudaiIDshendutuxiang

    0下载:
  2. 利用Kinect捕获带ID的深度图像数据,并在OPencv环境下显示深度图像,用不同的颜色表示不同ID的人-Using Kinect to capture with ID depth image data, and in the OPencv environment display depth image, use different colors for different ID.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-25
    • 文件大小:9825550
    • 提供者:高娅莉
  1. vc_opencv

    0下载:
  2. 人型识别系统,主要是利用OPENCV和Hu不变矩计算人像特征,然后识别到人和动物区别。算法源码在VC6上实现。-Person recognition system, OPENCV and Hu invariant moments calculated the portrait characteristics, and then identify the difference between humans and animals. Algorithm source code in VC6.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:5089354
    • 提供者:孙首雷
  1. main

    0下载:
  2. vc+opencv实现人脸的检测,调用摄像头,并在人脸上画圈以标记-vc+opencv face detection, call the camera, and the circle in the person' s face to mark
  3. 所属分类:OpenCV

    • 发布日期:2017-11-18
    • 文件大小:2034
    • 提供者:jimmy
  1. KinectBridgeWithOpenCVBasics-D2D

    0下载:
  2. 基于opencv的骨骼检测,可以很好地完成单人多人的检测-Based on the opencv bone detection, it is very effective for the detection of single people
  3. 所属分类:OpenCV

    • 发布日期:2017-11-11
    • 文件大小:10974491
    • 提供者:王光甫
  1. PeopleCounter-master

    1下载:
  2. 基于kinect人流记数系统,可以检测人的出入并记数 基于opencv,openframework,openni2-people counter based on Kinect using opencv and openframework openni2
  3. 所属分类:OpenCV

    • 发布日期:2016-08-30
    • 文件大小:1492992
    • 提供者:陈天
  1. UpBodyDetexct

    0下载:
  2. 该工程通过摄像头获取图像,利用opencv自带的训练数据,检测出人的脸、上半身、下半身信息;尔后通过算法定位出身体部分。-The project through the camera to obtain images, using opencv own training data, detects a person' s face, upper body, lower body information thereafter through the algorithm locate the
  3. 所属分类:OpenCV

    • 发布日期:2017-11-27
    • 文件大小:2340608
    • 提供者:wangqingfeng
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com