1 | initial version |
I just found out that calling findChessboardCorners with these flags, seems to be working for all images: found = findChessboardCorners( view, s.boardSize, pointBuf, CV_CALIB_CB_ADAPTIVE_THRESH | CV_CALIB_CB_FILTER_QUADS);
2 | No.2 Revision |
I just found out that calling findChessboardCorners with these flags, seems to be working for all images:
images:
found = findChessboardCorners( view, s.boardSize, pointBuf,
pointBuf, CV_CALIB_CB_ADAPTIVE_THRESH | CV_CALIB_CB_FILTER_QUADS);CV_CALIB_CB_FILTER_QUADS);