![]() |
ImFusion SDK 4.3
|
#include <ImFusion/Vision/FeatureDetection.h>
Structure representing a match between two keypoints. More...
Structure representing a match between two keypoints.
Public Attributes | |
| int | sourceIndex = -1 |
| Index of the source keypoint. | |
| int | targetIndex = -1 |
| Index of the target keypoint. | |
| double | score = -1.0 |
| Score of the match (lower is better). | |