1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

Merge pull request #27962 from Tuchis:fix-fisheye-documentation

Remove mention of 'tangential lens distortion' from fisheye documentation.
This commit is contained in:
Alexander Smorkalov
2025-11-05 12:22:45 +03:00
committed by GitHub
+1 -1
View File
@@ -4096,7 +4096,7 @@ namespace fisheye
may additionally scale and shift the result by using a different matrix.
@param new_size the new size
The function transforms an image to compensate radial and tangential lens distortion.
The function transforms an image to compensate radial lens distortion.
The function is simply a combination of #fisheye::initUndistortRectifyMap (with unity R ) and #remap
(with bilinear interpolation). See the former function for details of the transformation being