semanticmodel/Segment Message

File: semanticmodel/Segment.msg

Raw Message Definition

# One segment, as defined by the given pair of images. The coordinates
# variable is [r c r c r c r c r c etc.]. This is overkill, but that's ok.
int32[] coordinates
sensor_msgs/Image rgb_image
sensor_msgs/CameraInfo rgb_info
sensor_msgs/Image depth_image
sensor_msgs/CameraInfo depth_info

Compact Message Definition

int32[] coordinates
sensor_msgs/Image rgb_image
sensor_msgs/CameraInfo rgb_info
sensor_msgs/Image depth_image
sensor_msgs/CameraInfo depth_info