Hugintrunk
0.1
|
#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 |
Definition at line 34 of file KeyPointIO.h.
|
inline |
Definition at line 36 of file KeyPointIO.h.
|
inline |
Definition at line 40 of file KeyPointIO.h.
int lfeat::ImageInfo::dimensions |
Definition at line 47 of file KeyPointIO.h.
Referenced by PanoDetector::LoadKeypoints(), and lfeat::loadSIFTKeypoints().
std::string lfeat::ImageInfo::filename |
Definition at line 44 of file KeyPointIO.h.
Referenced by PanoDetector::LoadKeypoints(), lfeat::loadSIFTKeypoints(), lfeat::SIFTFormatWriter::writeFooter(), and lfeat::AutopanoSIFTWriter::writeHeader().
int lfeat::ImageInfo::height |
Definition at line 46 of file KeyPointIO.h.
Referenced by PanoDetector::LoadKeypoints(), lfeat::loadSIFTKeypoints(), lfeat::SIFTFormatWriter::writeFooter(), and lfeat::AutopanoSIFTWriter::writeHeader().
int lfeat::ImageInfo::width |
Definition at line 45 of file KeyPointIO.h.
Referenced by PanoDetector::LoadKeypoints(), lfeat::loadSIFTKeypoints(), lfeat::SIFTFormatWriter::writeFooter(), and lfeat::AutopanoSIFTWriter::writeHeader().