EImageStitcher::DrawPoints

Draw features points used to stitch the n-th image. Must be called after a stitching. This method does not draw the n-th image. It has to be done beforehand.

Namespace: Euresys::Open_eVision

[C++]

void DrawPoints(
   EDrawAdapter* drawAdapter,
   int n
) const

Parameters

drawAdapter

Draw adapter to draw onto.

n

Index of the image whose feature Geometrical property of a coded element. points should be drawn.

EImageStitcher.DrawPoints

Draw features points used to stitch the n-th image. Must be called after a stitching. This method does not draw the n-th image. It has to be done beforehand.

Namespace: Euresys.Open_eVision

[C#]

void DrawPoints(
   EDrawAdapter drawAdapter,
   int n
)

Parameters

drawAdapter

Draw adapter to draw onto.

n

Index of the image whose feature points should be drawn.

EImageStitcher.DrawPoints

Draw features points used to stitch the n-th image. Must be called after a stitching. This method does not draw the n-th image. It has to be done beforehand.

Module: open_evision

[Python]

DrawPoints(
    drawAdapter: EDrawAdapter
    n: int
) -> None

Parameters

drawAdapter

Draw adapter to draw onto.

n

Index of the image whose feature points should be drawn.