EasyImage::VerticalMirror

Mirrors an image vertically (the rows are swapped).

Namespace: Euresys::Open_eVision

[C++]

void VerticalMirror(
   EROIBW8* sourceImage
)

void VerticalMirror(
   EROIBW16* sourceImage
)

void VerticalMirror(
   EROIC24* sourceImage
)

Parameters

sourceImage

Pointer to the source image/ROI.

EasyImage.VerticalMirror

Mirrors an image vertically (the rows are swapped).

Namespace: Euresys.Open_eVision

[C#]

void VerticalMirror(
   Euresys.Open_eVision.EROIBW8 sourceImage
)

void VerticalMirror(
   Euresys.Open_eVision.EROIBW16 sourceImage
)

void VerticalMirror(
   Euresys.Open_eVision.EROIC24 sourceImage
)

Parameters

sourceImage

Pointer to the source image/ROI.