VlScaleSpace Struct Reference
Scale space. More...
#include <scalespace.h>
Data Fields | |
| double | sigman |
| double | sigma0 |
| double | sigmak |
| double | dsigma0 |
| vl_size | width |
| vl_size | height |
| vl_size | numOctaves |
| vl_size | numLevels |
| vl_index | firstOctave |
| vl_index | lastOctave |
| vl_index | firstLevel |
| vl_index | lastLevel |
| float ** | octaves |
| vl_size | patchSize |
| VlScaleSpaceFrame * | frames |
| vl_size | framesSize |
| vl_size | numFrames |
| VlImSmoothFilt * | smoother |
Detailed Description
Container for Scale space data.
Field Documentation
| double VlScaleSpace::dsigma0 |
delta-smoothing.
minimum level index.
minimum octave index.
size of the patch buffer. detected feature frames.
size of the VlScaleSpace::frames buffer.
image height.
maximum level index.
maximum octave index.
number of stored feature frames.
number of levels per octave.
number of octaves.
| float** VlScaleSpace::octaves |
GSS data.
buffer for operations on patches.
| double VlScaleSpace::sigma0 |
smoothing of pyramid base.
| double VlScaleSpace::sigmak |
k-smoothing.
| double VlScaleSpace::sigman |
nominal image smoothing.
image smoother.
image width.
The documentation for this struct was generated from the following file: