29 return {p1.
x + p2.
x, p1.
y + p2.
y};
37 const std::vector<float>& confidenceSeq = {})
77 int labelIndex,
const std::string& labelName);
#define MMIND_DL_SDK_CC_API
constexpr MPointF operator+(const MPointF &p1, const MPointF &p2)
std::vector< float > centerPoint() const
struct mmind::dl::MBbox::ExtraInfo extraInfo
MBbox(float startX, float startY, float endX, float endY, float confidence, int labelIndex, const std::string &labelName, bool recoverToFixedSize=false, const std::vector< float > &confidenceSeq={})
MPointF & operator+=(const MPointF &other) noexcept
constexpr MPointF(float x, float y)
std::vector< MPointF > toBboxPoints() const
MRotatedBbox(const MBbox &bbox)
MRotatedBbox(const MPointF ¢er, float width, float height, float angle, float confidence, int labelIndex, const std::string &labelName)