Spinnaker SDK C++
4.1.0.172
 
 

 
Loading...
Searching...
No Matches
InferenceBoundingBoxResult Class Reference

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

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: