EColorLookup::Transform

Transforms a quantized color image/pixel to another quantized color image/pixel, using the previously initialized color lookup table.

Namespace: Euresys::Open_eVision

[C++]

void Transform(
   EC24 sourceImageColor,
   EC24& destinationImageColor
)

void Transform(
   const EROIC24* sourceImage,
   EROIC24* destinationImage
)

Parameters

sourceImageColor

Input color image.

destinationImageColor

Output color image.

sourceImage

Input color image.

destinationImage

Output color image.

EColorLookup.Transform

Transforms a quantized color image/pixel to another quantized color image/pixel, using the previously initialized color lookup table.

Namespace: Euresys.Open_eVision

[C#]

void Transform(
   Euresys.Open_eVision.EC24 sourceImageColor,
   out Euresys.Open_eVision.EC24 destinationImageColor
)

void Transform(
   Euresys.Open_eVision.EROIC24 sourceImage,
   Euresys.Open_eVision.EROIC24 destinationImage
)

Parameters

sourceImageColor

Input color image.

destinationImageColor

Output color image.

sourceImage

Input color image.

destinationImage

Output color image.