projects
/
platform
/
upstream
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f162c08
)
Document PatchNANs input type
author
Gabriel
<gabriel.sdem@gmail.com>
Sat, 1 Aug 2020 23:00:49 +0000
(20:00 -0300)
committer
Gabriel
<gabriel.sdem@gmail.com>
Tue, 4 Aug 2020 01:57:18 +0000
(22:57 -0300)
modules/core/include/opencv2/core.hpp
patch
|
blob
|
history
diff --git
a/modules/core/include/opencv2/core.hpp
b/modules/core/include/opencv2/core.hpp
index c9ae4b9a81c4dbacc6e9fc4069736819d0ac1677..6eb519e8a2c71ce14b5eee5dc43d85f9db2695cf 100644
(file)
--- a/
modules/core/include/opencv2/core.hpp
+++ b/
modules/core/include/opencv2/core.hpp
@@
-1615,7
+1615,9
@@
elements.
CV_EXPORTS_W bool checkRange(InputArray a, bool quiet = true, CV_OUT Point* pos = 0,
double minVal = -DBL_MAX, double maxVal = DBL_MAX);
-/** @brief converts NaN's to the given number
+/** @brief converts NaNs to the given number
+@param a input/output matrix (CV_32F type).
+@param val value to convert the NaNs
*/
CV_EXPORTS_W void patchNaNs(InputOutputArray a, double val = 0);