NikoBach2
NikoBach2
I also get similar results. findChessboardCornersSB() have a different order of corners, than findChessboardCorners(). This is the result with findChessboardCorners()  This is the result with findChessboardCornersSB()  If you...
The code used for generating my output: ``` #include #include #include #include #include #include int main() { //int flagsNormal = cv::CALIB_CB_EXHAUSTIVE | cv::CALIB_CB_ACCURACY ; int flagsNormal = cv::CALIB_CB_EXHAUSTIVE | cv::CALIB_CB_ACCURACY...
I can add, that if you use a radon checkerboard, like you suggest in https://docs.opencv.org/4.x/d9/d0c/group__calib3d.html The checkerboard wouldn't be found, if the marker-flag is set.  (The chessboard is 14x9)
+1 It would be nice with the possibility to add extra asset maintenance types.