EasyImage::SetupInverseWarp

Prepares suitable inverse warp images for use with function EasyImage::Warp to unwarp an invertible LUT given by the warpImageX and warpImageY.

Namespace: Euresys::Open_eVision

[C++]

static void SetupInverseWarp(
   EImageBW16* warpImageX,
   EImageBW16* warpImageY,
   EImageBW16* inverseWarpImageX,
   EImageBW16* inverseWarpImageY
)

Parameters

warpImageX

Pointer to the X lookup image.

warpImageY

Pointer to the Y lookup image.

inverseWarpImageX

Pointer to the inverse X lookup image.

inverseWarpImageY

Pointer to the inverse Y lookup image.

Remarks

Typical use is warping back a text printed around a circle. The behavior when using non invertible LUT is undefined.

EasyImage.SetupInverseWarp

Prepares suitable inverse warp images for use with function EasyImage.Warp to unwarp an invertible LUT given by the warpImageX and warpImageY.

Namespace: Euresys.Open_eVision

[C#]

static void SetupInverseWarp(
   EImageBW16 warpImageX,
   EImageBW16 warpImageY,
   EImageBW16 inverseWarpImageX,
   EImageBW16 inverseWarpImageY
)

Parameters

warpImageX

Pointer to the X lookup image.

warpImageY

Pointer to the Y lookup image.

inverseWarpImageX

Pointer to the inverse X lookup image.

inverseWarpImageY

Pointer to the inverse Y lookup image.

Remarks

Typical use is warping back a text printed around a circle. The behavior when using non invertible LUT is undefined.

EasyImage.SetupInverseWarp

Prepares suitable inverse warp images for use with function EasyImage.Warp to unwarp an invertible LUT given by the warpImageX and warpImageY.

Module: open_evision

[Python]

@staticmethod
SetupInverseWarp(
    warpImageX: EImageBW16
    warpImageY: EImageBW16
    inverseWarpImageX: EImageBW16
    inverseWarpImageY: EImageBW16
) -> None

Parameters

warpImageX

Pointer to the X lookup image.

warpImageY

Pointer to the Y lookup image.

inverseWarpImageX

Pointer to the inverse X lookup image.

inverseWarpImageY

Pointer to the inverse Y lookup image.

Remarks

Typical use is warping back a text printed around a circle. The behavior when using non invertible LUT is undefined.