HomeSort by relevance Sort by last modified time
    Searched refs:CubicInterpolator (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/cudawarping/test/
test_remap.cpp 98 remapImpl<unsigned char, CubicInterpolator>,
99 remapImpl<signed char, CubicInterpolator>,
100 remapImpl<unsigned short, CubicInterpolator>,
101 remapImpl<short, CubicInterpolator>,
102 remapImpl<int, CubicInterpolator>,
103 remapImpl<float, CubicInterpolator>
test_resize.cpp 103 resizeImpl<unsigned char, CubicInterpolator>,
104 resizeImpl<signed char, CubicInterpolator>,
105 resizeImpl<unsigned short, CubicInterpolator>,
106 resizeImpl<short, CubicInterpolator>,
107 resizeImpl<int, CubicInterpolator>,
108 resizeImpl<float, CubicInterpolator>
test_warp_affine.cpp 159 warpAffineImpl<unsigned char, CubicInterpolator>,
160 warpAffineImpl<signed char, CubicInterpolator>,
161 warpAffineImpl<unsigned short, CubicInterpolator>,
162 warpAffineImpl<short, CubicInterpolator>,
163 warpAffineImpl<int, CubicInterpolator>,
164 warpAffineImpl<float, CubicInterpolator>
test_warp_perspective.cpp 162 warpPerspectiveImpl<unsigned char, CubicInterpolator>,
163 warpPerspectiveImpl<signed char, CubicInterpolator>,
164 warpPerspectiveImpl<unsigned short, CubicInterpolator>,
165 warpPerspectiveImpl<short, CubicInterpolator>,
166 warpPerspectiveImpl<int, CubicInterpolator>,
167 warpPerspectiveImpl<float, CubicInterpolator>
interpolation.hpp 85 template <typename T> struct CubicInterpolator

Completed in 100 milliseconds