boofcv.abst.geo.calibration
Interface CalibrationDetector
-
- All Known Implementing Classes:
- CalibrationDetectorChessboard, CalibrationDetectorSquareFiducialGrid, CalibrationDetectorSquareGrid
public interface CalibrationDetectorInterface for extracting points from a planar calibration grid.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description CalibrationObservationgetDetectedPoints()Returns the set of detected points from the most recent call toprocess(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
-
-
-
Method Detail
-
process
boolean process(GrayF32 input)
Image processing for calibration target detection- Parameters:
input- Gray scale image containing calibration target- Returns:
- true if target was detected and false if not
-
getDetectedPoints
CalibrationObservation getDetectedPoints()
Returns the set of detected points from the most recent call toprocess(GrayF32). Each time this function is invoked a new instance of the list and points is returned. No data reuse here.- Returns:
- List of detected points in row major grid order.
-
getLayout
java.util.List<Point2D_F64> getLayout()
Returns the layout of the calibration points on the target- Returns:
- List of calibration points
-
-
DataMelt 3.0 © DataMelt by jWork.ORG