Name
apply_color_trans_lutapply_color_trans_lutApplyColorTransLutapply_color_trans_lutApplyColorTransLutApplyColorTransLut — Farbraumtransformation mit der vorab generierten Look-Up-Tabelle.
Herror apply_color_trans_lut(const Hobject Image1, const Hobject Image2, const Hobject Image3, Hobject* ImageResult1, Hobject* ImageResult2, Hobject* ImageResult3, const Hlong ColorTransLUTHandle)
Herror T_apply_color_trans_lut(const Hobject Image1, const Hobject Image2, const Hobject Image3, Hobject* ImageResult1, Hobject* ImageResult2, Hobject* ImageResult3, const Htuple ColorTransLUTHandle)
Herror apply_color_trans_lut(Hobject Image1, Hobject Image2, 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
HImageArray HImageArray::ApplyColorTransLut(const HImageArray& Image2, const HImageArray& Image3, HImageArray* ImageResult2, HImageArray* ImageResult3, const HColorTransLUT& ColorTransLUTHandle) const
HImage HColorTransLUT::ApplyColorTransLut(const HImage& Image1, const HImage& Image2, const HImage& Image3, HImage* ImageResult2, HImage* ImageResult3) const
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
void HOperatorSetX.ApplyColorTransLut(
[in] IHUntypedObjectX* Image1, [in] IHUntypedObjectX* Image2, [in] IHUntypedObjectX* Image3, [out] IHUntypedObjectX** ImageResult1, [out] IHUntypedObjectX** ImageResult2, [out] IHUntypedObjectX** ImageResult3, [in] VARIANT ColorTransLUTHandle)
IHImageX* HImageX.ApplyColorTransLut(
[in] IHImageX* Image2, [in] IHImageX* Image3, [out] IHImageX** ImageResult2, [out] IHImageX** ImageResult3, [in] IHColorTransLUTX* ColorTransLUTHandle)
IHImageX* HColorTransLUTX.ApplyColorTransLut(
[in] IHImageX* Image1, [in] IHImageX* Image2, [in] IHImageX* Image3, [out] IHImageX** ImageResult2, [out] IHImageX** ImageResult3)
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_lutApplyColorTransLutapply_color_trans_lutApplyColorTransLutApplyColorTransLut transformiert ein 3-kanaliges Bild von
RGB in den anderen Farbraum und umgekehrt mit der vorab generierten
Look-Up-Tabelle. Die drei Kanäle werden als drei getrennte Bilder
sowohl ein- als auch ausgegeben.
Die weiteren Informationen zu den einzelnen Farbraumtransformationen
können aus den Beschreibungen der Operatoren trans_from_rgbtrans_from_rgbTransFromRgbtrans_from_rgbTransFromRgbTransFromRgb
und trans_to_rgbtrans_to_rgbTransToRgbtrans_to_rgbTransToRgbTransToRgb entnommen werden.
- Multithreading-Typ: reentrant (läuft parallel zu nicht-exklusiven Operatoren).
- Multithreading-Bereich: global (kann von jedem Thread aufgerufen werden).
- Automatisch parallelisiert auf Tupelebene.
- Automatisch parallelisiert auf Domainebene.
Farbtransformiertes Ausgabebild (Kanal 1).
Farbtransformiertes Ausgabebild (Kanal 2).
Farbtransformiertes Ausgabebild (Kanal 3).
Handle der Lookup-Tabelle für die
Farbtransformation.
apply_color_trans_lutapply_color_trans_lutApplyColorTransLutapply_color_trans_lutApplyColorTransLutApplyColorTransLut liefert den Wert 2 (H_MSG_TRUE), falls die
übergebenen Parameter korrekt sind und die Eingabebilder
erfolgreich transformiert werden konnten. Ansonsten wird eine
Fehlerbehandlung durchgeführt.
create_color_trans_lutcreate_color_trans_lutCreateColorTransLutcreate_color_trans_lutCreateColorTransLutCreateColorTransLut
clear_color_trans_lutclear_color_trans_lutClearColorTransLutclear_color_trans_lutClearColorTransLutClearColorTransLut
trans_from_rgbtrans_from_rgbTransFromRgbtrans_from_rgbTransFromRgbTransFromRgb,
trans_to_rgbtrans_to_rgbTransToRgbtrans_to_rgbTransToRgbTransToRgb
create_color_trans_lutcreate_color_trans_lutCreateColorTransLutcreate_color_trans_lutCreateColorTransLutCreateColorTransLut,
clear_color_trans_lutclear_color_trans_lutClearColorTransLutclear_color_trans_lutClearColorTransLutClearColorTransLut
Foundation