1 #ifndef INTERESTPOINT_HPP
2 #define INTERESTPOINT_HPP
50 : scale(scale), octave(octave), index(index), loc(loc) {
66 #endif //INTERESTPOINT_HPP
Point< u16_t, u16_t > loc
Definition: interestpoint.hpp:39
float f32_t
Definition: types.hpp:13
unsigned short int u16_t
Definition: types.hpp:6
u16_t index
Definition: interestpoint.hpp:29
InterestPoint(Point< u16_t, u16_t > loc, f32_t scale, u16_t octave, u16_t index)
Definition: interestpoint.hpp:49
static bool cmpByFilter(const InterestPoint &a, const InterestPoint &b)
Definition: interestpoint.hpp:57
bool filtered
Definition: interestpoint.hpp:34
f32_t scale
Definition: interestpoint.hpp:18
f32_t orientation
Definition: interestpoint.hpp:44
Definition: interestpoint.hpp:13
Definition: algorithms.cpp:8
std::vector< f32_t > descriptors
Definition: interestpoint.hpp:46
u16_t octave
Definition: interestpoint.hpp:23