Package boofcv.alg.fiducial.qrcode
Class QrCode.Alignment
java.lang.Object
boofcv.alg.fiducial.qrcode.QrCode.Alignment
- Enclosing class:
- QrCode
Information related to a specific alignment pattern. The center coordinate is stored.
-
Field Summary
Modifier and TypeFieldDescriptionint
Center grid coordinate of alignment pattern.int
Center grid coordinate of alignment pattern.Pixel coordinate of this alignment pattern's centerdouble
Threshold value selected at this alignment pattern -
Constructor Summary
-
Method Summary
-
Field Details
-
pixel
Pixel coordinate of this alignment pattern's center -
moduleX
public int moduleXCenter grid coordinate of alignment pattern. -
moduleY
public int moduleYCenter grid coordinate of alignment pattern. -
threshold
public double thresholdThreshold value selected at this alignment pattern
-
-
Constructor Details
-
Alignment
public Alignment()
-
-
Method Details
-
set
-