Skip to content

Commit c99c256

Browse files
Add INTER_AREA interpolation method on resize Doxygen string
1 parent 01fd98d commit c99c256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/cudawarping/include/opencv2/cudawarping.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ Either dsize or both fx and fy must be non-zero.
105105
\f[\texttt{(double)dsize.width/src.cols}\f]
106106
@param fy Scale factor along the vertical axis. If it is zero, it is computed as:
107107
\f[\texttt{(double)dsize.height/src.rows}\f]
108-
@param interpolation Interpolation method. INTER_NEAREST , INTER_LINEAR and INTER_CUBIC are
109-
supported for now.
108+
@param interpolation Interpolation method. INTER_NEAREST , INTER_LINEAR , INTER_CUBIC , and INTER_AREA are
109+
supported.
110110
@param stream Stream for the asynchronous version.
111111
112112
@sa resize

0 commit comments

Comments
 (0)