mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-17 07:04:18 +08:00
Merge pull request #4011 from gabrielpreviato:doc/fix-resize-doxygen
Add INTER_AREA interpolation method on `resize` Doxygen string
This commit is contained in:
@@ -105,8 +105,8 @@ Either dsize or both fx and fy must be non-zero.
|
|||||||
\f[\texttt{(double)dsize.width/src.cols}\f]
|
\f[\texttt{(double)dsize.width/src.cols}\f]
|
||||||
@param fy Scale factor along the vertical axis. If it is zero, it is computed as:
|
@param fy Scale factor along the vertical axis. If it is zero, it is computed as:
|
||||||
\f[\texttt{(double)dsize.height/src.rows}\f]
|
\f[\texttt{(double)dsize.height/src.rows}\f]
|
||||||
@param interpolation Interpolation method. INTER_NEAREST , INTER_LINEAR and INTER_CUBIC are
|
@param interpolation Interpolation method. INTER_NEAREST , INTER_LINEAR , INTER_CUBIC , and INTER_AREA are
|
||||||
supported for now.
|
supported.
|
||||||
@param stream Stream for the asynchronous version.
|
@param stream Stream for the asynchronous version.
|
||||||
|
|
||||||
@sa resize
|
@sa resize
|
||||||
|
Reference in New Issue
Block a user