File: cob_object_detection_msgs/Mask.msg
Raw Message Definition
# this message is used to mark where an object is present in an image
# this can be done either by a roi region on the image (less precise) or a mask (more precise)
Rect roi
# in the case when mask is used, 'roi' specifies the image region and 'mask'
# (which should be of the same size) a binary mask in that region
sensor_msgs/Image mask
# in the case there is 3D data available, 'indices' are used to index the
# part of the point cloud representing the object
#pcl/PointIndices indices
Compact Message Definition