Skip to content
Snippets Groups Projects

Feature/chessboardcornerssb

Merged Sebastian Hahta requested to merge feature/chessboardcornerssb into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -443,7 +443,7 @@ bool Calibrate::_recalibrate(vector<vector<Point2f>> *imagePoints,
found2 = !local_->isStereo() || findChessboardCornersSB(view[1],
settings_.boardSize, pointBuf[1], chessBoardFlags);
#else
LOG(INFO) << "Using findChessboardCorners()"
LOG(INFO) << "Using findChessboardCorners()";
found1 = findChessboardCorners(view[0], settings_.boardSize,
pointBuf[0], chessBoardFlags);
found2 = !local_->isStereo() || findChessboardCorners(view[1],
Loading