Easy::Resize
Resizes an image without interpolation.
Namespace: Euresys::Open_eVision
[C++]
static void Resize(
EROIBW8
* sourceImage,
EROIBW8
* destinationImage
)
static void Resize(
EROIBW16
* sourceImage,
EROIBW16
* destinationImage
)
static void Resize(
EROIC15
* sourceImage,
EROIC15
* destinationImage
)
static void Resize(
EROIC16
* sourceImage,
EROIC16
* destinationImage
)
static void Resize(
EROIC24
* sourceImage,
EROIC24
* destinationImage
)
static void Resize(
EROIC24A
* sourceImage,
EROIC24A
* destinationImage
)
Parameters
sourceImage
Pointer to the source image/ROI.
destinationImage
Pointer to the destination image/ROI.
Easy.Resize
Resizes an image without interpolation.
Namespace: Euresys.Open_eVision
[C#]
static void Resize(
EROIBW8
sourceImage,
EROIBW8
destinationImage
)
static void Resize(
EROIBW16
sourceImage,
EROIBW16
destinationImage
)
static void Resize(
EROIC15
sourceImage,
EROIC15
destinationImage
)
static void Resize(
EROIC16
sourceImage,
EROIC16
destinationImage
)
static void Resize(
EROIC24
sourceImage,
EROIC24
destinationImage
)
static void Resize(
EROIC24A
sourceImage,
EROIC24A
destinationImage
)
Parameters
sourceImage
Pointer to the source image/ROI.
destinationImage
Pointer to the destination image/ROI.
Easy.Resize
Resizes an image without interpolation.
Module: open_evision
[Python]
@staticmethod
Resize(
sourceImage: EROIBW8
destinationImage: EROIBW8
) -> None
@staticmethod
Resize(
sourceImage: EROIBW16
destinationImage: EROIBW16
) -> None
@staticmethod
Resize(
sourceImage: EROIC15
destinationImage: EROIC15
) -> None
@staticmethod
Resize(
sourceImage: EROIC16
destinationImage: EROIC16
) -> None
@staticmethod
Resize(
sourceImage: EROIC24
destinationImage: EROIC24
) -> None
@staticmethod
Resize(
sourceImage: EROIC24A
destinationImage: EROIC24A
) -> None
Parameters
sourceImage
Pointer to the source image/ROI.
destinationImage
Pointer to the destination image/ROI.