enter image description hereI tried to find the checker board corners using findcheckerboardcorners Opencv function. My pattern size is (7x7). It works fine when the image is parallel to camera, but when it is slightly tilted towards the ground it fails. Is it possible to give pattern size as (5x5) for (7x7)checkerboard pattern in the function?
Sample: It fails for image with more inclination. Image fails
It works for image Image with corners detected
Is there a possibility to get all the visible corners even when the image is inclined?