Lines Matching refs:nonmaxSuppression
321 // nonmaxSuppression
323 __global__ void nonmaxSuppression(const short2* kpLoc, int count, const PtrStepSzi scoreMat, short2* locFinal, float* responseFinal)
371 nonmaxSuppression<<<grid, block, 0, stream>>>(kpLoc, count, score, loc, response);