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

搜索资源列表

  1. trackingmotion

    0下载:
  2. 这是一个非常实用的使用opencv捕捉移动物体的实力-This is a very practical use opencv strength to capture moving objects
  3. 所属分类:OpenCV

    • 发布日期:2017-11-19
    • 文件大小:233299
    • 提供者:elvis
  1. Capture

    0下载:
  2. The program connects and begins to grip the camera with cvCreateCameraCapture (), then get the width and height frame with cvGetCaptureProperty (). And then in the loop with cvQueryFrame () gets the image from the camera and displays the window.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:28182
    • 提供者:kudukSweetone
  1. MFCVIGrabber

    0下载:
  2. 使用videoinput库实现摄像头图像捕获。同时实现了将opencv窗口嵌入到图像控件中。-using videoinput library to capture image from camera. OpenCV window embedded in the image control.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-14
    • 文件大小:9499936
    • 提供者:章柯渊
  1. eye-capture

    0下载:
  2. eye detection opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-11-19
    • 文件大小:181439
    • 提供者:dbs
  1. captive

    0下载:
  2. 通过背景差分的方法,识别摄像头捕捉到的画面中运动的物体-Moving objects in the background difference method, the recognition camera to capture the screen
  3. 所属分类:OpenCV

    • 发布日期:2017-12-03
    • 文件大小:7838720
    • 提供者:王云舒
  1. comex

    0下载:
  2. 假设激光投射到目标物体上,同时位于同一平面的摄像头画面内能够捕捉到激光照射点(画面最亮的点),用于激光测距,可以使用现有的opencv库,很容易作进一步性能改进-Assuming the laser is projected onto the target object is located within the same plane of the camera screen at the same time be able to capture the laser irradiation po
  3. 所属分类:OpenCV

    • 发布日期:2017-11-18
    • 文件大小:635398
    • 提供者:comex
  1. main

    0下载:
  2. 从摄像头或AVI文件捕捉视频流并进行边缘检测-Capture video stream from the camera or AVI file, and edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-11-16
    • 文件大小:1242
    • 提供者:zhangyujiao
  1. deep-and-image

    0下载:
  2. 本例是利用OpenNI和OpenCV完成.oni格式视频的采集,介绍了利用Kinect相机采集视频的方法。-This case OpenNI and OpenCV oni format video capture Kinect camera to capture video.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-02
    • 文件大小:1228
    • 提供者:王自溟
  1. IPRender

    0下载:
  2. Wrapper class for Capture render video using OpenCv.
  3. 所属分类:OpenCV

    • 发布日期:2017-12-02
    • 文件大小:114316
    • 提供者:Tran Quoc Viet
  1. Camera_single

    0下载:
  2. //日期:2012年12月1日 //环境:openCV2.3+window-xp+visual studio 2010 //项目:window32控制台 //功能:显示单个摄像头的数据 //注意:有两种方法获取数据 CvCapture* capture = cvCreateCameraCapture(-1) 和cvCapture* capture = cvCaptureFromCAM(0) -//Date: December 1, 2012// environment: open
  3. 所属分类:OpenCV

    • 发布日期:2017-11-19
    • 文件大小:686398
    • 提供者:蔡杰
  1. AutoSyncddwService

    0下载:
  2. I found that with iTunes, you can play songs in the WMA format, but it doesn t convert them, so on The Code Project website, I found an MP3, WAV, and PCM audio capturing C# code and added all the libraries necessary to capture the audio to the specif
  3. 所属分类:OpenCV

    • 发布日期:2017-11-14
    • 文件大小:13992
    • 提供者:bess
  1. kinect_jiehecaise_shendu_guge

    0下载:
  2. 利用Kinect捕获彩色图像数据,并在OPencv环境下显示图像-Using Kinect to capture the color image data, and in the OPencv environment display image
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:9833472
    • 提供者:高娅莉
  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. kinect_tiqucaisetuxiang

    0下载:
  2. 利用Kinect捕获——深度图像数据,并在OPencv环境下显示图像-Using Kinect to capture the depth image data, and in the OPencv environment display image
  3. 所属分类:OpenCV

    • 发布日期:2017-11-22
    • 文件大小:9800292
    • 提供者:高娅莉
  1. OpenCV2.xPCalibration

    0下载:
  2. 实现对摄像头参数的标定,对摄像头采集图像进行校正。-Achieve the calibration parameters of the camera, the camera capture images correction.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-05
    • 文件大小:9479459
    • 提供者:Henry
  1. circle

    0下载:
  2. 本程序能够实现对十字坐标中圆心的捕捉,基本是采用hough园变换的方法,可以获取圆心的坐标以及圆的半径大小。-The program is able to achieve to Capture Cross coordinates the center, basically transform hough Park, you can get the center coordinates and the radius of the circle.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-27
    • 文件大小:3297831
    • 提供者:xingzhiwen
  1. USB-VIDEO

    0下载:
  2. USB摄像头视频采集,建立一个基于WIN32控制台的工程CameraUSB-USB camera video capture
  3. 所属分类:OpenCV

    • 发布日期:2017-11-11
    • 文件大小:818
    • 提供者:liye
  1. USB

    0下载:
  2. 两个摄像头视频采集;同时采集两路USB摄像头数据,并显示,具有图片保存功能-Two camera video capture simultaneous acquisition of two USB camera data, and display, save the picture function
  3. 所属分类:OpenCV

    • 发布日期:2017-11-11
    • 文件大小:1255
    • 提供者:liye
  1. opencv-capture

    0下载:
  2. 使用opencv提取视频每一帧及将连续图片合成视频 //////////////////////////////////////////////////////////////////////// // // // 该程序实现视频和图片的相互转换. // Image_to_video()函数将一组图片合成AVI视频文件. // Video_to_image()函数将AVI视频文件读入,将每一帧存储为jpg文件. -To use opencv extracted vid
  3. 所属分类:OpenCV

    • 发布日期:2017-11-04
    • 文件大小:1513
    • 提供者:唐广超
  1. DCameraTest

    0下载:
  2. 一款用Directshow和Opencv结合开发的关于相机视频采集的软件-Linked to the development of a use Directshow and Opencv camera video capture software
  3. 所属分类:OpenCV

    • 发布日期:2017-12-01
    • 文件大小:27444837
    • 提供者:方毅
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com