Skip to content

Commit 35846fe

Browse files
committed
Merge pull request opencv#18008 from gsmatos:document-patchnans
2 parents 793e7c0 + 96ce65f commit 35846fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/core/include/opencv2/core.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,9 @@ elements.
16151615
CV_EXPORTS_W bool checkRange(InputArray a, bool quiet = true, CV_OUT Point* pos = 0,
16161616
double minVal = -DBL_MAX, double maxVal = DBL_MAX);
16171617

1618-
/** @brief converts NaN's to the given number
1618+
/** @brief converts NaNs to the given number
1619+
@param a input/output matrix (CV_32F type).
1620+
@param val value to convert the NaNs
16191621
*/
16201622
CV_EXPORTS_W void patchNaNs(InputOutputArray a, double val = 0);
16211623

0 commit comments

Comments
 (0)