Skip to content

Commit 9c5b231

Browse files
doc: Add type restriction note for geometric transformations
This is added according to opencv#7862.
1 parent 34e414d commit 9c5b231

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/imgproc/include/opencv2/imgproc.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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$
117117
interpolated pixel value. In OpenCV, you can choose between several interpolation methods. See
118118
resize for details.
119119
120+
@note The geometrical transformations do not work with `CV_8S` or `CV_32S` images.
121+
120122
@defgroup imgproc_misc Miscellaneous Image Transformations
121123
@defgroup imgproc_draw Drawing Functions
122124

0 commit comments

Comments
 (0)