Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dintegral_image.h167 const int box_width = (x2 - x1) / 2; in GetCode() local
168 const int left_sum = GetRegionSum(x1, y1, x1 + box_width, y2); in GetCode()
169 const int right_sum = GetRegionSum(x2 - box_width, y1, x2, y2); in GetCode()
/external/rust/crates/criterion-plot/src/
Dlib.rs410 box_width: Option<f64>, field
428 box_width: None, in new()
449 if let Some(width) = self.box_width { in script()
621 self.box_width = Some(width); in set()