SIFT
octaveelem.hpp
Go to the documentation of this file.
1 #ifndef OCTAVEELEM_HPP
2 #define OCTAVEELEM_HPP
3 
4 #include "vigra/multi_array.hxx"
5 #include "types.hpp"
6 
7 namespace sift {
12  class OctaveElem {
13  public:
18 
22  vigra::MultiArray<2, f32_t> img;
23 
24  OctaveElem() = default;
25  };
26 }
27 #endif //OCTAVEELEM_HPP
float f32_t
Definition: types.hpp:13
Definition: octaveelem.hpp:12
vigra::MultiArray< 2, f32_t > img
Definition: octaveelem.hpp:22
f32_t scale
Definition: octaveelem.hpp:17
Definition: algorithms.cpp:8
OctaveElem()=default