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

搜索资源列表

  1. ShiPin

    0下载:
  2. 使用opencv获取摄像头视频在picture控件上显示,通过c++实现,在vc6.0上可以通过,不过必须安装opencv后才可以。可以获取图像,保存视频,代码简单,易学,刚做完与大家分享-Using opencv video camera to obtain the picture control on the display, through the c++ implementation, in vc6.0 can be passed, but before they can be inst
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-17
    • 文件大小:2259710
    • 提供者:王志远
  1. faces_det

    0下载:
  2. opencv实现的摄像头采集视频,实时显示并检测到人脸,检测到人脸时提高分辨率,可保存视频并回放,-opencv realized camera capture video, real-time display and detects a human face, human face detection to improve the resolution, you can save video and playback,
  3. 所属分类:OpenCV

    • 发布日期:2017-11-18
    • 文件大小:7807032
    • 提供者:声望
  1. tract

    0下载:
  2. OpenCv实现视频中运动物体跟踪 三帧差法 滤波 绘制矩形框区-OpenCv tracking moving objects in video three difference method draws a rectangle filtering area
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-10
    • 文件大小:1267822
    • 提供者:dxin jin
  1. VehicleDetection

    0下载:
  2. 本程序使用OpenCV库在VC++6.0环境下编写,可以实现车辆的初步检测功能,附有源代码及测试视频,仅供学习参考之用。-This procedure using the OpenCV library written in vc++ 6.0 environment, and can realize preliminary vehicle detection, including source code and test videos, for educational purposes only.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-11
    • 文件大小:6293802
    • 提供者:张鑫
  1. camara

    0下载:
  2. qt 使用opencv实现 视频捕捉功能,并把他显示在widget上-qt using opencv realize video capture capabilities, and put him on display in the widget
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:829952
    • 提供者:金欢
  1. SaveAvi

    0下载:
  2. 基于opencv的摄像头视频采集并保存的程序,保存的视频格式为AVI,操作简单。-Based on the opencv camera, video capture and save the programs, save video formats to AVI, easy to operate.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-16
    • 文件大小:1805564
    • 提供者:罗平
  1. rgb2avi

    0下载:
  2. 将连续图片转换为连续视频的源代码。是由opencv图开发的,是公司的基本工具之一,与大家分享、-Continuous video image is converted to a continuous source code. Figure developed by opencv, the company is one of the basic tools to share with you,
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:14213947
    • 提供者:凌虎
  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. a

    0下载:
  2. opencv 实现对视频帧的提取,包括从摄像头获取视频及avi文件获取视频-opencv realize the video frame extraction, including video from the camera to obtain access to video and avi files
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:917
    • 提供者:sf
  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 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com