boofcv.abst.fiducial.calib
Class CalibrationDetectorSquareFiducialGrid
- java.lang.Object
-
- boofcv.abst.fiducial.calib.CalibrationDetectorSquareFiducialGrid
-
- All Implemented Interfaces:
- CalibrationDetector
public class CalibrationDetectorSquareFiducialGrid extends java.lang.Object implements CalibrationDetector
Wrapper aroundDetectFiducialSquareGridforCalibrationDetector.
-
-
Constructor Summary
Constructors Constructor and Description CalibrationDetectorSquareFiducialGrid(ConfigSquareGridBinary config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description CalibrationObservationgetDetectedPoints()Returns the set of detected points from the most recent call toCalibrationDetector.process(GrayF32).java.util.List<Point2D_F64>getLayout()Returns the layout of the calibration points on the targetbooleanprocess(GrayF32 input)Image processing for calibration target detection
-
-
-
Constructor Detail
-
CalibrationDetectorSquareFiducialGrid
public CalibrationDetectorSquareFiducialGrid(ConfigSquareGridBinary config)
-
-
Method Detail
-
process
public boolean process(GrayF32 input)
Description copied from interface:CalibrationDetectorImage processing for calibration target detection- Specified by:
processin interfaceCalibrationDetector- Parameters:
input- Gray scale image containing calibration target- Returns:
- true if target was detected and false if not
-
getDetectedPoints
public CalibrationObservation getDetectedPoints()
Description copied from interface:CalibrationDetectorReturns the set of detected points from the most recent call toCalibrationDetector.process(GrayF32). Each time this function is invoked a new instance of the list and points is returned. No data reuse here.- Specified by:
getDetectedPointsin interfaceCalibrationDetector- Returns:
- List of detected points in row major grid order.
-
getLayout
public java.util.List<Point2D_F64> getLayout()
Description copied from interface:CalibrationDetectorReturns the layout of the calibration points on the target- Specified by:
getLayoutin interfaceCalibrationDetector- Returns:
- List of calibration points
-
-
DataMelt 3.0 © DataMelt by jWork.ORG