Class | Description |
---|---|
FImageToMBFImageVideoTranslator |
Converts an FImage video into an MBFImage video.
|
MBFImageToFImageVideoTranslator |
Converts an MBFImage video into an FImage video using intensity.
|
VideoTranslator<INPUT extends Image<?,INPUT>,OUTPUT extends Image<?,OUTPUT>> |
A video translator is a video processor where the input and output frame
types may be different.
|