First time here? Check out the FAQ!
answered Jul 16 '13
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);
updated Jul 17 '13
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);