EQRCodeGeometry::GetFinderPatternCenters

Finder patterns centers.

Namespace: Euresys::Open_eVision

[C++]

std::vector<EPoint> GetFinderPatternCenters() const

Remarks

In case of a Micro QR code, there is only one finder pattern center. In case of another QR code, there are three finder pattern centers, returned in the following order: top right, top left, bottom left.

EQRCodeGeometry.FinderPatternCenters

Finder patterns centers.

Namespace: Euresys.Open_eVision

[C#]

EPoint[] FinderPatternCenters

{ get; }

Remarks

In case of a Micro QR code, there is only one finder pattern center. In case of another QR code, there are three finder pattern centers, returned in the following order: top right, top left, bottom left.

EQRCodeGeometry.FinderPatternCenters

Finder patterns centers.

Module: open_evision

[Python]

FinderPatternCenters: list[EPoint]

{get}

Remarks

In case of a Micro QR code, there is only one finder pattern center. In case of another QR code, there are three finder pattern centers, returned in the following order: top right, top left, bottom left.