Home
last modified time | relevance | path

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

/external/opencv3/modules/cudawarping/test/
Dtest_resize.cpp55 void resizeImpl(const cv::Mat& src, cv::Mat& dst, double fx, double fy) in resizeImpl() function
82 resizeImpl<unsigned char, NearestInterpolator>, in resizeGold()
83 resizeImpl<signed char, NearestInterpolator>, in resizeGold()
84 resizeImpl<unsigned short, NearestInterpolator>, in resizeGold()
85 resizeImpl<short, NearestInterpolator>, in resizeGold()
86 resizeImpl<int, NearestInterpolator>, in resizeGold()
87 resizeImpl<float, NearestInterpolator> in resizeGold()
93 resizeImpl<unsigned char, LinearInterpolator>, in resizeGold()
94 resizeImpl<signed char, LinearInterpolator>, in resizeGold()
95 resizeImpl<unsigned short, LinearInterpolator>, in resizeGold()
[all …]