opencv/modules/calib3d
Bhavit Patel 7ea6b356c7
Merge pull request #23305 from bhavitp:fix/calib3d/undistortion_grid
Resolves https://github.com/opencv/opencv/issues/23304

Fixes the incorrect pixel grid
Switches type to double to avoid precision loss as all callers use doubles

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [X] I agree to contribute to the project under Apache 2 License.
- [X] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [X] The PR is proposed to the proper branch
- [X] There is a reference to the original bug report and related work
- [X] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [X] The feature is well documented and sample code can be built with the project CMake
2023-03-10 09:50:36 +03:00
..
doc Summarize PnP pose computation on a single separate page. 2021-12-23 19:52:14 +01:00
include/opencv2 docs: prefer # for links generation 2022-10-13 20:55:53 +00:00
misc backported changes 2022-12-27 00:54:39 +01:00
perf Added performance test for StereoBM algorithm 2019-09-09 16:37:06 +03:00
src Merge pull request #23305 from bhavitp:fix/calib3d/undistortion_grid 2023-03-10 09:50:36 +03:00
test Merge pull request #23305 from bhavitp:fix/calib3d/undistortion_grid 2023-03-10 09:50:36 +03:00
CMakeLists.txt Revert "suppress warning on GCC 7 and later" 2022-08-07 15:43:10 +03:00