Home
last modified time | relevance | path

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

/external/opencv3/modules/cudafeatures2d/src/cuda/
Dorb.cu394 …__global__ void mergeLocation(const short2* loc_, float* x, float* y, const int npoints, float sca… in mergeLocation() function
414 mergeLocation<<<grid, block, 0, stream>>>(loc, x, y, npoints, scale); in mergeLocation_gpu()