Package pyvision :: Package types :: Module Video
[hide private]
[frames] | no frames]

Module Video

source code

Classes [hide private]
  VideoInterface
VideoInterface is an abstract class meant only to define a common interface for all Video subtypes.
  Webcam
  Video
  VideoFromFileList
Given a sorted list of filenames (including full path), this will treat the list as a video sequence.
  VideoFromDirectory
This class allows the user to treat a directory of images as a video.
  VideoFromImages
This class allows the user to treat a directory of images as a video.
  VideoFromImageStack
This class allows the user to treat a stack of grayscale images in a 3D numpy array as a video.
  FFMPEGVideo
FFMPEGVideo is an alternate way to capture video from a file, not directly using OpenCV's highgui.
Variables [hide private]
  __package__ = 'pyvision.types'