Added a note that cv::pow() doesn't handle NaN and Inf values (#1739)
authorIlya Lysenkov <no@email>
Mon, 9 Apr 2012 10:50:27 +0000 (10:50 +0000)
committerIlya Lysenkov <no@email>
Mon, 9 Apr 2012 10:50:27 +0000 (10:50 +0000)
modules/core/doc/operations_on_arrays.rst

index c32c35f..41c6a29 100644 (file)
@@ -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.
 
+Special values (NaN, Inf) are not handled.
+
 .. seealso::
 
     :ocv:func:`sqrt`,