Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaarithm/test/
Dtest_reductions.cpp52 PARAM_TEST_CASE(Norm, cv::cuda::DeviceInfo, cv::Size, MatDepth, NormCode, UseRoi) in PARAM_TEST_CASE() argument
113 testing::Values(NormCode(cv::NORM_L1), NormCode(cv::NORM_L2), NormCode(cv::NORM_INF)),
119 PARAM_TEST_CASE(NormDiff, cv::cuda::DeviceInfo, cv::Size, NormCode, UseRoi) in PARAM_TEST_CASE() argument
173 testing::Values(NormCode(cv::NORM_L1), NormCode(cv::NORM_L2), NormCode(cv::NORM_INF)),
907 PARAM_TEST_CASE(Normalize, cv::cuda::DeviceInfo, cv::Size, MatDepth, NormCode, UseRoi) in PARAM_TEST_CASE() argument
967 …testing::Values(NormCode(cv::NORM_L1), NormCode(cv::NORM_L2), NormCode(cv::NORM_INF), NormCode(cv:…
/external/opencv3/modules/cudafeatures2d/test/
Dtest_features2d.cpp226 PARAM_TEST_CASE(BruteForceMatcher, cv::cuda::DeviceInfo, NormCode, DescriptorSize, UseMask) in PARAM_TEST_CASE() argument
707 testing::Values(NormCode(cv::NORM_L1), NormCode(cv::NORM_L2)),
/external/opencv3/modules/ts/include/opencv2/ts/
Dcuda_test.hpp318 CV_ENUM(NormCode, NORM_INF, NORM_L1, NORM_L2, NORM_TYPE_MASK, NORM_RELATIVE, NORM_MINMAX)