Searched refs:xmax_i (Results 1 – 2 of 2) sorted by relevance
112 const T xmax_i = std::max<T>(boxes(i, 1), boxes(i, 3)); in IOUGreaterThanThreshold() local117 const T area_i = (ymax_i - ymin_i) * (xmax_i - xmin_i); in IOUGreaterThanThreshold()123 const T intersection_xmax = std::min<T>(xmax_i, xmax_j); in IOUGreaterThanThreshold()
662 const float xmax_i = in AddIoUInput() local672 const float area_i = (ymax_i - ymin_i) * (xmax_i - xmin_i); in AddIoUInput()682 const float intersection_xmax = std::min<float>(xmax_i, xmax_j); in AddIoUInput()