Hi,
I have a set of 3d points in the space and I know their 2d projection on the image plane.
I would like to calibrate my camera using this dataset. However the cv::CalibrateCamera takes as input vector<vector> for the object points and vector<vector> for the image points whereas what I have is more like vector and vector.
Is there a way to use the cv::CalibrateCamera with my dataset or is it impossible ?
Regards,
Romain.