Documentation Portal      

您正在查找什么?

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_2_8

[C++]

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_2_8

[C#]

void PseudoColor(
   Euresys.Open_eVision_2_8.EROIBW8 sourceImage,
   Euresys.Open_eVision_2_8.EROIC24 destinationImage,
   Euresys.Open_eVision_2_8.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.

另请参见代码片段

Pseudo-Coloring

我们应显示哪一个API?

© 2019 EURESYS s.a.  -  关于文档  -  Open Source Licenses  -  Open eVision 2.8.0.1118