From 9c5b231b2d431ae5b92aee06b4830254d7200c90 Mon Sep 17 00:00:00 2001 From: Christof Kaufmann Date: Fri, 8 Dec 2017 12:33:51 +0100 Subject: [PATCH] doc: Add type restriction note for geometric transformations This is added according to #7862. --- modules/imgproc/include/opencv2/imgproc.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/imgproc/include/opencv2/imgproc.hpp b/modules/imgproc/include/opencv2/imgproc.hpp index 57c15a30d4..786709c4d1 100644 --- a/modules/imgproc/include/opencv2/imgproc.hpp +++ b/modules/imgproc/include/opencv2/imgproc.hpp @@ -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