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

  /external/opencv3/modules/cudafeatures2d/test/
test_features2d.cpp 226 PARAM_TEST_CASE(BruteForceMatcher, cv::cuda::DeviceInfo, NormCode, DescriptorSize, UseMask)
229 int normCode;
241 normCode = GET_PARAM(1);
289 cv::cuda::DescriptorMatcher::createBFMatcher(normCode);
317 cv::cuda::DescriptorMatcher::createBFMatcher(normCode);
372 cv::cuda::DescriptorMatcher::createBFMatcher(normCode);
412 cv::cuda::DescriptorMatcher::createBFMatcher(normCode);
452 cv::cuda::DescriptorMatcher::createBFMatcher(normCode);
515 cv::cuda::DescriptorMatcher::createBFMatcher(normCode);
578 cv::cuda::DescriptorMatcher::createBFMatcher(normCode);
    [all...]
  /external/opencv3/modules/cudaarithm/test/
test_reductions.cpp 52 PARAM_TEST_CASE(Norm, cv::cuda::DeviceInfo, cv::Size, MatDepth, NormCode, UseRoi)
57 int normCode;
65 normCode = GET_PARAM(3);
77 double val = cv::cuda::norm(loadMat(src, useRoi), normCode, loadMat(mask, useRoi));
79 double val_gold = cv::norm(src, normCode, mask);
92 cv::cuda::calcNorm(loadMat(src, useRoi), dst, normCode, loadMat(mask, useRoi), stream);
99 double val_gold = cv::norm(src, normCode, mask);
113 testing::Values(NormCode(cv::NORM_L1), NormCode(cv::NORM_L2), NormCode(cv::NORM_INF))
    [all...]

Completed in 184 milliseconds