| Home | Trees | Indices | Help | 
|---|
|  | 
Created on Mar 18, 2011
Author: svohara
| 
 | |||
| AbstractVSP AbstractVSP is the abstract class definition of a Video Stream Processor (VSP) object. | |||
| FrameNumberVSP A simple VSP object simply displays the input video frame with some simple annotation to show the frame number in upper left corner. | |||
| VideoWriterVSP A video stream processor that outputs to a new movie file. | |||
| ResizerVSP This VSP resizes each frame of video. | |||
| FrameSkipperVSP This is a video stream processor that is used to skip every k frames in a source video. | |||
| MotionDetectionVSP This VSP uses an existing motion detection object to apply motion detection to each frame of video. | |||
| PeopleDetectionVSP This Video Stream Processor applies the OpenCV HOG people detector to each frame of video, annotating the detections with red rectangles. | |||
| 
 | |||
| VSP_SWALLOW_IMG = -1 | |||
| __package__ =  | |||
| Home | Trees | Indices | Help | 
|---|
| Generated by Epydoc 3.0.1 on Tue Apr 21 14:31:58 2015 | http://epydoc.sourceforge.net |