An inference bounding boxes object which holds information about the detected bounding boxes. More...
#include <ChunkDataInference.h>
Public Member Functions | |
| InferenceBoundingBoxResult () | |
| Default Constructor. | |
| ~InferenceBoundingBoxResult () | |
| Destructor. | |
| InferenceBoundingBoxResult (const uint8_t *data, const int64_t lengthInBytes) | |
| Default Constructor with arguments. | |
| InferenceBoundingBoxResult (const InferenceBoundingBoxResult &other) | |
| Copy Constructor. | |
| InferenceBoundingBoxResult & | operator= (const InferenceBoundingBoxResult &rhs) |
| Assignment Operator. | |
| int8_t | GetVersion () const |
| Returns the bounding box format version number. | |
| int16_t | GetBoxCount () const |
| Returns the number of bounding boxes. | |
| int8_t | GetBoxSize () const |
| Returns the number of bytes allocated for one bounding box. | |
| InferenceBoundingBox | GetBoxAt (const uint16_t index) const |
| Returns the bounding box at specified index. | |
Friends | |
| class | ChunkDataImpl |
An inference bounding boxes object which holds information about the detected bounding boxes.