Home
last modified time | relevance | path

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

/external/opencv3/modules/cudafeatures2d/src/cuda/
Dorb.cu72 …__global__ void HarrisResponses(const PtrStepb img, const short2* loc_, float* response, const int… in HarrisResponses() function
133HarrisResponses<<<grid, block, 0, stream>>>(img, loc, response, npoints, blockSize, harris_k); in HarrisResponses_gpu()
/external/opencv3/modules/features2d/src/
Dorb.cpp130 HarrisResponses(const Mat& img, const std::vector<Rect>& layerinfo, in HarrisResponses() function
880 HarrisResponses(imagePyramid, layerInfo, allKeypoints, 7, HARRIS_K); in computeKeyPoints()