EasyImage::SwapFrames

Interchanges the even and odd rows of an image.

Namespace: Euresys::Open_eVision

[C++]

void SwapFrames(
   EROIBW8* sourceImage,
   EROIBW8* destinationImage
)

void SwapFrames(
   EROIBW16* sourceImage,
   EROIBW16* destinationImage
)

void SwapFrames(
   EROIC24* sourceImage,
   EROIC24* destinationImage
)

Parameters

sourceImage

Pointer to the source image/ROI.

destinationImage

Pointer to the destination image/ROI.

Remarks

This is helpful when acquisition of an interleaved image has confused even and odd frames.

EasyImage.SwapFrames

Interchanges the even and odd rows of an image.

Namespace: Euresys.Open_eVision

[C#]

void SwapFrames(
   Euresys.Open_eVision.EROIBW8 sourceImage,
   Euresys.Open_eVision.EROIBW8 destinationImage
)

void SwapFrames(
   Euresys.Open_eVision.EROIBW16 sourceImage,
   Euresys.Open_eVision.EROIBW16 destinationImage
)

void SwapFrames(
   Euresys.Open_eVision.EROIC24 sourceImage,
   Euresys.Open_eVision.EROIC24 destinationImage
)

Parameters

sourceImage

Pointer to the source image/ROI.

destinationImage

Pointer to the destination image/ROI.

Remarks

This is helpful when acquisition of an interleaved image has confused even and odd frames.