Searched refs:myBestImgIdx2 (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudafeatures2d/src/cuda/ |
D | bf_knnmatch.cu | 228 int myBestImgIdx2 = -1; in findBestMatch() 251 myBestImgIdx2 = myBestImgIdx1; in findBestMatch() 261 myBestImgIdx2 = s_imgIdx[i]; in findBestMatch() 285 myBestImgIdx2 = s_imgIdx[i]; in findBestMatch() 297 bestImgIdx2 = myBestImgIdx2; in findBestMatch() 443 int myBestImgIdx2 = -1; in matchUnrolledCached() local 451 … myBestDistance1, myBestDistance2, myBestTrainIdx1, myBestTrainIdx2, myBestImgIdx1, myBestImgIdx2); in matchUnrolledCached() 460 …e1, myBestDistance2, myBestTrainIdx1, myBestTrainIdx2, myBestImgIdx1, myBestImgIdx2, s_distance, s… in matchUnrolledCached() 465 bestImgIdx[queryIdx] = make_int2(myBestImgIdx1, myBestImgIdx2); in matchUnrolledCached() 618 int myBestImgIdx2 = -1; in matchUnrolled() local [all …]
|