Home
last modified time | relevance | path

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

/external/opencv3/modules/cudafeatures2d/test/
Dtest_features2d.cpp351 bool validTrainIdx = (match.trainIdx == (int)i * countFactor + shift); in CUDA_TEST_P() local
359 … bool validTrainIdx = (match.trainIdx == ((int)i - queryDescCount / 2) * countFactor + shift); in CUDA_TEST_P() local