|
MVE - Multi-View Environment mve-devel
|
Representation of the SIFT descriptor. More...
#include <sift.h>

Public Attributes | |
| math::Vector< float, 128 > | data |
| The descriptor data, elements are unsigned in [0.0, 1.0]. | |
| float | orientation |
| The orientation of the image keypoint in [0, 2PI]. | |
| 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 the SIFT descriptor.
The descriptor is created in a rotation invariant way. The resulting vector is unsigned and normalized, and has 128 dimensions.
| math::Vector<float, 128> sfm::Sift::Descriptor::data |
| float sfm::Sift::Descriptor::orientation |
| float sfm::Sift::Descriptor::scale |
| float sfm::Sift::Descriptor::x |
| float sfm::Sift::Descriptor::y |