MATLAB: Functions of Camera Calibration

camera-calibrationMATLABmatrix

I have some problem with the function of camera calibration which is the estimateCameraParameters. I already create the imagePoints which is the m-by-3 matrix; however, I get the error like below.
So that I modified the imagePoints to be m-by-2 matrix, but I still get the error that very confusing.
What should I do?

Best Answer

Solved!
Related Question