EasyImage::Flip

Flip an image around either the vertical axis, the horizontal axis or both.

Namespace: Euresys::Open_eVision

[C++]

void Flip(
   EROIBW8* sourceImage,
   EROIBW8* destinationImage,
   Euresys::Open_eVision::EFlipAxis axis
)

void Flip(
   EROIBW16* sourceImage,
   EROIBW16* destinationImage,
   Euresys::Open_eVision::EFlipAxis axis
)

void Flip(
   EROIC24* sourceImage,
   EROIC24* destinationImage,
   Euresys::Open_eVision::EFlipAxis axis
)

void Flip(
   EROIBW8* sourceImage,
   Euresys::Open_eVision::EFlipAxis axis
)

void Flip(
   EROIBW16* sourceImage,
   Euresys::Open_eVision::EFlipAxis axis
)

void Flip(
   EROIC24* sourceImage,
   Euresys::Open_eVision::EFlipAxis axis
)

Parameters

sourceImage

Pointer to the source image/ROI.

destinationImage

Pointer to the destination image/ROI. May not be the same as the source image.

axis

Axis around which the ROI flips.

Remarks

Destination image/roi size should be the same as the source image/roi size.

EasyImage.Flip

Flip an image around either the vertical axis, the horizontal axis or both.

Namespace: Euresys.Open_eVision

[C#]

void Flip(
   Euresys.Open_eVision.EROIBW8 sourceImage,
   Euresys.Open_eVision.EROIBW8 destinationImage,
   Euresys.Open_eVision.EFlipAxis axis
)

void Flip(
   Euresys.Open_eVision.EROIBW16 sourceImage,
   Euresys.Open_eVision.EROIBW16 destinationImage,
   Euresys.Open_eVision.EFlipAxis axis
)

void Flip(
   Euresys.Open_eVision.EROIC24 sourceImage,
   Euresys.Open_eVision.EROIC24 destinationImage,
   Euresys.Open_eVision.EFlipAxis axis
)

void Flip(
   Euresys.Open_eVision.EROIBW8 sourceImage,
   Euresys.Open_eVision.EFlipAxis axis
)

void Flip(
   Euresys.Open_eVision.EROIBW16 sourceImage,
   Euresys.Open_eVision.EFlipAxis axis
)

void Flip(
   Euresys.Open_eVision.EROIC24 sourceImage,
   Euresys.Open_eVision.EFlipAxis axis
)

Parameters

sourceImage

Pointer to the source image/ROI.

destinationImage

Pointer to the destination image/ROI. May not be the same as the source image.

axis

Axis around which the ROI flips.

Remarks

Destination image/roi size should be the same as the source image/roi size.