From c99c2560ba093ddb7abaa687f1f460defebfd7d0 Mon Sep 17 00:00:00 2001 From: Gabriel Previato Date: Sun, 28 Sep 2025 11:44:33 +0000 Subject: [PATCH] Add INTER_AREA interpolation method on `resize` Doxygen string --- modules/cudawarping/include/opencv2/cudawarping.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/cudawarping/include/opencv2/cudawarping.hpp b/modules/cudawarping/include/opencv2/cudawarping.hpp index 6c920fa8c..5211633b6 100644 --- a/modules/cudawarping/include/opencv2/cudawarping.hpp +++ b/modules/cudawarping/include/opencv2/cudawarping.hpp @@ -105,8 +105,8 @@ Either dsize or both fx and fy must be non-zero. \f[\texttt{(double)dsize.width/src.cols}\f] @param fy Scale factor along the vertical axis. If it is zero, it is computed as: \f[\texttt{(double)dsize.height/src.rows}\f] -@param interpolation Interpolation method. INTER_NEAREST , INTER_LINEAR and INTER_CUBIC are -supported for now. +@param interpolation Interpolation method. INTER_NEAREST , INTER_LINEAR , INTER_CUBIC , and INTER_AREA are +supported. @param stream Stream for the asynchronous version. @sa resize