EasyImage::PathToImage

Given a path described by coordinates in a path vector, copies the pixel values from the path vector to the corresponding image pixels.

Namespace: Euresys::Open_eVision

[C++]

void PathToImage(
   EROIBW8* sourceImage,
   EBW8PathVector* path
)

void PathToImage(
   EROIBW16* sourceImage,
   EBW16PathVector* path
)

void PathToImage(
   EROIC24* sourceImage,
   EC24PathVector* path
)

Parameters

sourceImage

Pointer to the source image/ROI.

path

Pointer to the destination vector.

EasyImage.PathToImage

Given a path described by coordinates in a path vector, copies the pixel values from the path vector to the corresponding image pixels.

Namespace: Euresys.Open_eVision

[C#]

void PathToImage(
   Euresys.Open_eVision.EROIBW8 sourceImage,
   Euresys.Open_eVision.EBW8PathVector path
)

void PathToImage(
   Euresys.Open_eVision.EROIBW16 sourceImage,
   Euresys.Open_eVision.EBW16PathVector path
)

void PathToImage(
   Euresys.Open_eVision.EROIC24 sourceImage,
   Euresys.Open_eVision.EC24PathVector path
)

Parameters

sourceImage

Pointer to the source image/ROI.

path

Pointer to the destination vector.