Commit cd7526c9 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #10266 from ChristofKaufmann:warp_documentation

parents c24f10d6 9c5b231b
...@@ -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$ ...@@ -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 interpolated pixel value. In OpenCV, you can choose between several interpolation methods. See
resize for details. 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_misc Miscellaneous Image Transformations
@defgroup imgproc_draw Drawing Functions @defgroup imgproc_draw Drawing Functions
......
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