public class CalibrationDetectorSquareFiducialGrid
extends java.lang.Object
implements boofcv.abst.geo.calibration.DetectorFiducialCalibration
DetectFiducialSquareGrid for DetectorFiducialCalibration.| Constructor and Description |
|---|
CalibrationDetectorSquareFiducialGrid(ConfigSquareGridBinary config) |
| Modifier and Type | Method and Description |
|---|---|
boofcv.alg.geo.calibration.CalibrationObservation |
getDetectedPoints() |
java.util.List<georegression.struct.point.Point2D_F64> |
getLayout() |
boolean |
process(boofcv.struct.image.GrayF32 input) |
public CalibrationDetectorSquareFiducialGrid(ConfigSquareGridBinary config)
public boolean process(boofcv.struct.image.GrayF32 input)
process in interface boofcv.abst.geo.calibration.DetectorFiducialCalibrationpublic boofcv.alg.geo.calibration.CalibrationObservation getDetectedPoints()
getDetectedPoints in interface boofcv.abst.geo.calibration.DetectorFiducialCalibrationpublic java.util.List<georegression.struct.point.Point2D_F64> getLayout()
getLayout in interface boofcv.abst.geo.calibration.DetectorFiducialCalibration