MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
sfm::Sift::Octave Struct Reference

Representation of a SIFT octave. More...

#include <sift.h>

Collaboration diagram for sfm::Sift::Octave:
Collaboration graph
[legend]

Public Types

typedef std::vector< mve::FloatImage::PtrImageVector
 

Public Attributes

ImageVector dog
 S+2 difference of gaussian images.
 
ImageVector grad
 S+3 gradient images.
 
ImageVector img
 S+3 images per octave.
 
ImageVector ori
 S+3 orientation images.
 

Detailed Description

Representation of a SIFT octave.

Definition at line 183 of file sift.h.

Member Typedef Documentation

◆ ImageVector

Definition at line 185 of file sift.h.

Member Data Documentation

◆ dog

ImageVector sfm::Sift::Octave::dog

S+2 difference of gaussian images.

Definition at line 187 of file sift.h.

◆ grad

ImageVector sfm::Sift::Octave::grad

S+3 gradient images.

Definition at line 188 of file sift.h.

◆ img

ImageVector sfm::Sift::Octave::img

S+3 images per octave.

Definition at line 186 of file sift.h.

◆ ori

ImageVector sfm::Sift::Octave::ori

S+3 orientation images.

Definition at line 189 of file sift.h.


The documentation for this struct was generated from the following file: