mirror of
https://github.com/opencv/opencv.git
synced 2026-07-27 06:13:05 +04:00
8f995fac88
In the function cvInitIntrinsicParams2D the principal point for normalized image coordinates is set to 0/0. This updates the function to initialize the principal point at 0.5/0.5.