SoInterlaceFramesProcessing2d engine More...
#include <ImageViz/Engines/ImageManipulation/ImageEditing/SoInterlaceFramesProcessing2d.h>
Public Types | |
enum | SplitMode { HALF_IMAGE = 0, FULL_IMAGE = 1 } |
Public Member Functions | |
SoInterlaceFramesProcessing2d () | |
Public Attributes | |
SoSFImageDataAdapter | inEvenImage |
SoSFImageDataAdapter | inOddImage |
SoSFEnum | splitMode |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outImage |
The SoInterlaceFramesProcessing2d Command merges two images, considered as even and odd frames, to produce an interlaced image.
See also: SoDeinterlaceFramesProcessing2d.
inEvenImage | NULL |
inOddImage | NULL |
splitMode | HALF_IMAGE |
SoInterlaceFramesProcessing2d::SoInterlaceFramesProcessing2d | ( | ) |
Constructor.
The input even field image.
Default value is NULL. Supported types include: grayscale binary label color image.
The input odd field image.
Default value is NULL. Supported types include: grayscale binary label color image.
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter*> SoInterlaceFramesProcessing2d::outImage |
The output image.
Default value is NULL. Supported types include: grayscale binary label color image.
Select the split mode.
Use enum SplitMode. Default is HALF_IMAGE