HomeSort by relevance Sort by last modified time
    Searched refs:HarrisResponses (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudafeatures2d/src/cuda/
orb.cu 70 // HarrisResponses
72 __global__ void HarrisResponses(const PtrStepb img, const short2* loc_, float* response, const int npoints, const int blockSize, const float harris_k)
133 HarrisResponses<<<grid, block, 0, stream>>>(img, loc, response, npoints, blockSize, harris_k);
  /external/opencv3/modules/features2d/src/
orb.cpp 130 HarrisResponses(const Mat& img, const std::vector<Rect>& layerinfo,
    [all...]

Completed in 73 milliseconds