Skip to content
Snippets Groups Projects
Commit b200c275 authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

Small fix

parent 0bbd88ab
No related branches found
No related tags found
1 merge request!7Feature/chessboardcornerssb
Pipeline #10844 passed
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
...@@ -443,7 +443,7 @@ bool Calibrate::_recalibrate(vector<vector<Point2f>> *imagePoints, ...@@ -443,7 +443,7 @@ bool Calibrate::_recalibrate(vector<vector<Point2f>> *imagePoints,
found2 = !local_->isStereo() || findChessboardCornersSB(view[1], found2 = !local_->isStereo() || findChessboardCornersSB(view[1],
settings_.boardSize, pointBuf[1], chessBoardFlags); settings_.boardSize, pointBuf[1], chessBoardFlags);
#else #else
LOG(INFO) << "Using findChessboardCorners()" LOG(INFO) << "Using findChessboardCorners()";
found1 = findChessboardCorners(view[0], settings_.boardSize, found1 = findChessboardCorners(view[0], settings_.boardSize,
pointBuf[0], chessBoardFlags); pointBuf[0], chessBoardFlags);
found2 = !local_->isStereo() || findChessboardCorners(view[1], found2 = !local_->isStereo() || findChessboardCorners(view[1],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment