File: vision_msgs/ObjectHypothesis.msg
Raw Message Definition
# An object hypothesis that contains no position information.
# The unique numeric ID of object detected. To get additional information about
# this ID, such as its human-readable name, listeners should perform a lookup
# in a metadata database. See vision_msgs/VisionInfo.msg for more detail.
int64 id
# The probability or confidence value of the detected object. By convention,
# this value should lie in the range [0-1].
float64 score
Compact Message Definition
int64 id
float64 score