Searched refs:xmin_i (Results 1 – 2 of 2) sorted by relevance
116 const T xmin_i = std::min<T>(boxes(i, 1), boxes(i, 3)); in IOU() local123 const T area_i = (ymax_i - ymin_i) * (xmax_i - xmin_i); in IOU()129 const T intersection_xmin = std::max<T>(xmin_i, xmin_j); in IOU()
744 const float xmin_i = in AddIoUInput() local758 const float area_i = (ymax_i - ymin_i) * (xmax_i - xmin_i); in AddIoUInput()766 const float intersection_xmin = std::max<float>(xmin_i, xmin_j); in AddIoUInput()