public class WrapPlanarSquareGridTarget extends java.lang.Object implements PlanarCalibrationDetector
| Constructor and Description |
|---|
WrapPlanarSquareGridTarget(ConfigSquareGrid config) |
| Modifier and Type | Method and Description |
|---|---|
boofcv.struct.image.ImageUInt8 |
getBinary() |
DetectSquareCalibrationPoints |
getDetect() |
java.util.List<georegression.struct.point.Point2D_F64> |
getPoints()
Returns the set of detected points.
|
RefineCalibrationGridCorner |
getRefine() |
boolean |
process(boofcv.struct.image.ImageFloat32 input)
Image processing for calibration target detection
|
public WrapPlanarSquareGridTarget(ConfigSquareGrid config)
public boolean process(boofcv.struct.image.ImageFloat32 input)
PlanarCalibrationDetectorprocess in interface PlanarCalibrationDetectorinput - Gray scale image containing calibration targetpublic java.util.List<georegression.struct.point.Point2D_F64> getPoints()
PlanarCalibrationDetectorgetPoints in interface PlanarCalibrationDetectorpublic boofcv.struct.image.ImageUInt8 getBinary()
public RefineCalibrationGridCorner getRefine()
public DetectSquareCalibrationPoints getDetect()