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

搜索资源列表

  1. camaras

    0下载:
  2. 多摄像头回调处理,opencv的标准视频编程教程,具有很强的教学性。-Multi-camera callback processing, opencv standard video programming tutorials, with a strong teaching.
  3. 所属分类:Graph program

    • 发布日期:2017-05-04
    • 文件大小:1500188
    • 提供者:xiongyuan
  1. QtOpenCV

    3下载:
  2. qt+openCV捕捉摄像头,最简单的摄像头图像采集程序仅供参考。-qt,camera
  3. 所属分类:视频捕捉/采集

    • 发布日期:2017-03-28
    • 文件大小:3325
    • 提供者:鸟儿飞
  1. Blink_Detection

    0下载:
  2. 基于OpenCV编写,使用摄像头,眨眼时通过帧间差来寻找到眼睛位置,并跟踪。-Based on OpenCV write, using the camera blink of an eye, through the inter-frame difference Laixun to find the eye position, and track.
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1034129
    • 提供者:瘦猪呆兔
  1. HMMDemo

    0下载:
  2. 人脸检测系统,利用opencv开发的人脸检测程序-Face Detection system, developed using opencv face detection process
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:208938
    • 提供者:王仿
  1. CamCap1.4

    0下载:
  2. Property of University of Nottingham Written by Jonathan Green with contributions from Andrew French and Mathew Killick. It has been developed for use by acedemics and researchers or as a teaching resource to aid with use of Intel s openCV l
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:46752
    • 提供者:张建伟
  1. linux+camere

    0下载:
  2. arm9 Linux下基于摄像头的物体移动检测程序,可以用在门禁上,当有人经过时,自动通过基于video4linux的摄像头-arm9 Linux-based mobile camera object detection procedures can be used in access control, when it was passing, automatic Video4Linux based camera
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:75758
    • 提供者:voken
  1. Face

    0下载:
  2. 【原创】VS2008开发,基于OpenCV的人脸检测程序 从摄像头获取图像,人脸检测后输出。 “输出”文件夹中的XML文件为分类器,可以修改代码载入不同的分类器,牛人也可制作自己的分类器。-【原创】 OpenCV-based Face Detection procedure to obtain images from the camera, after the face detection output. " Output" folder for the classif
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:896119
    • 提供者:kq
  1. tracking

    0下载:
  2. 获取摄像机镜头内的运动目标,使用了OpenCV-Access to the camera lens inside the exercise objectives, using the OpenCV
  3. 所属分类:Graph program

    • 发布日期:2017-05-14
    • 文件大小:3173605
    • 提供者:ray
  1. kalman1

    0下载:
  2. kalman滤波算法在图像中的应用,这个源码是二维点跟踪算法,是基于opencv,该源码对于学习摄像机坐标标定的人很有参考价值,会让你跟好的去了解kalman算法的应用于实现-kalman filtering algorithm at the application of images, this are two-dimensional point-source tracking algorithm is based on the opencv, the source for the calib
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:125535
    • 提供者:sunup
  1. testOpencv

    0下载:
  2. 采用opencv和python进行摄像头控制和显示的程序,非常方便,可以用于测试摄像头连接-Opencv and python for the use of camera control and display procedure is very convenient and can be used to test camera to connect
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1533
    • 提供者:assback
  1. CalibrationandUndistoration

    0下载:
  2. 实现通过摄像机获取或者手动选择图像进行摄像机标定。并可以计算单应矩阵,实现去畸变等处理。-To do camera calibration on video images or exist images including homography matrics and undistoration.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-29
    • 文件大小:12261576
    • 提供者:杨恒
  1. laplace

    0下载:
  2. 利用OPENCV,从摄像头或AVI文件中得到视频流,对视频进行边缘检测,并输出结果-The use of OPENCV, from camera or AVI file to be video streaming of video edge detection, and output
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:421138
    • 提供者:王鹤
  1. TestVideoGrabber2

    0下载:
  2. This source code is implementation of grabbing and processing image with OpenCV from IP Camera. The IP camera is accessed using TVideoGrabber library. You can download the trial version free from it official website. Then, you can grab and process th
  3. 所属分类:Video Capture

    • 发布日期:2017-04-09
    • 文件大小:1375485
    • 提供者:sunu wibirama
  1. motion_slice

    0下载:
  2. 使用opencv编写的提取avi视频的水平和垂直时空切片的程序。可以用于视频镜头切换检测,和运动目标检测。-Opencv extract prepared using avi video horizontal and vertical sections of the process of time and space. Video camera can be used for change detection and moving target detection.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-05
    • 文件大小:9146
    • 提供者:杨景景
  1. Opencvcamecaptureaviedgedetection

    0下载:
  2. 利用opencv编写的一段从摄像头或avi文件捕捉视频流并进行边缘检测的程序代码-Opencv prepared to use a section or from the camera to capture video streaming avi files and program code for edge detection
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:421119
    • 提供者:xuefengathena
  1. shipinCam

    0下载:
  2. OpenCV视频读入与保存程序,从摄像机读入视频并保存到指定的文件夹。 如果保存后的图像不能打开,推荐安装视频解码器K-Lite CodePack-A programme for reading video from a camera and save it to an aimed folder.Developed with OpenCV.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-04
    • 文件大小:1422755
    • 提供者:sss
  1. Toolbox_Net

    0下载:
  2. 基于OpenCV和C++的摄像机内参标定工具包源代码,界面部分C#编写-Camera Calibration ToolBox based on OpenCV & C++,UI is using C-Sharp
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:2075410
    • 提供者:tony
  1. OpenCV_Face_Detection_Source_Code

    0下载:
  2. see from your web camera in opencv and enjoy as long as you want. bye-see from your web camera in opencv and enjoy as long as you want. bye..
  3. 所属分类:Video Capture

    • 发布日期:2017-04-02
    • 文件大小:834
    • 提供者:sagarm
  1. HMM_face_recognition

    0下载:
  2. 用隐形马可夫模型来做的人脸识别程序,利用了很多opencv的东西-face recognition by using Hidden markov model, opencv is included
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:259387
    • 提供者:rick
  1. OpencvUIDlg

    0下载:
  2. 在vc++6.0开发环境下写的,用opencv打开摄像头并可录像、抓取图片并保存-In vc++6.0 development environment written using opencv camera and can open the video, grab pictures and save
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3553133
    • 提供者:fengxian
« 1 2 3 4 5 6 78 9 10 11 12 ... 48 »
搜珍网 www.dssz.com