EasyImage::Rotate

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

Namespace: Euresys::Open_eVision

[C++]

static void Rotate(
   EROIBW8* sourceImage,
   EROIBW8* destinationImage,
   ERotationRightAngles rightAngle
)

static void Rotate(
   EROIBW16* sourceImage,
   EROIBW16* destinationImage,
   ERotationRightAngles rightAngle
)

static void Rotate(
   EROIC24* sourceImage,
   EROIC24* destinationImage,
   ERotationRightAngles rightAngle
)

static void Rotate(
   EROIC24A* sourceImage,
   EROIC24A* destinationImage,
   ERotationRightAngles rightAngle
)

static void Rotate(
   EROIBW8* sourceImage,
   ERotationRightAngles rightAngle
)

static void Rotate(
   EROIBW16* sourceImage,
   ERotationRightAngles rightAngle
)

static void Rotate(
   EROIC24* sourceImage,
   ERotationRightAngles rightAngle
)

static void Rotate(
   EROIC24A* sourceImage,
   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#]

static void Rotate(
   EROIBW8 sourceImage,
   EROIBW8 destinationImage,
   ERotationRightAngles rightAngle
)

static void Rotate(
   EROIBW16 sourceImage,
   EROIBW16 destinationImage,
   ERotationRightAngles rightAngle
)

static void Rotate(
   EROIC24 sourceImage,
   EROIC24 destinationImage,
   ERotationRightAngles rightAngle
)

static void Rotate(
   EROIC24A sourceImage,
   EROIC24A destinationImage,
   ERotationRightAngles rightAngle
)

static void Rotate(
   EROIBW8 sourceImage,
   ERotationRightAngles rightAngle
)

static void Rotate(
   EROIBW16 sourceImage,
   ERotationRightAngles rightAngle
)

static void Rotate(
   EROIC24 sourceImage,
   ERotationRightAngles rightAngle
)

static void Rotate(
   EROIC24A sourceImage,
   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).

Module: open_evision

[Python]

@staticmethod
Rotate(
    sourceImage: EROIBW8
    destinationImage: EROIBW8
    rightAngle: ERotationRightAngles
) -> None

@staticmethod
Rotate(
    sourceImage: EROIBW16
    destinationImage: EROIBW16
    rightAngle: ERotationRightAngles
) -> None

@staticmethod
Rotate(
    sourceImage: EROIC24
    destinationImage: EROIC24
    rightAngle: ERotationRightAngles
) -> None

@staticmethod
Rotate(
    sourceImage: EROIC24A
    destinationImage: EROIC24A
    rightAngle: ERotationRightAngles
) -> None

@staticmethod
Rotate(
    sourceImage: EROIBW8
    rightAngle: ERotationRightAngles
) -> None

@staticmethod
Rotate(
    sourceImage: EROIBW16
    rightAngle: ERotationRightAngles
) -> None

@staticmethod
Rotate(
    sourceImage: EROIC24
    rightAngle: ERotationRightAngles
) -> None

@staticmethod
Rotate(
    sourceImage: EROIC24A
    rightAngle: ERotationRightAngles
) -> None

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.