MxClass
Function Usage
Defines the classification data information transferred between plugins in a stream.
Structure Definition
struct MxClass {
std::vector<MxMetaHeader> headers;
int32_t classId;
std::string className;
float confidence;
}
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
headers |
Input |
Header information of classification data |
classId |
Input |
Class ID of classification data |
className |
Input |
Class name of classification data |
confidence |
Input |
Confidence of a class |
Parent topic: Data Structure