#include <iostream>#include <fstream>#include <string>#include "KeyPointIO.h"Include dependency graph for KeyPointIO.cpp:

Go to the source code of this file.
Functions | |
| bool | identifySIFTKeypoints (const std::string &filename) |
| ImageInfo | loadSIFTKeypoints (const std::string &filename, KeyPointVect_t &vec) |
|
|
Definition at line 33 of file KeyPointIO.cpp. Referenced by lfeat::loadKeypoints(). |
|
||||||||||||
|
Definition at line 48 of file KeyPointIO.cpp. References lfeat::ImageInfo::dimensions, lfeat::ImageInfo::filename, lfeat::ImageInfo::height, lfeat::KeyPointPtr, and lfeat::ImageInfo::width. Referenced by lfeat::loadKeypoints(). |
1.3.9.1