PySpin.InferenceBoundingBoxResult

class InferenceBoundingBoxResult(*args)

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

GetBoxAt(self, index) InferenceBoundingBox

Parameters

index: uint16_t const

Returns the bounding box at specified index.

param index:

Index of the bounding box to return.

GetBoxCount(self) int16_t

Returns the number of bounding boxes.

GetBoxSize(self) int8_t

Returns the number of bytes allocated for one bounding box.

GetVersion(self) int8_t

Returns the bounding box format version number.