Representation of a SURF keypoint.
More...
#include <surf.h>
|
int | octave |
| Octave index of the keypoint.
|
|
float | sample |
| Scale space sample index within octave in [0, 3].
|
|
float | x |
| Detected keypoint X coordinate.
|
|
float | y |
| Detected keypoint Y coordinate.
|
|
Representation of a SURF keypoint.
Definition at line 70 of file surf.h.
◆ octave
int sfm::Surf::Keypoint::octave |
◆ sample
float sfm::Surf::Keypoint::sample |
Scale space sample index within octave in [0, 3].
Definition at line 73 of file surf.h.
float sfm::Surf::Keypoint::x |
Detected keypoint X coordinate.
Definition at line 74 of file surf.h.
float sfm::Surf::Keypoint::y |
Detected keypoint Y coordinate.
Definition at line 75 of file surf.h.
The documentation for this struct was generated from the following file:
- /builddir/build/BUILD/mve-354a652461377939ca136f451ba3271a1c52ee65/libs/sfm/surf.h