搜索资源列表
DecklinkHistogram
- DecklinkHistogram is a simple dialog based Microsoft Windows video capture and preview application. It uses the Sample Grabber Filter and the ISampleGrabber interface to extract samples from a capture graph and into an application for in order to per
motion
- There are many approaches for motion detection in continuous video streams. All of them are based on comparison of current video frame with one from the previous frames or with something that we ll call background. In this article I ll try to describ
CAPTURE
- 用opencv编写的从avi视频中捕获帧的程序,捕获的帧存储为bmp格式的图像-Prepared using opencv avi video capture frames from the procedure, the captured frame image stored as bmp format
a
- opencv 实现对视频帧的提取,包括从摄像头获取视频及avi文件获取视频-opencv achieve the extraction of video frames, including video from the camera and get access to video avi files
shipinotsu
- 基于OTSU算法的图像二值化分割,本程序是从视频中截取某一帧来实现。-OTSU algorithm based on binarization image segmentation, the process is from the video frames to achieve a certain interception.
Demo
- 由视频提取帧图像 并进行分析 从而得到路面上经过某一个地点的的车辆信息-Extract frames from the video image and analyzed to get the road through a particular location on the vehicle information
video.c
- A code how to read the video frames easily and fast accesing from a video... done in opencv VC++ a source code for basics.
videoanalysis
- 分析视频文件,得到关键帧,并从关键帧中识别出圆形物体(应用为识别柑橘)-Analysis of video files, get the key frames and key frames from the identified circular object (application for the identification of citrus)
background-modeling
- 用于视频图像、多帧图像序列背景建模,提取出复杂背景图像!-For video image frames of image sequences, background modeling, extracted from complex background image!
video
- 以镜头光圈分类 镜头有手动光圈(manual iris)和自动光圈(auto iris)之分,配合摄象机使用,手动光圈镜头适合于亮度不变的应用场合,自动光圈镜头因亮度变更时其光圈亦作自动调整,故适用亮度变化的场合。-This paper describes an end-to-end method for extracting moving targets from a real-time video stream, classifying them into predefined ca
frames2
- 基于MATLAB编写的视屏提取每一帧,并保存为彩色图像的代码-extracting frames from Video and save frames into RGB Pic,based on m language
A-Comparison-of-SIFT-and-Harris-Conner-Features.r
- Abstract—This paper presents a comparative study of two competing features for the task of finding correspondence points in consecutive image frames. One is the Harris corner feature and the other is the SIFT feature. First, consecutive fram
GaitRecognition
- 里面包含了步态识别的整一套流程的代码实现,包括从视频流里面提取图片帧,背景建模,提取运动目标(运动检测),形态学处理(膨胀与腐蚀,连通性检测),归一化大小,步态能量图的构建,主成分分析(PCA)降维,线性判别分析(LDA)分类等等功能的代码实现。均通过测试。-Contains the gait recognition of the whole process of a set of code, including the extraction and picture frames from th
video.c
- A code how to read the video frames easily and fast accesing from a video... done in opencv VC++a source code for basics.
video.c
- A code how to read the video frames easily and fast accesing from a video... done in opencv VC++a source code for basics.
Motion_compensation
- 这个程序是用来实现从一段视频中提取出所有帧图像,并用提取出来的两帧图像来做运动补偿预测-This program is used to extract frames from a video,but the video s format should be .avi .Also,the extracted frames can be used to do motion compensation.
extractMainFrame
- matlab编写的视频关键帧提取程序,可自动从视频中提取帧,提取第几帧可在程序中自行设定,另附有批量处理视频的主函数。-matlab prepared video key frame extraction procedures can be automatically extracted from video frames to extract the first few frames can be set in the program, batch processing video attac
vdselect
- 编码实现提取视频指定帧序列,并重新合成新视频-extract specialized frames from video
Extracted-from-video-frames
- 从视频提取帧,将视频中的每一帧图像作为图片形式储存在预定的根目录下-Extracted video frames
Key_Frame_identification-master
- 使用Matlab基于直方图、欧式距离和马氏距离实现视频镜头分割-This project takes a video as input and converts it into frames. From the numerous frames it identifies only a few number of frames which are the key frames. Key frames are identifies by implementing Histogram analysis