Bounding Box module

Objects and functions for bounding box detection etc.

Contents

Classes

class fast::BoundingBoxNetwork
Neural network process object for bounding box detection.
class fast::TensorToBoundingBoxSet
Convert a tensor to a set of bounding boxes.
class fast::NonMaximumSuppression
Non-maximum suppression of bounding box sets.
class fast::BoundingBox
A 2D bounding box data object.
class fast::BoundingBoxSet
A data object representing a (large) set of bounding boxes.
class fast::BoundingBoxSetAccumulator
Accumulate a stream of bounding box sets to a single large bounding box set.

Enums

enum class BoundingBoxNetworkType { YOLOv3 }
Type of bounding box network Used to determine how the output tensor of a bounding box network should be converted to a set of bounding boxes.

Enum documentation

enum class BoundingBoxNetworkType

Type of bounding box network Used to determine how the output tensor of a bounding box network should be converted to a set of bounding boxes.