Searched refs:box_j_y_max (Results 1 – 1 of 1) sorted by relevance
43 const float box_j_y_max = std::max<float>(box_j.y1, box_j.y2); in ComputeIntersectionOverUnion() local50 (box_j_y_max - box_j_y_min) * (box_j_x_max - box_j_x_min); in ComputeIntersectionOverUnion()52 const float intersection_ymax = std::min<float>(box_i_y_max, box_j_y_max); in ComputeIntersectionOverUnion()