Commit 82ce8129 authored by Eric Nassor's avatar Eric Nassor Committed by Hendrik-Joern Guenther
Browse files

the comment for Object Class was incorrect: a subclass has no associated confidence.

parent 3765bc7c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -276,8 +276,7 @@ ObjectClassWithConfidence ::= SEQUENCE {
}

-- @brief Object Class
-- The class that best describes the detected object. Each class provides optional subclasses and
-- an associated confidence for the subclass.
-- The class that best describes the detected object. Each class provides optional subclasses.
ObjectClass ::= CHOICE {
    vehicleSubclass     VehicleSubclassType,
    personSubclass      PersonSubclassType,