SIFT
|
#include <octaveelem.hpp>
Public Member Functions | |
OctaveElem ()=default | |
Public Attributes | |
f32_t | scale |
vigra::MultiArray< 2, f32_t > | img |
A Class which saves the needed data of the elements in an octave. These are the Gaussians and DoGs.
|
default |
vigra::MultiArray<2, f32_t> sift::OctaveElem::img |
The actual DoG or Gaussian image data.
f32_t sift::OctaveElem::scale |
The scale of the current element.