Class EncodedCell
java.lang.Object
boofcv.alg.fiducial.calib.ecocheck.EncodedCell
Describes the appearance of an encoded cell
-
Field Summary
Modifier and TypeFieldDescriptionfinal PackedBits8
Value of each bit in the cell.int
The number of bits along each side of the square -
Constructor Summary
-
Method Summary
-
Field Details
-
width
public int widthThe number of bits along each side of the square -
bits
Value of each bit in the cell. Number of bits must equal width*width.
-
-
Constructor Details
-
EncodedCell
public EncodedCell()
-
-
Method Details
-
reset
public void reset()
-