doc: Add type restriction note for geometric transformations
authorChristof Kaufmann <christofkaufmann.dev@gmail.com>
Fri, 8 Dec 2017 11:33:51 +0000 (12:33 +0100)
committerChristof Kaufmann <christofkaufmann.dev@gmail.com>
Fri, 8 Dec 2017 11:33:51 +0000 (12:33 +0100)
This is added according to #7862.

modules/imgproc/include/opencv2/imgproc.hpp

index 57c15a3..786709c 100644 (file)
@@ -117,6 +117,8 @@ f_y(x,y))\f$, and then the value of the polynomial at \f$(f_x(x,y), f_y(x,y))\f$
 interpolated pixel value. In OpenCV, you can choose between several interpolation methods. See
 resize for details.
 
+@note The geometrical transformations do not work with `CV_8S` or `CV_32S` images.
+
     @defgroup imgproc_misc Miscellaneous Image Transformations
     @defgroup imgproc_draw Drawing Functions