SoColorToLightnessProcessing engine More...
#include <ImageViz/Engines/ImageFiltering/ColorTransforms/SoColorToLightnessProcessing.h>
Public Member Functions | |
SoColorToLightnessProcessing () | |
Public Attributes | |
SoSFEnum | computeMode |
SoSFImageDataAdapter | inColorImage |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outGrayImage1 |
For an introduction to color transforms, see section Color Transforms.
The SoColorToLightnessProcessing command provides the lightness plane of a RGB image in the HLS space.
computeMode | MODE_AUTO |
inColorImage | NULL |
SoColorToLightnessProcessing::SoColorToLightnessProcessing | ( | ) |
Constructor.
Select the compute Mode (2D or 3D or AUTO) Use enum ComputeMode.
Default is MODE_AUTO
The input RGB image.
Default value is NULL. Supported types include: color image.
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter*> SoColorToLightnessProcessing::outGrayImage1 |
The output lightness image (grayscale).
Default value is NULL. Supported types include: grayscale binary label image.