Searched refs:xmin_j (Results 1 – 2 of 2) sorted by relevance
114 const T xmin_j = std::min<T>(boxes(j, 1), boxes(j, 3)); in IOUGreaterThanThreshold() local118 const T area_j = (ymax_j - ymin_j) * (xmax_j - xmin_j); in IOUGreaterThanThreshold()121 const T intersection_xmin = std::max<T>(xmin_i, xmin_j); in IOUGreaterThanThreshold()
666 const float xmin_j = in AddIoUInput() local673 const float area_j = (ymax_j - ymin_j) * (xmax_j - xmin_j); in AddIoUInput()680 const float intersection_xmin = std::max<float>(xmin_i, xmin_j); in AddIoUInput()