Skip to content

Feature/chessboardcornerssb

Sebastian Hahta requested to merge feature/chessboardcornerssb into master

Added error check to registration. Configurable threshold for MSE (chessboard point distance to estimated plane). If the board has very bad depth values, error should be high and registration would not complete.

Added pre-processor conditions to use findChessboardCorners/findChessboardCornersSB depending on OpenCV version (>= 4).

Merge request reports