![]() |
ImFusion C++ SDK 4.4.0
|
#include <ImFusion/Vision/FeatureDetection.h>
Structure representing a detected keypoint and its descriptor. More...
Structure representing a detected keypoint and its descriptor.
Public Attributes | |
| vec2 | location |
| Location in pixel coordinates. | |
| int | scale = 1 |
| Detection scale. | |
| double | angle = -1.0 |
| Computed orientation of the keypoint (-1 if not applicable). | |
| double | response |
| The response by which the most strong keypoints have been selected. Can be used for the further sorting or subsampling. | |
| ByteBuffer | descriptor |
| Keypoint descriptor. | |
| double ImFusion::Keypoint::response |
The response by which the most strong keypoints have been selected. Can be used for the further sorting or subsampling.