EQRCodeGeometry::GetFinderPatternCenters

Finder patterns centers.

Namespace: Euresys::Open_eVision

[C++]

std::vector<Euresys::Open_eVision::EPoint> GetFinderPatternCenters()

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#]

Euresys.Open_eVision.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.