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

  /external/opencv3/modules/cudafeatures2d/src/
orb.cpp 60 void HarrisResponses_gpu(PtrStepSzb img, const short2* loc, float* response, const int npoints, int blockSize, float harris_k, cudaStream_t stream);
75 const float HARRIS_K = 0.04f;
    [all...]
  /external/opencv3/modules/features2d/src/
orb.cpp 50 const float HARRIS_K = 0.04f;
65 int nkeypoints, int blockSize, float harris_k)
73 format("-D ORB_RESPONSES -D blockSize=%d -D scale_sq_sq=%.12ef -D HARRIS_K=%.12ff", blockSize, scale_sq_sq, harris_k));
131 std::vector<KeyPoint>& pts, int blockSize, float harris_k)
169 harris_k * ((float)a + b) * ((float)a + b))*scale_sq_sq;
    [all...]

Completed in 930 milliseconds