Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dconfig.h171 static const int kMinNumConnectedForFastKeypoint = 8; variable
Dkeypoint_detector.cc505 if (*curr_pixel_ptr >= kMinNumConnectedForFastKeypoint) { in FindFastKeypoints()