Fixed some grammatical errors
This commit is contained in:
parent
999481273e
commit
86cd9fadf3
@ -135,8 +135,8 @@ int main()
|
||||
cout << "Original camera matrix:\n" << camMat << endl;
|
||||
cout << "Original distCoeffs:\n" << distCoeffs << endl;
|
||||
cout << "==================================" << endl;
|
||||
cout << "Estiamted camera matrix:\n" << (Mat_<double>&)camMat_est << endl;
|
||||
cout << "Estiamted distCoeffs:\n" << (Mat_<double>&)distCoeffs_est << endl;
|
||||
cout << "Estimated camera matrix:\n" << (Mat_<double>&)camMat_est << endl;
|
||||
cout << "Estimated distCoeffs:\n" << (Mat_<double>&)distCoeffs_est << endl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user