NikoBach2

Results 4 comments of NikoBach2

I also get similar results. findChessboardCornersSB() have a different order of corners, than findChessboardCorners(). This is the result with findChessboardCorners() ![Chessboard_screenshot_findChessboardCorners](https://user-images.githubusercontent.com/31891977/180207511-dab2c6f3-dcf9-40d5-8c0c-ffe9ddb7d8b3.png) This is the result with findChessboardCornersSB() ![Chessboard_screenshot_findChessboardCornersSB](https://user-images.githubusercontent.com/31891977/180207516-22c0b574-1d7d-4411-98f5-b1ff8d6ab8dd.png) 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. ![IMG_5489](https://user-images.githubusercontent.com/31891977/184117173-68e99bf7-81b4-4af9-ba49-c5ff479cbd49.jpg) (The chessboard is 14x9)

+1 It would be nice with the possibility to add extra asset maintenance types.