The keypoint structure. More...
#include <aurora_pubsdk_objects.h>
Public Attributes | |
float | x |
The x coordinate of the keypoint. More... | |
float | y |
The y coordinate of the keypoint. More... | |
uint8_t | flags |
The flags of the keypoint. More... | |
The keypoint structure.
The keypoint structure contains the keypoint of an image.
uint8_t _slamtec_aurora_sdk_keypoint_t::flags |
The flags of the keypoint.
The flags of the keypoint are the flags of the keypoint.
0: unmatched, non-zero: matched
float _slamtec_aurora_sdk_keypoint_t::x |
The x coordinate of the keypoint.
The x coordinate of the keypoint is the x coordinate of the keypoint.
float _slamtec_aurora_sdk_keypoint_t::y |
The y coordinate of the keypoint.
The y coordinate of the keypoint is the y coordinate of the keypoint.