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
Modifier and TypeFieldDescriptionfinal DogArray<PointIndex2D_F64>
Found calibration corners it was able to observeCell ID for cells which were successfully decoded.int
Which marker it came from.final DogArray<ChessboardCorner>
Corner image processing metadata.int
Number of square columns in the pattern.int
Number of square rows in the pattern.final DogArray_B
Indicates if a corner was decoded next to an encoding. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCorner
(ChessboardCorner corner, int cornerID) void
reset()
void
setTo
(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
-