Files
rtabmap_ros/rtabmap_msgs/msg/KeyPoint.msg
T

16 lines
218 B
Plaintext
Raw Normal View History

#class cv::KeyPoint
#{
# Point2f pt;
# float size;
# float angle;
# float response;
# int octave;
# int class_id;
#}
2015-04-24 10:35:50 -04:00
Point2f pt
float32 size
float32 angle
float32 response
int32 octave
int32 class_id