Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp2059 struct VResizeLanczos4 struct
2061 typedef T value_type;
2062 typedef WT buf_type;
2063 typedef AT alpha_type;
2065 void operator()(const WT** src, T* dst, const AT* beta, int width ) const in operator ()()