Geometry of a scale space. More...
#include <scalespace.h>
Public Attributes | |
double | baseScale |
vl_index | firstOctave |
vl_size | height |
vl_index | lastOctave |
double | nominalScale |
vl_index | octaveFirstSubdivision |
vl_index | octaveLastSubdivision |
vl_size | octaveResolution |
vl_size | width |
Geometry of a scale space.
There are a few restrictions on the valid geometrties.
Definition at line 31 of file scalespace.h.
Base smoothing (smoothing of octave 0, level 0)
Definition at line 40 of file scalespace.h.
Index of the fisrt octave
Definition at line 35 of file scalespace.h.
Image height
Definition at line 34 of file scalespace.h.
Index of the last octave
Definition at line 36 of file scalespace.h.
Nominal smoothing of the original image
Definition at line 41 of file scalespace.h.
Index of the first octave subdivision
Definition at line 38 of file scalespace.h.
Index of the last octave subdivision
Definition at line 39 of file scalespace.h.
Number of octave subdivisions
Definition at line 37 of file scalespace.h.
Image width
Definition at line 33 of file scalespace.h.