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

搜索资源列表

  1. OpenCVFirst.rar

    0下载:
  2. 基于OpenCV的从视频中得到一帧图像,格式为IplImage,Based on OpenCV be from a video image, the format for the IplImage
  3. 所属分类:Video Capture

    • 发布日期:2017-05-04
    • 文件大小:1323497
    • 提供者:sdp
  1. opencv_cam_test

    0下载:
  2. 用opencv提供的函数来获取摄像头是实时视频的小例子。-Provided with opencv functions to obtain real-time video camera is a small example.
  3. 所属分类:Video Capture

    • 发布日期:2017-04-01
    • 文件大小:7882
    • 提供者:dansen
  1. vms-0.0.3

    1下载:
  2. 本系统从摄像头实时采集视频并显示,相片的拍照,预览与管理功能,MPEG4视频的录制与播放。系统使用Qt开发。本系统支持多平台多操作系统,在Windows系统下使用OpenCV的一些库函数进行视频采集。在Linux系统下使用V4L进行视频采集。 在以下环境测试运行:Windows: Qt 4.4.3,Linux: qt-embedded-linux-opensource-src-4.4.1 详情见 http://sonew.512j.com/-The system from the video
  3. 所属分类:Video Capture

    • 发布日期:2015-04-01
    • 文件大小:1412310
    • 提供者:shujel
  1. capturecam

    0下载:
  2. 调用OpenCV库,该程序可以用于从摄像头捕获视频流,并新建一个窗口用于显示视频流。-Call OpenCV library, the program can be used to capture video stream from the camera, and create a window for displaying video stream.
  3. 所属分类:Video Capture

    • 发布日期:2017-05-08
    • 文件大小:1920149
    • 提供者:chuanchuan
  1. pixelread4.cpp

    0下载:
  2. This program is a opencv code which will display the intensity levels of any gray scale image. pls don t forget to edit the image name.. compiled on ubuntu8.04-This program is a opencv code which will display the intensity levels of any gray scal
  3. 所属分类:Video Capture

    • 发布日期:2017-04-01
    • 文件大小:1129
    • 提供者:vijay
  1. edge2.cpp

    0下载:
  2. This is a opencv edge detection program try on ubutnu- This is a opencv edge detection program try on ubutnu
  3. 所属分类:Video Capture

    • 发布日期:2017-03-31
    • 文件大小:550
    • 提供者:vijay
  1. pixelwrite5.cpp

    0下载:
  2. This a opencv code which will write one(255) to all the pixels.Hence when u display the image after overwriting u wull see white image.If u write 0 u will see balck image.If u write 100 u will see brown image-This is a opencv code which will write on
  3. 所属分类:Video Capture

    • 发布日期:2017-04-04
    • 文件大小:1140
    • 提供者:vijay
  1. video

    0下载:
  2. 利用Opencv打开一段视频,并加入自己的字幕信息-open a video based on OpenCV, and insert some message in it
  3. 所属分类:Video Capture

    • 发布日期:2017-05-28
    • 文件大小:11485211
    • 提供者:chenlishan
  1. readvideo

    0下载:
  2. 基于opencv的视频读入程序,可以从摄像头采集视频,将每帧暂时存入临时缓冲区并显示,为视频处理的基础程序块-Opencv video-based reading program, you can capture video from a camera will be temporarily deposited in the temporary buffer for each frame, and show that the basis for the video processing bloc
  3. 所属分类:Video Capture

    • 发布日期:2017-03-29
    • 文件大小:1378
    • 提供者:zhaolongfei
  1. movingtargetdetection

    0下载:
  2. This a program to detect the moving target using VC++ ,with the help of OpenCV.-This is a program to detect the moving target using VC++ ,with the help of OpenCV.
  3. 所属分类:Video Capture

    • 发布日期:2017-05-25
    • 文件大小:8422849
    • 提供者:wang
  1. OpenCVChineseManual

    0下载:
  2. opencv说明文档,对OPENCV有详细介绍,是学习OPENCV的好资料。-opencv documentation, detailed descr iption of the OPENCV is a good learning OPENCV information.
  3. 所属分类:Video Capture

    • 发布日期:2017-05-15
    • 文件大小:3723024
    • 提供者:zhangwen
  1. facedetect

    0下载:
  2. 用摄像头采集人脸图像并进行识别,是基于opencv实现的。-This code is used to capture the video of a person s face and detect it by comparing the image detected with those already stored in the files.
  3. 所属分类:Video Capture

    • 发布日期:2017-04-10
    • 文件大小:1030200
    • 提供者:renyuzhuo
  1. 9857585

    0下载:
  2. opencv,主要实现两个摄像头采集信息,并且显示画面,程序自己编写,有需要需要安装别的环境-opencv, the main achievement of the two cameras to collect information and display the program to write your own, there is a need to install any other environment
  3. 所属分类:Video Capture

    • 发布日期:2017-04-02
    • 文件大小:192236
    • 提供者:
  1. 16868200cameradistance2011

    0下载:
  2. 摄像头标定的代码,OpenCV没有提供完整的示例,自己整理了一下,贴出来记录。利用cvFindChessboardCorners找到棋盘在摄像头中的2D位置, 再用cvCalibrateCamera2计算内参, 最后用cvUndistort2纠正图像的变形。 -Camera calibration code, OpenCV does not provide a complete example of his order a bit, posted record. Use cvFindChe
  3. 所属分类:Video Capture

    • 发布日期:2017-04-05
    • 文件大小:897141
    • 提供者:yaoyao
  1. 87914810triclopsDemo20

    0下载:
  2. 摄像头标定的代码,OpenCV没有提供完整的示例,自己整理了一下,贴出来记录。利用cvFindChessboardCorners找到棋盘在摄像头中的2D位置, 再用cvCalibrateCamera2计算内参-Camera calibration code, OpenCV does not provide a complete example of his order a bit, posted record. Use cvFindChessboardCorners find board in
  3. 所属分类:Video Capture

    • 发布日期:2017-05-16
    • 文件大小:4520558
    • 提供者:yaoyao
  1. Simple-Warehouse-Monitoring

    0下载:
  2. 该程序利用摄像头实现了画面监控,并可以监控用户指定的画面,开发环境为vc6,使用了opencv库。-The program uses the camera to achieve a screen monitor and can monitor the user-specified images, the development environment for vc6, use the opencv library.
  3. 所属分类:Video Capture

    • 发布日期:2017-05-19
    • 文件大小:5587363
    • 提供者:王颖
  1. cool09

    0下载:
  2. 使用OPENCV调用任何一部所控制的电脑里面的摄像头,并可以使用截图功能,如果需要,可以直接录制成视频-OPENCV call using any of a computer controlled camera inside, and you can use the screenshot function, if necessary, can be directly recorded into the video
  3. 所属分类:Video Capture

    • 发布日期:2017-05-25
    • 文件大小:8550950
    • 提供者:DMANO
  1. dingwei

    0下载:
  2. 根据摄像头,定位物像坐标,使显示屏中的图片始终面向体验者,请先配置好opencv环境- a picture alway face to user by camera,note:install opencv before programing
  3. 所属分类:Video Capture

    • 发布日期:2017-06-01
    • 文件大小:13986258
    • 提供者:zou
  1. open_mfc

    0下载:
  2. 这个程序是用vs2010 + opencv 做的一个视屏程序,可以通过电脑的摄像头录入图像 然后显示出来。-This program is a screen vs2010+ opencv program input image through the computer' s camera and then displayed.
  3. 所属分类:Video Capture

    • 发布日期:2017-06-09
    • 文件大小:15950893
    • 提供者:LiN
  1. exam1

    0下载:
  2. OpenCV和VS2005编写的一个跟踪的小程序,已经编译通过,虽然效果不是很好,但学习用可以。-OpenCV and VS2005 prepared a tracking program has been compiled through, although the effect is not very good, but learn.
  3. 所属分类:Video Capture

    • 发布日期:2017-11-06
    • 文件大小:1553
    • 提供者:guoguo
« 1 23 »
搜珍网 www.dssz.com