public interface DetectorFiducialCalibration
| Modifier and Type | Method and Description |
|---|---|
CalibrationObservation |
getDetectedPoints()
Returns the set of detected points from the most recent call to
process(GrayF32). |
java.util.List<georegression.struct.point.Point2D_F64> |
getLayout()
Returns the layout of the calibration points on the target
|
boolean |
process(boofcv.struct.image.GrayF32 input)
Image processing for calibration target detection
|
boolean process(boofcv.struct.image.GrayF32 input)
input - Gray scale image containing calibration targetCalibrationObservation getDetectedPoints()
process(GrayF32). Each
time this function is invoked a new instance of the list and points is returned. No data reuse here.java.util.List<georegression.struct.point.Point2D_F64> getLayout()