MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Attributes | List of all members
sfm::Surf::Keypoint Struct Reference

Representation of a SURF keypoint. More...

#include <surf.h>

Public Attributes

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.
 

Detailed Description

Representation of a SURF keypoint.

Definition at line 70 of file surf.h.

Member Data Documentation

◆ octave

int sfm::Surf::Keypoint::octave

Octave index of the keypoint.

Definition at line 72 of file surf.h.

◆ sample

float sfm::Surf::Keypoint::sample

Scale space sample index within octave in [0, 3].

Definition at line 73 of file surf.h.

◆ x

float sfm::Surf::Keypoint::x

Detected keypoint X coordinate.

Definition at line 74 of file surf.h.

◆ y

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: