I have some images like this which cv2.findchessboardcorners fails on.
I thought this was a lighting issue, so I thought I'd simplify the problem by preprocessing the images with a custom thresholding scheme:
However, findchessboardcorners never succeeds on images like this. Can anyone explain to me why, and perhaps offer suggestions for preprocessing to help the algorithm along?
Thanks!