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(, , , );
    Rectangle();
};