EasyImage::Rotate

Rotate an image by an increment of a quarter of a turn (right angle).

Namespace: Euresys::Open_eVision

[C++]

void Rotate(
   EROIBW8* sourceImage,
   EROIBW8* destinationImage,
   Euresys::Open_eVision::ERotationRightAngles rightAngle
)

void Rotate(
   EROIBW16* sourceImage,
   EROIBW16* destinationImage,
   Euresys::Open_eVision::ERotationRightAngles rightAngle
)

void Rotate(
   EROIC24* sourceImage,
   EROIC24* destinationImage,
   Euresys::Open_eVision::ERotationRightAngles rightAngle
)

void Rotate(
   EROIBW8* sourceImage,
   Euresys::Open_eVision::ERotationRightAngles rightAngle
)

void Rotate(
   EROIBW16* sourceImage,
   Euresys::Open_eVision::ERotationRightAngles rightAngle
)

void Rotate(
   EROIC24* sourceImage,
   Euresys::Open_eVision::ERotationRightAngles rightAngle
)

Parameters

sourceImage

Pointer to the source image/ROI.

destinationImage

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

rightAngle

Right angle of rotation (90, 180 or 270 degrees).

Remarks

Destination image/roi size should be the compatible with the source image/roi size with the rotation.

EasyImage.Rotate

Rotate an image by an increment of a quarter of a turn (right angle).

Namespace: Euresys.Open_eVision

[C#]

void Rotate(
   Euresys.Open_eVision.EROIBW8 sourceImage,
   Euresys.Open_eVision.EROIBW8 destinationImage,
   Euresys.Open_eVision.ERotationRightAngles rightAngle
)

void Rotate(
   Euresys.Open_eVision.EROIBW16 sourceImage,
   Euresys.Open_eVision.EROIBW16 destinationImage,
   Euresys.Open_eVision.ERotationRightAngles rightAngle
)

void Rotate(
   Euresys.Open_eVision.EROIC24 sourceImage,
   Euresys.Open_eVision.EROIC24 destinationImage,
   Euresys.Open_eVision.ERotationRightAngles rightAngle
)

void Rotate(
   Euresys.Open_eVision.EROIBW8 sourceImage,
   Euresys.Open_eVision.ERotationRightAngles rightAngle
)

void Rotate(
   Euresys.Open_eVision.EROIBW16 sourceImage,
   Euresys.Open_eVision.ERotationRightAngles rightAngle
)

void Rotate(
   Euresys.Open_eVision.EROIC24 sourceImage,
   Euresys.Open_eVision.ERotationRightAngles rightAngle
)

Parameters

sourceImage

Pointer to the source image/ROI.

destinationImage

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

rightAngle

Right angle of rotation (90, 180 or 270 degrees).

Remarks

Destination image/roi size should be the compatible with the source image/roi size with the rotation.