Class ECoCheckFound
java.lang.Object
boofcv.alg.fiducial.calib.ecocheck.ECoCheckFound
Storage for a detected Error COrrecting Checkerboard (ECoCheck) marker found inside an image.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal DogArray<PointIndex2D_F64>Found calibration corners it was able to observeCell ID for cells which were successfully decoded.intWhich marker it came from.final DogArray<ChessboardCorner>Corner image processing metadata.intNumber of square columns in the pattern.intNumber of square rows in the pattern.final DogArray_BIndicates if a corner was decoded next to an encoding. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCorner(ChessboardCorner corner, int cornerID) voidreset()voidsetTo(ECoCheckFound src)
-
Field Details
-
markerID
public int markerIDWhich marker it came from. -1 if unknown -
squareRows
public int squareRowsNumber of square rows in the pattern. -
squareCols
public int squareColsNumber of square columns in the pattern. -
corners
Found calibration corners it was able to observe -
metadata
Corner image processing metadata. Provides focus and brightness info -
touchBinary
Indicates if a corner was decoded next to an encoding. Very unlikely to be a false positive. -
decodedCells
Cell ID for cells which were successfully decoded.
-
-
Constructor Details
-
ECoCheckFound
-
ECoCheckFound
public ECoCheckFound()
-
-
Method Details
-
addCorner
-
reset
public void reset() -
setTo
-