#include <iostream>#include <string>#include "KeyPoint.h"#include "KeyPointDetector.h"Include dependency graph for KeyPointIO.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | lfeat |
Classes | |
| struct | lfeat::ImageInfo |
| class | lfeat::KeypointWriter |
| Base class for a keypoint writer. More... | |
| class | lfeat::SIFTFormatWriter |
| class | lfeat::DescPerfFormatWriter |
| class | lfeat::AutopanoSIFTWriter |
Functions | |
| ImageInfo LFIMPEX | loadKeypoints (const std::string &filename, KeyPointVect_t &insertor) |
|
||||||||||||
|
Definition at line 87 of file KeyPointIO.cpp. References identifySIFTKeypoints(), and loadSIFTKeypoints(). Referenced by PanoDetector::LoadKeypoints(). |
1.3.9.1