EasyColor::PseudoColor
Applies the mapping defined by the pseudo-color lookup table to transform a gray-level image into a color image.
Namespace: Euresys::Open_eVision
[C++]
static void PseudoColor(
EROIBW8
* sourceImage,
EROIC24
* destinationImage,
EPseudoColorLookup
* lookup
)
Parameters
sourceImage
Pointer to the source gray-level image.
destinationImage
Pointer to the destination color image.
lookup
Pointer to the pseudo-color lookup table.
Remarks
Pseudo-coloring is a convenient way to display gray-level images with enhanced contrast: a shade of colors is associated to the shade of gray-level values. A simple way to define the shade of colors is to specify a path in color space.
In order to use pseudo-coloring, a special lookup table is used: EPseudoColorLookup
. It handles the mapping between the gray-level and color values.
EasyColor.PseudoColor
Applies the mapping defined by the pseudo-color lookup table to transform a gray-level image into a color image.
Namespace: Euresys.Open_eVision
[C#]
static void PseudoColor(
EROIBW8
sourceImage,
EROIC24
destinationImage,
EPseudoColorLookup
lookup
)
Parameters
sourceImage
Pointer to the source gray-level image.
destinationImage
Pointer to the destination color image.
lookup
Pointer to the pseudo-color lookup table.
Remarks
Pseudo-coloring is a convenient way to display gray-level images with enhanced contrast: a shade of colors is associated to the shade of gray-level values. A simple way to define the shade of colors is to specify a path in color space.
In order to use pseudo-coloring, a special lookup table is used: EPseudoColorLookup
. It handles the mapping between the gray-level and color values.
EasyColor.PseudoColor
Applies the mapping defined by the pseudo-color lookup table to transform a gray-level image into a color image.
Module: open_evision
[Python]
@staticmethod
PseudoColor(
sourceImage: EROIBW8
destinationImage: EROIC24
lookup: EPseudoColorLookup
) -> None
Parameters
sourceImage
Pointer to the source gray-level image.
destinationImage
Pointer to the destination color image.
lookup
Pointer to the pseudo-color lookup table.
Remarks
Pseudo-coloring is a convenient way to display gray-level images with enhanced contrast: a shade of colors is associated to the shade of gray-level values. A simple way to define the shade of colors is to specify a path in color space.
In order to use pseudo-coloring, a special lookup table is used: EPseudoColorLookup
. It handles the mapping between the gray-level and color values.