Package pyvision :: Package surveillance :: Module VideoStreamProcessor
[hide private]
[frames] | no frames]

Module VideoStreamProcessor

source code

Created on Mar 18, 2011


Author: svohara

Classes [hide private]
  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.
Variables [hide private]
  VSP_SWALLOW_IMG = -1
  __package__ = 'pyvision.surveillance'