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<double> GetMatrix(
   int32_t 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#]

double[] 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.