mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 11:45:30 +08:00
Merge pull request #10266 from ChristofKaufmann:warp_documentation
This commit is contained in:
commit
cd7526c973
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user