Home
last modified time | relevance | path

Searched defs:cornerScore (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/features2d/src/
Dfast_score.cpp120 int cornerScore<16>(const uchar* ptr, const int pixel[], int threshold) in cornerScore() function
210 int cornerScore<12>(const uchar* ptr, const int pixel[], int threshold) in cornerScore() function
294 int cornerScore<8>(const uchar* ptr, const int pixel[], int threshold) in cornerScore() function
/external/opencv3/modules/cudafeatures2d/src/cuda/
Dfast.cu195 __device__ int cornerScore(const uint C[4], const int v, const int threshold) in cornerScore() function