Group ChunkDataInference_h¶
Modules > ChunkDataInference_h
Classes¶
| Type | Name |
|---|---|
| class | Spinnaker::InferenceBoundingBoxResult An inference bounding boxes object which holds information about the detected bounding boxes. |
Public Attributes¶
| Type | Name |
|---|---|
| int16_t | bottomRightXCoord |
| int16_t | bottomRightXCoord |
| int16_t | bottomRightYCoord |
| int16_t | bottomRightYCoord |
| InferenceBoxType | boxType |
| int16_t | centerXCoord |
| int16_t | centerYCoord |
| InferenceBoxCircle | circle |
| int16_t | classId |
| float32_t | confidence |
| int16_t | radius |
| InferenceBoxRect | rect |
| InferenceBoxRotatedRect | rotatedRect |
| short | rotationAngle |
| int16_t | topLeftXCoord |
| int16_t | topLeftXCoord |
| int16_t | topLeftYCoord |
| int16_t | topLeftYCoord |
Public Functions¶
| Type | Name |
|---|---|
| InferenceBoundingBox | GetBoxAt (const uint16_t index) const |
| int16_t | GetBoxCount () const |
| int8_t | GetBoxSize () const |
| int8_t | GetVersion () const |
| InferenceBoundingBoxResult () |
|
| InferenceBoundingBoxResult (const uint8_t * data, const int64_t lengthInBytes) |
|
| InferenceBoundingBoxResult (const InferenceBoundingBoxResult & other) |
|
| InferenceBoundingBoxResult & | operator= (const InferenceBoundingBoxResult & rhs) |
| ~InferenceBoundingBoxResult () |
Public Attributes Documentation¶
variable bottomRightXCoord¶
variable bottomRightXCoord¶
variable bottomRightYCoord¶
variable bottomRightYCoord¶
variable boxType¶
variable centerXCoord¶
variable centerYCoord¶
variable circle¶
variable classId¶
variable confidence¶
variable radius¶
variable rect¶
variable rotatedRect¶
variable rotationAngle¶
variable topLeftXCoord¶
variable topLeftXCoord¶
variable topLeftYCoord¶
variable topLeftYCoord¶
Public Functions Documentation¶
function GetBoxAt¶
Returns the bounding box at specified index.
Parameters:
indexIndex of the bounding box to return.
function GetBoxCount¶
Returns the number of bounding boxes.
function GetBoxSize¶
Returns the number of bytes allocated for one bounding box.
function GetVersion¶
Returns the bounding box format version number.
function InferenceBoundingBoxResult¶
Default Constructor
function InferenceBoundingBoxResult¶
Default Constructor with arguments
Parameters:
dataThe bounding box binary data from chunk data.lengthInBytesThe length of bounding box binary data in bytes.
function InferenceBoundingBoxResult¶
Copy Constructor
function operator=¶
Assignment Operator
function ~InferenceBoundingBoxResult¶
Destructor