Home
last modified time | relevance | path

Searched defs:INTER_CUBIC (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudawarping/perf/
Dperf_warping.cpp98 …Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)), in PERF_TEST_P()
237 …Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)), in PERF_TEST_P()
287 …Interpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)), in PERF_TEST_P()
337 …nterpolation(cv::INTER_NEAREST), Interpolation(cv::INTER_LINEAR), Interpolation(cv::INTER_CUBIC)))) in PERF_TEST_P()
/external/opencv3/modules/imgproc/include/opencv2/
Dimgproc.hpp253 INTER_CUBIC = 2, enumerator
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java129 INTER_CUBIC = 2, field in Imgproc