Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Doptical_flow.cc73 const float real_y_max = I_x.height_less_one_ - EPSILON; in FindFlowAtPoint_LK() local
100 const float y_pos = Clip(src_top_real + y, 0.0f, real_y_max); in FindFlowAtPoint_LK()
151 const float y_pos = Clip(top_real + win_y, 0.0f, real_y_max); in FindFlowAtPoint_LK()