Struct DetectedSupplementarySign::CandidateSupplementarySign¶
Defined in File osi_detectedtrafficsign.proto
Nested Relationships¶
This struct is a nested type of Struct DetectedTrafficSign::DetectedSupplementarySign.
Struct Documentation¶
-
struct
CandidateSupplementarySign A candidate for a detected supplementary sign as estimated by the sensor.
Public Members
-
optional double osi3::DetectedTrafficSign::DetectedSupplementarySign::CandidateSupplementarySign::probability = 1 The estimated probability that this candidate is the true value.
Range: [0,1]
- Note
The sum of all
probabilitymust be one. This probability is given under the condition ofDetectedItemHeader::existence_probability.
-
optional TrafficSign::SupplementarySign::Classification osi3::DetectedTrafficSign::DetectedSupplementarySign::CandidateSupplementarySign::classification = 2 The classification of one of more supplementary signs that together define this candidate.
- Note
IDs, which are referenced in this message, usually reference to
DetectedXXX::tracking_idIDs.
-