Documentation of 'boofcv.abst.fiducial.calib.CalibrationDetectorChessboard' Java class
CalibrationDetectorChessboard
boofcv.abst.fiducial.calib

Class CalibrationDetectorChessboard

    • Constructor Detail

      • CalibrationDetectorChessboard

        public CalibrationDetectorChessboard(ConfigChessboard config)
    • Method Detail

      • process

        public boolean process(GrayF32 input)
        Description copied from interface: CalibrationDetector
        Image processing for calibration target detection
        Specified by:
        process in interface CalibrationDetector
        Parameters:
        input - Gray scale image containing calibration target
        Returns:
        true if target was detected and false if not
      • getGridRows

        public int getGridRows()
        Returns number of rows in the chessboard grid
        Returns:
        number of rows
      • getGridColumns

        public int getGridColumns()
        Returns number of columns in the chessboard grid
        Returns:
        number of columns
      • gridChess

        public static java.util.List<Point2D_F64> gridChess(int numRows,
                                                            int numCols,
                                                            double squareWidth)
        This target is composed of a checkered chess board like squares. Each corner of an interior square touches an adjacent square, but the sides are separated. Only interior square corners provide calibration points.
        Parameters:
        numRows - Number of grid rows in the calibration target
        numCols - Number of grid columns in the calibration target
        squareWidth - How wide each square is. Units are target dependent.
        Returns:
        Target description

DataMelt 3.0 © DataMelt by jWork.ORG

Ads help maintain this website.