Home
last modified time | relevance | path

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

/external/opencv3/modules/cudafeatures2d/src/cuda/
Dbf_knnmatch.cu107 int myBestTrainIdx2 = -1; in findBestMatch()
127 myBestTrainIdx2 = myBestTrainIdx1; in findBestMatch()
135 myBestTrainIdx2 = s_trainIdx[i]; in findBestMatch()
157 myBestTrainIdx2 = s_trainIdx[i]; in findBestMatch()
166 bestTrainIdx2 = myBestTrainIdx2; in findBestMatch()
226 int myBestTrainIdx2 = -1; in findBestMatch()
250 myBestTrainIdx2 = myBestTrainIdx1; in findBestMatch()
260 myBestTrainIdx2 = s_trainIdx[i]; in findBestMatch()
284 myBestTrainIdx2 = s_trainIdx[i]; in findBestMatch()
294 bestTrainIdx2 = myBestTrainIdx2; in findBestMatch()
[all …]
/external/opencv3/modules/features2d/src/opencl/
Dbrute_force_match.cl423 int myBestTrainIdx2 = -1;
478 myBestTrainIdx2 = myBestTrainIdx1;
485 myBestTrainIdx2 = trainIdx;
531 s_trainIdx[lidx] = myBestTrainIdx2;
553 myBestTrainIdx2 = bestTrainIdx2;
557 bestTrainIdx[queryIdx] = (int2)(myBestTrainIdx1, myBestTrainIdx2);