FindChessboardCorners cannot detect chessboard on very large images by long focal length lens
问题 I can use FindChessboardCorners functions for images that less than 15 Mega pixel such like 2k x 1.5k. however when I use it on the image from DSLR, the resolution at 3700x5300, it doesn't work. I tried to use resize() to reduce the image size directly, then it works. Obviously there's some hard coded or bug in the OpenCV source code. Could you help me to figure it out, or point me to a patch for this ? I found someone posted a similar issue in 2006, here, so it looks like the problem still