EImageStitcher::GetMatrix

Returns the affine matrix applied to input image n-th to compose the final image. The returned vector is a row-ordered 3x2 matrix Must be called after a successful stitching.

Namespace: Euresys::Open_eVision

[C++]

std::vector<float> GetMatrix(
   int n
) const

Parameters

n

Index of the image whose affine matrix should be returned.

EImageStitcher.GetMatrix

Returns the affine matrix applied to input image n-th to compose the final image. The returned vector is a row-ordered 3x2 matrix Must be called after a successful stitching.

Namespace: Euresys.Open_eVision

[C#]

float[] GetMatrix(
   int n
)

Parameters

n

Index of the image whose affine matrix should be returned.

EImageStitcher.GetMatrix

Returns the affine matrix applied to input image n-th to compose the final image. The returned vector is a row-ordered 3x2 matrix Must be called after a successful stitching.

Module: open_evision

[Python]

GetMatrix(
    n: int
) -> list[float]

Parameters

n

Index of the image whose affine matrix should be returned.