MVE - Multi-View Environment mve-devel
|
Representation of a SURF descriptor. More...
#include <surf.h>
Public Attributes | |
math::Vector< float, 64 > | data |
The descriptor data, elements are signed in [-1.0, 1.0]. | |
float | orientation |
The orientation of the image keypoint in [-PI, PI]. | |
float | scale |
The scale (or sigma value) of the keypoint. | |
float | x |
The sub-pixel x-coordinate of the image keypoint. | |
float | y |
The sub-pixel y-coordinate of the image keypoint. | |
Representation of a SURF descriptor.
The descriptor is created in a rotation invariant way. The resulting vector is signed and normalized, and has 64 dimensions.
math::Vector<float, 64> sfm::Surf::Descriptor::data |
float sfm::Surf::Descriptor::orientation |
float sfm::Surf::Descriptor::scale |
float sfm::Surf::Descriptor::x |
float sfm::Surf::Descriptor::y |