| Home | Trees | Indices | Help |
|---|
|
|
AbstractVSP --+
|
FrameNumberVSP
A simple VSP object simply displays the input video frame with some simple annotation to show the frame number in upper left corner. NOTE: The vid.play(...) method will automatically add a frame number annotation to the source image, which can be problematic for downstream processing. Instead, call vid.play(...,annotate=False) to suppress the frame number display, and then use this FrameNumberVSP as a final step to put the frame number on the video after any processing has occurred.
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
Constructor
|
Override this abstract method with the processing your object performs on a per-frame basis. It is recommended that you do not directly call this method. Rather, the VSP is a callable object, and so the __call__ method takes care of invoking this method as well as calling the next module, if any.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Apr 21 14:31:59 2015 | http://epydoc.sourceforge.net |