Commit b471c710 authored by Hendrik-Joern Guenther's avatar Hendrik-Joern Guenther
Browse files

Object Confidence range set to 15

parent 4ecc4eda
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -715,10 +715,10 @@ on the computation.
@unit n/a
*/
ObjectConfidence ::= INTEGER {
    noConfidence        (0),    -- No confidence in detected object, e.g. for "ghost"-objects
    fullConfidence      (15),   -- Full confidence in detected object
    unavailable         (16)    -- Confidence could not be computed and does not apply
} (0..16)
    noConfidence        (0),    -- No confidence in detected object, e.g. for "ghost"-objects or
                                -- if confidence could not be computed
    fullConfidence      (15)    -- Full confidence in detected object
} (0..15)

/** @brief Object Dimension Value
A dimension for an object.