Home
last modified time | relevance | path

Searched defs:VResizeCubic (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp1984 struct VResizeCubic struct
1986 typedef T value_type;
1987 typedef WT buf_type;
1988 typedef AT alpha_type;
1990 void operator()(const WT** src, T* dst, const AT* beta, int width ) const in operator ()()