From 9a11c673a35d6d0905cbd21bad688c7d493d07a5 Mon Sep 17 00:00:00 2001 From: Adrian Kretz Date: Fri, 19 Dec 2025 19:48:02 +0100 Subject: [PATCH] Argument name is node --- modules/photo/include/opencv2/photo.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/photo/include/opencv2/photo.hpp b/modules/photo/include/opencv2/photo.hpp index 6f0bbaad26..e7f04ce9cf 100644 --- a/modules/photo/include/opencv2/photo.hpp +++ b/modules/photo/include/opencv2/photo.hpp @@ -943,7 +943,7 @@ CV_EXPORTS_W void correctChromaticAberration(InputArray input_image, InputArray row 2 = red dx coefficients row 3 = red dy coefficients - @param FileNode Node of opened cv::FileStorage object. + @param node Node of opened cv::FileStorage object. @param coeffMat Output 4xN coefficient matrix (CV_32F). @param degree Polynomial degree inferred from N. @param calib_size Calibration image size read from file.