Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
lfeat::ImageInfo Struct Reference

#include <KeyPointIO.h>

Public Member Functions

 ImageInfo ()
 
 ImageInfo (const std::string &filename, int width, int height)
 

Public Attributes

std::string filename
 
int width
 
int height
 
int dimensions
 

Detailed Description

Definition at line 34 of file KeyPointIO.h.

Constructor & Destructor Documentation

lfeat::ImageInfo::ImageInfo ( )
inline

Definition at line 36 of file KeyPointIO.h.

lfeat::ImageInfo::ImageInfo ( const std::string &  filename,
int  width,
int  height 
)
inline

Definition at line 40 of file KeyPointIO.h.

Member Data Documentation

int lfeat::ImageInfo::dimensions

Definition at line 47 of file KeyPointIO.h.

Referenced by PanoDetector::LoadKeypoints(), and lfeat::loadSIFTKeypoints().

std::string lfeat::ImageInfo::filename
int lfeat::ImageInfo::height
int lfeat::ImageInfo::width

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