public class WrapPlanarChessTarget extends java.lang.Object implements PlanarCalibrationDetector
DetectChessCalibrationPoints for PlanarCalibrationDetector| Constructor and Description |
|---|
WrapPlanarChessTarget(ConfigChessboard config) |
| Modifier and Type | Method and Description |
|---|---|
DetectChessCalibrationPoints<boofcv.struct.image.ImageFloat32,boofcv.struct.image.ImageFloat32> |
getAlg() |
java.util.List<georegression.struct.point.Point2D_F64> |
getPoints()
Returns the set of detected points.
|
boolean |
process(boofcv.struct.image.ImageFloat32 input)
Image processing for calibration target detection
|
public WrapPlanarChessTarget(ConfigChessboard 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 DetectChessCalibrationPoints<boofcv.struct.image.ImageFloat32,boofcv.struct.image.ImageFloat32> getAlg()