Name
apply_color_trans_lutT_apply_color_trans_lutApplyColorTransLutApplyColorTransLut — Color space transformation using pre-generated look-up-table.
void ApplyColorTransLut(const HObject& Image1, const HObject& Image2, const HObject& Image3, HObject* ImageResult1, HObject* ImageResult2, HObject* ImageResult3, const HTuple& ColorTransLUTHandle)
HImage HImage::ApplyColorTransLut(const HImage& Image2, const HImage& Image3, HImage* ImageResult2, HImage* ImageResult3, const HColorTransLUT& ColorTransLUTHandle) const
HImage HColorTransLUT::ApplyColorTransLut(const HImage& Image1, const HImage& Image2, const HImage& Image3, HImage* ImageResult2, HImage* ImageResult3) const
static void HOperatorSet.ApplyColorTransLut(HObject image1, HObject image2, HObject image3, out HObject imageResult1, out HObject imageResult2, out HObject imageResult3, HTuple colorTransLUTHandle)
HImage HImage.ApplyColorTransLut(HImage image2, HImage image3, out HImage imageResult2, out HImage imageResult3, HColorTransLUT colorTransLUTHandle)
HImage HColorTransLUT.ApplyColorTransLut(HImage image1, HImage image2, HImage image3, out HImage imageResult2, out HImage imageResult3)
apply_color_trans_lutapply_color_trans_lutApplyColorTransLutApplyColorTransLutApplyColorTransLut transforms an 3-channel image from the
RGB color space to further color spaces and vice versa using a
pre-generated look-up-table. The three channels of the image are
passed as three separate images on input and output.
For further information about the color space transformations see
operators trans_from_rgbtrans_from_rgbTransFromRgbTransFromRgbTransFromRgb and trans_to_rgbtrans_to_rgbTransToRgbTransToRgbTransToRgb
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Automatically parallelized on tuple level.
- Automatically parallelized on domain level.
Color-transformed output image (channel 1).
Color-transformed output image (channel 2).
Color-transformed output image (channel 3).
Handle of the look-up-table for the color space
transformation.
The operator apply_color_trans_lutapply_color_trans_lutApplyColorTransLutApplyColorTransLutApplyColorTransLut returns the value 2 (H_MSG_TRUE) if
the given parameters are correct and the input images could be
successfully transformed. Otherwise, an exception will be raised.
create_color_trans_lutcreate_color_trans_lutCreateColorTransLutCreateColorTransLutCreateColorTransLut
clear_color_trans_lutclear_color_trans_lutClearColorTransLutClearColorTransLutClearColorTransLut
trans_from_rgbtrans_from_rgbTransFromRgbTransFromRgbTransFromRgb,
trans_to_rgbtrans_to_rgbTransToRgbTransToRgbTransToRgb
create_color_trans_lutcreate_color_trans_lutCreateColorTransLutCreateColorTransLutCreateColorTransLut,
clear_color_trans_lutclear_color_trans_lutClearColorTransLutClearColorTransLutClearColorTransLut
Foundation