public class VideoVisualisation extends AnimatedVideo<MBFImage>
VideoDisplay
tools can be used to display the visualisationImpl.Constructor and Description |
---|
VideoVisualisation(Visualisation<?> v)
Construct a video visualisationImpl using the given visualisationImpl.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Main method
|
protected void |
updateNextFrame(MBFImage frame) |
countFrames, getCurrentFrame, getFPS, getHeight, getNextFrame, getTimeStamp, getWidth, hasNextFrame, init, reset
close, getCurrentFrameIndex, iterator, seek, setCurrentFrameIndex
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public VideoVisualisation(Visualisation<?> v)
v
- The visualisationImpl to make into a video.protected void updateNextFrame(MBFImage frame)
updateNextFrame
in class AnimatedVideo<MBFImage>
AnimatedVideo.updateNextFrame(org.openimaj.image.Image)