An inference bounding boxes object which holds information about the detected bounding boxes. More...
Public Member Functions | |
InferenceBoundingBoxResult () | |
Default Constructor. More... | |
~InferenceBoundingBoxResult () | |
Destructor. More... | |
InferenceBoundingBoxResult (const uint8_t *data, const int64_t lengthInBytes) | |
Default Constructor with arguments. More... | |
InferenceBoundingBoxResult (const InferenceBoundingBoxResult &other) | |
Copy Constructor. More... | |
InferenceBoundingBoxResult & | operator= (const InferenceBoundingBoxResult &rhs) |
Assignment Operator. More... | |
int8_t | GetVersion () const |
Returns the bounding box format version number. More... | |
int16_t | GetBoxCount () const |
Returns the number of bounding boxes. More... | |
int8_t | GetBoxSize () const |
Returns the number of bytes allocated for one bounding box. More... | |
InferenceBoundingBox | GetBoxAt (const uint16_t index) const |
Returns the bounding box at specified index. More... | |
Friends | |
class | ChunkDataImpl |
An inference bounding boxes object which holds information about the detected bounding boxes.
Contact Support | Spinnaker® SDK Programmer's Guide and API Reference | Mon Apr 10 2023 © FLIR Integrated Imaging Solutions Inc. All rights reserved. |