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

搜索资源列表

  1. motiondetect

    0下载:
  2. 基于vc++和opencv能够实现视频图像中的运动目标的检测-Based vc++ and opencv to achieve video images of the moving object detection
  3. 所属分类:OpenCV

    • 发布日期:2017-11-16
    • 文件大小:13320685
    • 提供者:陈林
  1. TrackandID1

    0下载:
  2. 基于opencv环境在视频区域内设置感兴趣区域,在该区域内进行车辆检测以及车辆跟踪。-Based on the opencv environment settings in the video area of ​ ​ the region of interest in the region for vehicle detection, and vehicle tracking.
  3. 所属分类:Graph program

    • 发布日期:2017-11-12
    • 文件大小:2922441
    • 提供者:陈林
  1. HandFingerDetection

    0下载:
  2. 网上下载的利用OpenCV进行手势识别的代码,经过我的修改能运行,但是效果没有ReadMe中给的youtube视频中那种效果,但是该代码可以供学习。-Downloaded using OpenCV gesture recognition code, after I modified to run, but the results did not give the ReadMe youtube video that effect, but that the code can be used for
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:14759
    • 提供者:二月齐飞
  1. ancy

    0下载:
  2. opencv 读取视频图像并作一些简单的基本的处理,比如边缘检测,中值滤波-Read the video image and make a few simple basic processing, such as edge detection, median filtering, etc.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-19
    • 文件大小:227513
    • 提供者:王大神
  1. test_ORB4

    0下载:
  2. OpenCv ORB算法 特征点匹配 模板图片跟视频进行匹配-OpenCv ORB feature point matching algorithm with the video image template matching
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:4067100
    • 提供者:黄勉
  1. MeanShift-Kalman-tracking-algorithm

    0下载:
  2. 结合kalman滤波的meanshift跟踪算法,meanshift算法是一种经典的均值漂移跟踪算法,采用颜色直方图作为跟踪特征,具有很高的稳定性和鲁棒性,kalman滤波是一种线性滤波预测算法。在meanshift算法中引入kalman滤波,可以提高算法的稳定性,同时提高算法执行效率。代码中除了avi格式视频读取采用opencv库函数外,核心算法均为纯C++实现,注释详细,很容易理解,同时具有很高的参考价值。 -Meanshift kalman filtering combined track
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:14885
    • 提供者:roc
  1. Opencv_vedio-process

    1下载:
  2. 使用Opencv编写的视频处理程序,能够实现跟踪,增强和彩色化!-Opencv prepared using video processing procedures to achieve tracking, enhancement and colorization!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4493534
    • 提供者:赵壮
  1. motiondetect

    0下载:
  2. opencv环境下实现对视频中运动目标的识别与跟踪,内含视频为某时段某市区交通情况-opencv environment to achieve the video moving target identification and tracking, embedded video for a certain period of urban traffic conditions
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:509212
    • 提供者:Simon
  1. pic-in-pic

    0下载:
  2. 在vc平台上,利用opencv编写的画中画程序,可同时播放两个视频,一个缩小在右下角显示-In vc platform using opencv prepared PIP program can simultaneously play two videos, a narrowing in the lower right corner
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:613129
    • 提供者:贺玉高
  1. Main_Harris

    0下载:
  2. 利用opencv输入输出接口读取视频,然后对视频进行harris角点检测,效果很好,(需要更改输入视频的地址)-Using opencv read the video input and output interfaces, and then the video harris corner detection, the effect is very good, (need to change the input video address)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:3006
    • 提供者:jackey
  1. as

    0下载:
  2. 用于视频录制的一个程序,基于opencv。-For video recording of a program, based on opencv.
  3. 所属分类:File Formats

    • 发布日期:2017-04-10
    • 文件大小:1251
    • 提供者:魏牧星
  1. Camera_test

    0下载:
  2. opencv C++ 读取摄像头的一个简短程序,将cvCreateCameraCapture的camera改成File,就可以读取要求路径的视频文件。-opencv C++ camera reads a short program that will cvCreateCameraCapture the camera into a File, you can read the required path of the video file.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:9731799
    • 提供者:夏明威
  1. cut_frame

    0下载:
  2. 本程序是基于opencv编写的,能够有效的处理视频分帧,很好,很强大。-This procedure is based on opencv prepared to effectively deal with video framing, very good, very powerful.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4112689
    • 提供者:纪青华
  1. read-data-from-camera-program

    0下载:
  2. 在OPENCV中,用于从摄像机读入数据。CAPTURE结构初始化后,从视频文件或摄像头设备读入图像没有区别。-In OPENCV, the read data from a camera. CAPTURE structure initialization, from video files or webcam device reads the image no difference.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-25
    • 文件大小:1003
    • 提供者:hhhu
  1. MakeVideoFile

    0下载:
  2. 写视频文件,基于OPENCV的内部调用函数,用电脑自带的默认摄像头进行拍摄视频,可以达到写视频文件的功能-Write video files OPENCV the internal function call, the computer comes with the default camera to shoot video, you can achieve the function to write the video file
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:171605
    • 提供者:艾飞飞
  1. ShowImage

    0下载:
  2. 显示图片,基于OPENCV的内部调用函数,用电脑自带的默认摄像头进行拍摄照片视频,并显示得到的图像-Display pictures, OPENCV the internal call functions, comes with the computer' s default video camera to shoot photos and display the resulting image
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:159682
    • 提供者:艾飞飞
  1. yy

    0下载:
  2. opencv 读取视频文件,可以控制帧率,但必须要有解码器-opencv read video files, you can control the frame rate, but you must have the decoder
  3. 所属分类:OpenCV

    • 发布日期:2017-05-02
    • 文件大小:581887
    • 提供者:殷勇
  1. img2avi

    0下载:
  2. 基于opencv的图片拼接成视频源码,提供了两个函数-readAllImg(vector<string> filesName)和img2video(vector<Mat> imgFiles,string saveFilePath,int fps)-Based on OpenCV,to turn pictures to avi
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:644
    • 提供者:zhanghaibo
  1. test_video_control

    0下载:
  2. 视频控制OPENCV源代码,拖动条控制进度-Video Control OPENCV source code, drag the progress bar control
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:1184
    • 提供者:尹鑫
  1. camera.tar

    0下载:
  2. 这是一个OPENCV得例子,用于摄像头视频捕捉。-camera data capture
  3. 所属分类:Video Capture

    • 发布日期:2017-03-29
    • 文件大小:1398
    • 提供者:LEE
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com