![]() |
AliceVision
Photogrammetric Computer Vision Framework
|
Public Attributes | |
| float | x = 0.f |
| coordinate x of the keypoints | |
| float | y = 0.f |
| coordinate y of the keypoints | |
| float | size = 0.f |
| diameter of the meaningful keypoint neighborhood | |
| float | angle = 0.f |
| float | response = 0.f |
| the response by which the most strong keypoints have been selected. Can be used for the further sorting or subsampling | |
| unsigned char | octave = 0 |
| octave (pyramid layer) from which the keypoint has been extracted | |
| unsigned char | class_id = 0 |
| object class (if the keypoints need to be clustered by an object they belong to) | |
| float aliceVision::feature::AKAZEKeypoint::angle = 0.f |
computed orientation of the keypoint (-1 if not applicable); it's in [0,360) degrees and measured relative to image coordinate system, ie in clockwise.
1.8.17