Commit 10adac16 authored by Eric Nassor's avatar Eric Nassor
Browse files

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

parent 5b0cd71f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -263,8 +263,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,