Home
last modified time | relevance | path

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

/external/opencv3/modules/cudev/include/opencv2/cudev/expr/
Dwarping.hpp92 warpAffine_(const SrcPtr& src, Size dstSize, const GpuMat_<float>& warpMat) in warpAffine_() function
/external/opencv3/modules/cudev/test/
Dtest_warp.cu230 GpuMat_<float> dst = warpAffine_(interNearest(brdConstant(d_src)), size, d_M); in TEST()