pyvision.types.Affine.AffineTransform:
The AffineTransform class is used to transform images and points_b
back and and forth between different coordinate systems.
pyvision.types.img.Image:
The primary purpose of the image class is to provide a structure
that can transform an image back and fourth for different python
libraries such as PIL, OpenCV, and Scipy Images.
pyvision.types.ImageBuffer.ImageBuffer:
Stores a limited number of images from a video (or any other
source) Makes it easy to do N-frame-differencing, for example, by
easily being able to get the current (middle) frame, plus the first
and last frames of the buffer.
pyvision.beta.videotasks.FaceDetectorVT:
This tasks illustrates one way to initialize data in the first
frame by changing the number of required arguments required by
additional frames.
pyvision.beta.vtm.VideoTaskManager:
The framework provide by this class will allow complex video
processing systems to be constructed from simple tasks.