Commit b6452f4b authored by Ilya Lysenkov's avatar Ilya Lysenkov

Added a note that cv::pow() doesn't handle NaN and Inf values (#1739)

parent a9b3a17a
...@@ -2423,6 +2423,8 @@ So, for a non-integer power exponent, the absolute values of input array element ...@@ -2423,6 +2423,8 @@ So, for a non-integer power exponent, the absolute values of input array element
For some values of ``p`` , such as integer values, 0.5 and -0.5, specialized faster algorithms are used. For some values of ``p`` , such as integer values, 0.5 and -0.5, specialized faster algorithms are used.
Special values (NaN, Inf) are not handled.
.. seealso:: .. seealso::
:ocv:func:`sqrt`, :ocv:func:`sqrt`,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment