EasyImage::Flip
Flip an image around either the vertical axis, the horizontal axis or both.
Namespace: Euresys::Open_eVision
[C++]
static void Flip(
const EROIBW8
* sourceImage,
EROIBW8
* destinationImage,
EFlipAxis
axis
)
static void Flip(
const EROIBW16
* sourceImage,
EROIBW16
* destinationImage,
EFlipAxis
axis
)
static void Flip(
const EROIC24
* sourceImage,
EROIC24
* destinationImage,
EFlipAxis
axis
)
static void Flip(
const EROIC24A
* sourceImage,
EROIC24A
* destinationImage,
EFlipAxis
axis
)
static void Flip(
EROIBW8
* sourceImage,
EFlipAxis
axis
)
static void Flip(
EROIBW16
* sourceImage,
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#]
static void Flip(
EROIBW8
sourceImage,
EROIBW8
destinationImage,
EFlipAxis
axis
)
static void Flip(
EROIBW16
sourceImage,
EROIBW16
destinationImage,
EFlipAxis
axis
)
static void Flip(
EROIC24
sourceImage,
EROIC24
destinationImage,
EFlipAxis
axis
)
static void Flip(
EROIC24A
sourceImage,
EROIC24A
destinationImage,
EFlipAxis
axis
)
static void Flip(
EROIBW8
sourceImage,
EFlipAxis
axis
)
static void Flip(
EROIBW16
sourceImage,
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.
Module: open_evision
[Python]
@staticmethod
Flip(
sourceImage: EROIBW8
destinationImage: EROIBW8
axis: EFlipAxis
) -> None
@staticmethod
Flip(
sourceImage: EROIBW16
destinationImage: EROIBW16
axis: EFlipAxis
) -> None
@staticmethod
Flip(
sourceImage: EROIC24
destinationImage: EROIC24
axis: EFlipAxis
) -> None
@staticmethod
Flip(
sourceImage: EROIC24A
destinationImage: EROIC24A
axis: EFlipAxis
) -> None
@staticmethod
Flip(
sourceImage: EROIBW8
axis: EFlipAxis
) -> None
@staticmethod
Flip(
sourceImage: EROIBW16
axis: EFlipAxis
) -> None
@staticmethod
Flip(
sourceImage: EROIC24
axis: EFlipAxis
) -> None
@staticmethod
Flip(
sourceImage: EROIC24A
axis: EFlipAxis
) -> 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.
axis
Axis around which the ROI flips.
Remarks
Destination image/roi size should be the same as the source image/roi size.