ImFusion C++ SDK 4.4.0
ImFusion::FeatureMatch Struct Reference

#include <ImFusion/Vision/FeatureDetection.h>

Structure representing a match between two keypoints. More...

Detailed Description

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).

The documentation for this struct was generated from the following file:
  • ImFusion/Vision/FeatureDetection.h
Search Tab / S to search, Esc to close