Spinnaker C++
3.1.0.78
Public Member Functions | Friends | List of all members
InferenceBoundingBoxResult Class Reference

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...
 
InferenceBoundingBoxResultoperator= (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
 

Detailed Description

An inference bounding boxes object which holds information about the detected bounding boxes.

Examples:
Inference.cpp.

The documentation for this class was generated from the following file:
Contact Support Spinnaker® SDK Programmer's Guide and API Reference