EasyImage::Shrink

Resizes an image to a smaller size. Pre-filtering is applied to avoid aliasing.

Namespace: Euresys::Open_eVision

[C++]

void Shrink(
   EROIBW8* sourceImage,
   EROIBW8* destinationImage
)

void Shrink(
   EROIC24* sourceImage,
   EROIC24* destinationImage
)

void Shrink(
   EROIBW16* sourceImage,
   EROIBW16* destinationImage
)

Parameters

sourceImage

Pointer to the source image/ROI.

destinationImage

Pointer to the destination image/ROI.

EasyImage.Shrink

Resizes an image to a smaller size. Pre-filtering is applied to avoid aliasing.

Namespace: Euresys.Open_eVision

[C#]

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

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

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

Parameters

sourceImage

Pointer to the source image/ROI.

destinationImage

Pointer to the destination image/ROI.