搜索资源列表
利用OpenCV对视频进行处理
- 利用OpenCV对视频进行处理,尝试打开本电脑上的摄像头作为视频输入设备,或者将命令行的输入参数作为文件名来打开的视频文件。不管是哪一种方法,最后都是不断的循环处理一帧一帧地处理,涉及到的图像处理有背景擦除,平滑滤波,二值化等。-Using OpenCV to process the video, try to open the computer input device as a video camera, or the command line input parameters as the
V_CameraVideoAnalysi
- 使用OpenCV 2.1分析Notebook camera采集到的视频(格式WMA),分析是否有丢帧的现象发生.编译环境:VC2008 MFC,OpenCV版本是2.1. 如果发生丢帧现象,则会在界面上显示丢帧的位置. 另外,程式还可以得到视频的相关信息,如FPS-Notebook camera using OpenCV 2.1 Analysis of collected video (format WMA), analysis of the phenomenon have droppe
back
- 帧差法背景建模,在外界环境变化情况不大时使用较为方便快捷-Background modeling frame-difference method, small changes in the external environment is more convenient to use
imagezhenchafa
- OpenCV实现的图像帧差法的程序,cmd下载入图像即可运行-OpenCV implementation of the image frame difference method procedure, cmd into the image to download to run! ! ! !
save_pic
- 提取图像的每一帧,并保存下来。使用OpenCV,算法较好。-Extraction of the image each frame, and preserved. The use of OpenCV, a better algorithm.
视频监控(面积报警)
- 通过视频监控,对视频流帧处理,自动发现火情并报警。-Through video surveillance, video streaming frame processing, auto-discovery and fire alarm.
mainskin
- Skin detection for Indian and asian skins for face and body detection in frame using OpenCV and vc++.
Test
- 利用opencv在vc环境下开发的关键帧提取程序-Environment in vc using opencv key frame extraction procedure developed
trackopenvcing
- 一个基于Visual C++和opencv的运动检测程序,运行时鼠标画框圈选运动的无图就可以实现跟踪源代码。-Based Visual C++ and opencv motion detection program, run the mouse movement without frame circle graph tracking the source code can be achieved.
FaceDetected
- 基于OPENCV进行对选择的图片人脸识别,人脸检测,人脸画框。-Picture recognition, face detection, face frame.
shift_color
- 经典的meanshift跟踪算法。手动选择第一帧中的目标进行跟踪。-Classic meanshift tracking algorithm. Manually select the first frame of the target tracking.
Three-Frame-Difference-Algorithm
- 利用opencv和vc++实现目标检测中的三帧差分法- Three Frame Difference Algorithm
frame-difference-3
- 图像序列中,连续三幅图像的帧间差分,适用于opencv,有可调阈值的滚动条-Image sequences, the consecutive three image frame difference
frame-count
- opencv读取一个视频文件,并计算此视频文件的帧总数-The total number of opencv read a video file, and calculate the video file frame
frame-difference
- 在visual studio2010和opencv244写的连续帧差法的背景建模,图像处理采用Mat类型。-Written in visual studio2010 and opencv244 frame differential method for background modeling, image processing using Mat type.
One-Frame
- 实现了对视频里任意一帧的提取,并保存为jpg格式的图像。-The realization of any of the video frame extracted and saved as jpg format images.
Key-frame-extraction
- 数字视频应用技术,基于opencv的边缘检测与关键帧的提取和保存-Application of digital video technology, extraction and preservation of OpenCV edge detection and key frame based on
The-frame-of-image
- 打开一段视频,获取每一帧图像,可以自由设置获取几帧。-Open a video, get each frame, get a few frames can be freely set.
Inter-frame-difference-method
- 帧间差分法是一种通过对视频图像序列中相邻两帧作差分运算来获得运动目标轮廓的方法,它可以很好地适用于存在多个运动目标和摄像机移动的情况。 -Frame difference method is a sequence of video images through the adjacent two for differential operation to obtain moving object contour method, which can be well applied to the
Frame-Difference
- 按照帧来读取照片,而不是直接在视频里读取照片。-According to the frame to read photos, rather than directly read the pictures in the video.