Package boofcv.alg.fiducial.calib
Class DetectFiducialSquareGrid.Detection
java.lang.Object
boofcv.alg.fiducial.calib.DetectFiducialSquareGrid.Detection
- Enclosing class:
- DetectFiducialSquareGrid<T extends ImageGray<T>>
public static class DetectFiducialSquareGrid.Detection extends Object
A detected inner fiducial. Which one, where it is.
-
Field Summary
Fields Modifier and Type Field Description int
gridIndex
long
id
Quadrilateral_F64
location
int
numDetected
-
Constructor Summary
Constructors Constructor Description Detection()
-
Method Summary
Modifier and Type Method Description void
reset()
-
Field Details
-
numDetected
public int numDetected -
location
-
id
public long id -
gridIndex
public int gridIndex
-
-
Constructor Details
-
Detection
public Detection()
-
-
Method Details
-
reset
public void reset()
-