Ask Your Question

Revision history [back]

Fisheye calibration image not detecting any corners

I have the following barrel-distorted fisheye image:

image description

And I am finding the corners in it using the findChessboardCorners function as follows:

cv2.findChessboardCorners(gray, CHECKERBOARD, cv2.CALIB_CB_ADAPTIVE_THRESH | cv2.CALIB_CB_FAST_CHECK | cv2.CALIB_CB_NORMALIZE_IMAGE)

However, I'm getting no corners, i.e., this function returns False, None. Why is that?

Fisheye calibration image not detecting any corners

I have the following barrel-distorted fisheye image:

image description

And I am finding the corners in it using the findChessboardCorners function as follows:

cv2.findChessboardCorners(gray, CHECKERBOARD, cv2.CALIB_CB_ADAPTIVE_THRESH | cv2.CALIB_CB_FAST_CHECK | cv2.CALIB_CB_NORMALIZE_IMAGE)

cv2.CALIB_CB_NORMALIZE_IMAGE)

However, I'm getting no corners, i.e., this function returns False, None. Why is that?