Ask Your Question

Revision history [back]

click to hide/show revision 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);

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);