HomeSort by relevance Sort by last modified time
    Searched full:remapimpl (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/cudawarping/test/
test_remap.cpp 54 template <typename T, template <typename> class Interpolator> void remapImpl(const cv::Mat& src, const cv::Mat& xmap, const cv::Mat& ymap, cv::Mat& dst, int borderType, cv::Scalar borderVal)
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>
88 remapImpl<unsigned char, LinearInterpolator>,
89 remapImpl<signed char, LinearInterpolator>,
90 remapImpl<unsigned short, LinearInterpolator>
    [all...]

Completed in 46 milliseconds