Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp1871 struct VResizeLinear struct
1873 typedef T value_type;
1874 typedef WT buf_type;
1875 typedef AT alpha_type;
1877 void operator()(const WT** src, T* dst, const AT* beta, int width ) const in operator ()()
1903 struct VResizeLinear<uchar, int, short, FixedPtCast<int, uchar, INTER_RESIZE_COEF_BITS*2>, VResizeL… struct
1905 typedef uchar value_type;
1906 typedef int buf_type;
1907 typedef short alpha_type;
1909 void operator()(const buf_type** src, value_type* dst, const alpha_type* beta, int width ) const in operator ()()