1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Merge pull request #28252 from akretz:fix-doxygen-warning

Argument name is node
This commit is contained in:
Alexander Smorkalov
2025-12-20 10:08:44 +03:00
committed by GitHub
+1 -1
View File
@@ -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.