mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 04:43:22 -05:00
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.