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

  /external/opencv3/modules/cudawarping/test/
test_remap.cpp 78 remapImpl<unsigned char, NearestInterpolator>,
79 remapImpl<signed char, NearestInterpolator>,
80 remapImpl<unsigned short, NearestInterpolator>,
81 remapImpl<short, NearestInterpolator>,
82 remapImpl<int, NearestInterpolator>,
83 remapImpl<float, NearestInterpolator>
test_resize.cpp 82 resizeImpl<unsigned char, NearestInterpolator>,
83 resizeImpl<signed char, NearestInterpolator>,
84 resizeImpl<unsigned short, NearestInterpolator>,
85 resizeImpl<short, NearestInterpolator>,
86 resizeImpl<int, NearestInterpolator>,
87 resizeImpl<float, NearestInterpolator>
test_warp_affine.cpp 139 warpAffineImpl<unsigned char, NearestInterpolator>,
140 warpAffineImpl<signed char, NearestInterpolator>,
141 warpAffineImpl<unsigned short, NearestInterpolator>,
142 warpAffineImpl<short, NearestInterpolator>,
143 warpAffineImpl<int, NearestInterpolator>,
144 warpAffineImpl<float, NearestInterpolator>
test_warp_perspective.cpp 142 warpPerspectiveImpl<unsigned char, NearestInterpolator>,
143 warpPerspectiveImpl<signed char, NearestInterpolator>,
144 warpPerspectiveImpl<unsigned short, NearestInterpolator>,
145 warpPerspectiveImpl<short, NearestInterpolator>,
146 warpPerspectiveImpl<int, NearestInterpolator>,
147 warpPerspectiveImpl<float, NearestInterpolator>
interpolation.hpp 57 template <typename T> struct NearestInterpolator

Completed in 55 milliseconds