mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
Honor fixing principal point in camera calib tutorial.
This commit is contained in:
parent
4ad45af53f
commit
5d699e9ba5
@ -147,6 +147,7 @@ public:
|
||||
if(fixK2) flag |= fisheye::CALIB_FIX_K2;
|
||||
if(fixK3) flag |= fisheye::CALIB_FIX_K3;
|
||||
if(fixK4) flag |= fisheye::CALIB_FIX_K4;
|
||||
if (calibFixPrincipalPoint) flag |= fisheye::CALIB_FIX_PRINCIPAL_POINT;
|
||||
}
|
||||
|
||||
calibrationPattern = NOT_EXISTING;
|
||||
|
Loading…
Reference in New Issue
Block a user