EasyColor::GetComponent

Extracts one color plane, considered as a gray-level image, from a color image.

Namespace: Euresys::Open_eVision

[C++]

void GetComponent(
   const EROIC24* colorSourceImage,
   EROIBW8* bWDestinationImage,
   OEV_UINT32 component,
   EColorLookup* lookup
)

void GetComponent(
   EROIC48* colorSourceImage,
   EROIBW16* bWDestinationImage,
   OEV_UINT32 component
)

Parameters

colorSourceImage

Pointer to the input color image/ROI.

bWDestinationImage

Pointers to the output gray-level component image/ROI.

component

Color component index (0, 1, or 2).

lookup

Pointer to the color lookup table, or NULL.

EasyColor.GetComponent

Extracts one color plane, considered as a gray-level image, from a color image.

Namespace: Euresys.Open_eVision

[C#]

void GetComponent(
   Euresys.Open_eVision.EROIC24 colorSourceImage,
   Euresys.Open_eVision.EROIBW8 bWDestinationImage,
   uint component,
   Euresys.Open_eVision.EColorLookup lookup
)

void GetComponent(
   Euresys.Open_eVision.EROIC48 colorSourceImage,
   Euresys.Open_eVision.EROIBW16 bWDestinationImage,
   uint component
)

Parameters

colorSourceImage

Pointer to the input color image/ROI.

bWDestinationImage

Pointers to the output gray-level component image/ROI.

component

Color component index (0, 1, or 2).

lookup

Pointer to the color lookup table, or NULL.