Home
last modified time | relevance | path

Searched refs:normCode (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudafeatures2d/test/
Dtest_features2d.cpp229 int normCode; in PARAM_TEST_CASE() local
241 normCode = GET_PARAM(1); in PARAM_TEST_CASE()
289 cv::cuda::DescriptorMatcher::createBFMatcher(normCode); in CUDA_TEST_P()
317 cv::cuda::DescriptorMatcher::createBFMatcher(normCode); in CUDA_TEST_P()
372 cv::cuda::DescriptorMatcher::createBFMatcher(normCode); in CUDA_TEST_P()
412 cv::cuda::DescriptorMatcher::createBFMatcher(normCode); in CUDA_TEST_P()
452 cv::cuda::DescriptorMatcher::createBFMatcher(normCode); in CUDA_TEST_P()
515 cv::cuda::DescriptorMatcher::createBFMatcher(normCode); in CUDA_TEST_P()
578 cv::cuda::DescriptorMatcher::createBFMatcher(normCode); in CUDA_TEST_P()
628 cv::cuda::DescriptorMatcher::createBFMatcher(normCode); in CUDA_TEST_P()
/external/opencv3/modules/cudaarithm/test/
Dtest_reductions.cpp57 int normCode; in PARAM_TEST_CASE() local
65 normCode = GET_PARAM(3); in PARAM_TEST_CASE()
77 double val = cv::cuda::norm(loadMat(src, useRoi), normCode, loadMat(mask, useRoi)); in CUDA_TEST_P()
79 double val_gold = cv::norm(src, normCode, mask); in CUDA_TEST_P()
92 cv::cuda::calcNorm(loadMat(src, useRoi), dst, normCode, loadMat(mask, useRoi), stream); in CUDA_TEST_P()
99 double val_gold = cv::norm(src, normCode, mask); in CUDA_TEST_P()
123 int normCode; in PARAM_TEST_CASE() local
130 normCode = GET_PARAM(2); in PARAM_TEST_CASE()
142 double val = cv::cuda::norm(loadMat(src1, useRoi), loadMat(src2, useRoi), normCode); in CUDA_TEST_P()
144 double val_gold = cv::norm(src1, src2, normCode); in CUDA_TEST_P()
[all …]