Ask Your Question

Revision history [back]

Basically the camera calibration uses gradient information to look for interesting points, based on the Harris Corner detector. The function you are citing doesn't exist but I think you want to take a look at findChessboardCorners() which looks for interesting points, which can then be used to calculate the projection matrix.