public class QrCodeCodeWordLocations
extends org.ejml.data.BMatrixRMaj
| Modifier and Type | Field and Description |
|---|---|
java.util.List<georegression.struct.point.Point2D_I32> |
bits |
| Constructor and Description |
|---|
QrCodeCodeWordLocations(int version) |
QrCodeCodeWordLocations(int numModules,
int[] alignment,
boolean hasVersion) |
| Modifier and Type | Method and Description |
|---|---|
int |
getTotalDataBits()
Returns number of data bits available.
|