I tried to get the camera matrix using calibrateCamera() function:
double x= calibrateCamera(objectPoints,imagePoints,imageSize,cameraMatrix,distCoeffs,rvecs,tvecs,0);
and i got
‘calibrateCamera’ was not declared in this scope
i didn't forgot to write
using namespace cv;
what can it be?
thanks in advance.