Home
last modified time | relevance | path

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

/external/opencv3/modules/cudawarping/test/
Dtest_warp_perspective.cpp115 …template <typename T, template <typename> class Interpolator> void warpPerspectiveImpl(const cv::M… in warpPerspectiveImpl() function
142 warpPerspectiveImpl<unsigned char, NearestInterpolator>, in warpPerspectiveGold()
143 warpPerspectiveImpl<signed char, NearestInterpolator>, in warpPerspectiveGold()
144 warpPerspectiveImpl<unsigned short, NearestInterpolator>, in warpPerspectiveGold()
145 warpPerspectiveImpl<short, NearestInterpolator>, in warpPerspectiveGold()
146 warpPerspectiveImpl<int, NearestInterpolator>, in warpPerspectiveGold()
147 warpPerspectiveImpl<float, NearestInterpolator> in warpPerspectiveGold()
152 warpPerspectiveImpl<unsigned char, LinearInterpolator>, in warpPerspectiveGold()
153 warpPerspectiveImpl<signed char, LinearInterpolator>, in warpPerspectiveGold()
154 warpPerspectiveImpl<unsigned short, LinearInterpolator>, in warpPerspectiveGold()
[all …]