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

Argument name is node

This commit is contained in:
Adrian Kretz
2025-12-19 19:48:02 +01:00
parent 71c2b944a1
commit 9a11c673a3
+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.