EQRCode::GetCellPosition

Position of a cell of the QR code in the Image/ROI.

Namespace: Euresys::Open_eVision

[C++]

EQuadrangle GetCellPosition(
   int x,
   int y
)

EQuadrangle GetCellPosition(
   EMatrixPosition position
)

Parameters

x

The horizontal index of the cell in the QR code symbol.

y

The vertical index of the cell in the QR code symbol.

position

The position of the cell in the QR code symbol.

EQRCode.GetCellPosition

Position of a cell of the QR code in the Image/ROI.

Namespace: Euresys.Open_eVision

[C#]

Euresys.Open_eVision.EQuadrangle GetCellPosition(
   int x,
   int y
)

Euresys.Open_eVision.EQuadrangle GetCellPosition(
   Euresys.Open_eVision.EMatrixPosition position
)

Parameters

x

The horizontal index of the cell in the QR code symbol.

y

The vertical index of the cell in the QR code symbol.

position

The position of the cell in the QR code symbol.