Commit 5d699e9b authored by Ryan Pavlik's avatar Ryan Pavlik

Honor fixing principal point in camera calib tutorial.

parent 4ad45af5
...@@ -147,6 +147,7 @@ public: ...@@ -147,6 +147,7 @@ public:
if(fixK2) flag |= fisheye::CALIB_FIX_K2; if(fixK2) flag |= fisheye::CALIB_FIX_K2;
if(fixK3) flag |= fisheye::CALIB_FIX_K3; if(fixK3) flag |= fisheye::CALIB_FIX_K3;
if(fixK4) flag |= fisheye::CALIB_FIX_K4; if(fixK4) flag |= fisheye::CALIB_FIX_K4;
if (calibFixPrincipalPoint) flag |= fisheye::CALIB_FIX_PRINCIPAL_POINT;
} }
calibrationPattern = NOT_EXISTING; calibrationPattern = NOT_EXISTING;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment