mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
Document PatchNANs input type
This commit is contained in:
parent
f162c08cda
commit
96ce65f021
@ -1615,7 +1615,9 @@ elements.
|
|||||||
CV_EXPORTS_W bool checkRange(InputArray a, bool quiet = true, CV_OUT Point* pos = 0,
|
CV_EXPORTS_W bool checkRange(InputArray a, bool quiet = true, CV_OUT Point* pos = 0,
|
||||||
double minVal = -DBL_MAX, double maxVal = DBL_MAX);
|
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);
|
CV_EXPORTS_W void patchNaNs(InputOutputArray a, double val = 0);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user