struct ngraph::runtime::reference::nms_common::Rectangle¶
#include <nms_common.hpp>
struct Rectangle
{
// fields
float x1 = 0.0f;
float y1 = 0.0f;
float x2 = 0.0f;
float y2 = 0.0f;
// construction
Rectangle(float x_left, float y_left, float x_right, float y_right);
Rectangle();
};