Searched refs:myBestImgIdx1 (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudafeatures2d/src/cuda/ |
D | bf_knnmatch.cu | 227 int myBestImgIdx1 = -1; in findBestMatch() 251 myBestImgIdx2 = myBestImgIdx1; in findBestMatch() 255 myBestImgIdx1 = s_imgIdx[i]; in findBestMatch() 296 bestImgIdx1 = myBestImgIdx1; in findBestMatch() 442 int myBestImgIdx1 = -1; in matchUnrolledCached() local 451 …, myBestDistance1, myBestDistance2, myBestTrainIdx1, myBestTrainIdx2, myBestImgIdx1, myBestImgIdx2… in matchUnrolledCached() 460 …>(myBestDistance1, myBestDistance2, myBestTrainIdx1, myBestTrainIdx2, myBestImgIdx1, myBestImgIdx2… in matchUnrolledCached() 465 bestImgIdx[queryIdx] = make_int2(myBestImgIdx1, myBestImgIdx2); in matchUnrolledCached() 617 int myBestImgIdx1 = -1; in matchUnrolled() local 626 …, myBestDistance1, myBestDistance2, myBestTrainIdx1, myBestTrainIdx2, myBestImgIdx1, myBestImgIdx2… in matchUnrolled() [all …]
|