public class FImageToMBFImageVideoTranslator extends VideoTranslator<FImage,MBFImage>
Constructor and Description |
---|
FImageToMBFImageVideoTranslator(Video<FImage> in)
Create a translator using the input video.
|
Modifier and Type | Method and Description |
---|---|
MBFImage |
translateFrame(FImage nextFrame)
Translate the given input frame to the appropriate output frame.
|
countFrames, getCurrentFrame, getFPS, getHeight, getNextFrame, getTimeStamp, getWidth, hasNextFrame, reset
close, getCurrentFrameIndex, iterator, seek, setCurrentFrameIndex
public FImageToMBFImageVideoTranslator(Video<FImage> in)
in
- The input video to translatepublic MBFImage translateFrame(FImage nextFrame)
VideoTranslator
translateFrame
in class VideoTranslator<FImage,MBFImage>
nextFrame
- The input frame.