| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
types.Video.VideoInterface --+
|
types.Video.Video --+
|
VideoMontage
Provides a visualization of several videos playing back in a single window. This can be very handy, for example, to show tracking results of multiple objects from a single video, or for minimizing screen real-estate when showing multiple video sources.
A video montage object is an iterator, so you "play" the montage by iterating through all the frames, just as with a standard video object.
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
The basic video class that is used to play back a movie file.
|
Return an iterator for this video
|
The next method calls self.query(), so it is common to most video sources and may not need to be overridden.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Apr 21 14:31:59 2015 | http://epydoc.sourceforge.net |