Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dkeypoint_detector.cc456 const int quadrant_height = (frame.GetHeight() / 2) - kFastBorderBuffer; in FindFastKeypoints() local
460 kFastBorderBuffer + ((quadrant < 2) ? 0 : quadrant_height); in FindFastKeypoints()
462 const int end_y = start_y + quadrant_height; in FindFastKeypoints()