Hugin trunk 0.1
Loading...
Searching...
No Matches
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

◆ ImageInfo() [1/2]

lfeat::ImageInfo::ImageInfo ( )
inline

Definition at line 36 of file KeyPointIO.h.

◆ ImageInfo() [2/2]

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

Definition at line 40 of file KeyPointIO.h.

Member Data Documentation

◆ dimensions

int lfeat::ImageInfo::dimensions

Definition at line 47 of file KeyPointIO.h.

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

◆ filename

std::string lfeat::ImageInfo::filename

◆ height

int lfeat::ImageInfo::height

◆ width

int lfeat::ImageInfo::width

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