Home
last modified time | relevance | path

Searched refs:WarpAffineInvoker (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dimgwarp.cpp2155 class WarpAffineInvoker : class
2159 WarpAffineInvoker(const Mat &_src, Mat &_dst, int _interpolation, int _borderType, in WarpAffineInvoker() function in cv::WarpAffineInvoker
2563 WarpAffineInvoker invoker(src, dst, interpolation, borderType, in warpAffine()