Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dintegral_image.h161 const int box_height = (y2 - y1) / 2; in GetCode() local
162 const int top_sum = GetRegionSum(x1, y1, x2, y1 + box_height); in GetCode()
163 const int bottom_sum = GetRegionSum(x1, y2 - box_height, x2, y2); in GetCode()