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

搜索资源列表

  1. OpenCV

    0下载:
  2. OpenCV program for beginner
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:3653874
    • 提供者:doublly
  1. openCV编程入门

    3下载:
  2. openCV编程入门
  3. 所属分类:视频捕捉/采集

    • 发布日期:2011-02-12
    • 文件大小:207951
    • 提供者:kitty_8922
  1. openCV

    0下载:
  2. OpenCV图像处理运动视频图像跟踪
  3. 所属分类:视频捕捉/采集

    • 发布日期:2012-05-19
    • 文件大小:12417113
    • 提供者:bdyyt@163.com
  1. Opencvreadavi.Opencv 从摄像头获取视频流

    1下载:
  2. Opencv 从摄像头获取视频流,获取视频信息,并保存视频,Opencv capture video from camera ,query the property of the video and save the video to avi files
  3. 所属分类:视频捕捉/采集

    • 发布日期:2016-01-25
    • 文件大小:16644
    • 提供者:mengyafei
  1. OpenCvSaveVideo.rar

    0下载:
  2. OpenCv用camerads不需要用Directx读取并保存视频文件,read and save video
  3. 所属分类:Video Capture

    • 发布日期:2017-04-09
    • 文件大小:1053120
    • 提供者:李成锦
  1. cameraHSV

    0下载:
  2. OpenCV实时显示摄像头视频中H(HSV)通道的直方图-OpenCV camera video real-time display of H (HSV) histogram channel
  3. 所属分类:Video Capture

    • 发布日期:2017-03-27
    • 文件大小:12355
    • 提供者:chonyee chu
  1. opencv

    1下载:
  2. 基于opencv,可以显示图片,并进行相应的处理,亦可以播放AVI格式的视频文件,并实现快进快退,拖动等功能-Based on opencv, can display pictures, and the corresponding treatment can also play AVI format video files, and to achieve fast-forward, rewind, drag and other functions
  3. 所属分类:Multimedia program

    • 发布日期:
    • 文件大小:8032705
    • 提供者:jtu
  1. opticalflow

    0下载:
  2. code for optical flow estimation using OpenCV from realtime video from a webcam
  3. 所属分类:Video Capture

    • 发布日期:2017-05-24
    • 文件大小:8621949
    • 提供者:Arun
  1. QtOpenCV

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

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

    0下载:
  2. Sample impementation of a stereo camera calibration including rectification using CvCalibFilter based on the forum post of Rafael Mu駉z Salinas at http://tech.groups.yahoo.com/group/OpenCV/message/48237
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-09
    • 文件大小:1074561
    • 提供者:alan gunning
  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. showcamera.c.tar

    0下载:
  2. opencv sample code to capture video from webcam
  3. 所属分类:Video Capture

    • 发布日期:2017-04-02
    • 文件大小:1222
    • 提供者:dnul
  1. FingerVision

    0下载:
  2. Hand Detection and Fingers Recognition using OpenCV.
  3. 所属分类:Video Capture

    • 发布日期:2017-03-24
    • 文件大小:11715
    • 提供者:rrcuser
  1. AvideoplayerbasedonVisualCMFCandOpenCV

    0下载:
  2. 基于MFC对话框的OpenCV视频播放 主要功能:读取AVI视频文件、播放视频文件、可进行播放、暂停、停止操作-A video player based on Visual C++ MFC and OpenCV. Functions: Open .avi files play, pause, stop the video
  3. 所属分类:Video Capture

    • 发布日期:2017-03-29
    • 文件大小:34755
    • 提供者:李波
  1. ANN

    0下载:
  2. MLP-OpenCV. Skin Detection Under Changing illumination using Neural
  3. 所属分类:Video Capture

    • 发布日期:2017-03-23
    • 文件大小:2100
    • 提供者:ThaiDong
  1. VideoTest

    0下载:
  2. 基于opencv的视频播放器 主要实现功能 提取视频 光流 和颜色直方图 并存储起来用于分析视频-Opencv-based video player to achieve the main function of extracting the optical flow and color histogram of the video and stored video for analysis
  3. 所属分类:Multimedia program

    • 发布日期:2017-05-14
    • 文件大小:3936144
    • 提供者:蒋兴杰
  1. OpenCV_And_MEX_Files_quick_guide

    0下载:
  2. OpenCV and MEX files quick guide This document was created as part of a final project for a BSc degree at the Academic College of Tel- Aviv Yaffo, by Rachely Esman and Yoad Snapir, under the supervision of Tal Hassner.
  3. 所属分类:Video Capture

    • 发布日期:2017-03-30
    • 文件大小:296876
    • 提供者:mohmmed omar
  1. fftw-opencv-example

    0下载:
  2. I ve made an example on how to perform FFT operation using FFTW in OpenCV. It simply loads an image, compute FFT & IFFT, then display the final result. The resulted image has no difference with the original, as it should.
  3. 所属分类:Video Capture

    • 发布日期:2017-03-22
    • 文件大小:2777
    • 提供者:serkant
  1. cvMovie20101027.tar

    0下载:
  2. Qt with Opencv for face detection. Using QTimer and VideoWidget tested Windows Vista and Linux Mint 9. IDE QtCreater
  3. 所属分类:Video Capture

    • 发布日期:2017-03-31
    • 文件大小:17696
    • 提供者:szproxy
  1. OpenCV Project

    1下载:
  2. 使用OPENCV库函数实现对电脑摄像头增加拍照功能(using the opencv vision library to add the camera function to the camera)
  3. 所属分类:视频捕捉/采集

    • 发布日期:2017-12-16
    • 文件大小:16061440
    • 提供者:苹果水
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com