greenhouse/find-object/msg/DetectionInfo.msg

13 lines
367 B
Plaintext
Raw Normal View History

2018-11-21 14:11:28 -05:00
2022-12-10 23:39:35 -08:00
std_msgs/Header header
2018-11-21 14:11:28 -05:00
# All arrays should have the same size
std_msgs/Int32[] ids
std_msgs/Int32[] widths
std_msgs/Int32[] heights
2022-12-10 23:39:35 -08:00
std_msgs/String[] file_paths
2018-11-21 14:11:28 -05:00
std_msgs/Int32[] inliers
std_msgs/Int32[] outliers
# 3x3 homography matrix: [h11, h12, h13, h21, h22, h23, h31, h32, h33] (h31 = dx and h32 = dy, see QTransform)
std_msgs/Float32MultiArray[] homographies