#include <MBbox.h>
Definition at line 32 of file MBbox.h.
◆ MBbox() [1/2]
| mmind::dl::MBbox::MBbox |
( |
| ) |
|
|
default |
◆ MBbox() [2/2]
| mmind::dl::MBbox::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 = {} ) |
|
inline |
Definition at line 35 of file MBbox.h.
37 {})
40 {
45 }
struct mmind::dl::MBbox::ExtraInfo extraInfo
◆ area()
| float mmind::dl::MBbox::area |
( |
| ) |
const |
|
inline |
◆ centerPoint()
| std::vector< float > mmind::dl::MBbox::centerPoint |
( |
| ) |
const |
|
inline |
◆ height()
| float mmind::dl::MBbox::height |
( |
| ) |
const |
|
inline |
◆ width()
| float mmind::dl::MBbox::width |
( |
| ) |
const |
|
inline |
◆ endX
| float mmind::dl::MBbox::endX {0.0} |
◆ endY
| float mmind::dl::MBbox::endY {0.0} |
◆ extraInfo
◆ recoverToFixedSize
| bool mmind::dl::MBbox::recoverToFixedSize {false} |
◆ startX
| float mmind::dl::MBbox::startX {0.0} |
◆ startY
| float mmind::dl::MBbox::startY {0.0} |
The documentation for this struct was generated from the following file: