Hi all,
I am not familiar with Calib3d.calibrateCamera(): https://docs.opencv.org/3.2.0/d9/d0c/group__calib3d.html
Is it possible to calibrate the camera without the use of a checkered chessboard pattern? If so, how would the objectPoints and imagePoints be defined?
If I have two 2D images taken in the same scene where only x and y were moved, can I simply assign the detected features of the first 2D image as my ObjectPoint and let its Z-axis to equal 0? Then assign the detected features of the second 2D image as the imagePoints in the function?
↧