#include <iostream>#include <fstream>#include <vector>#include <string>#include <boost/foreach.hpp>#include <boost/shared_ptr.hpp>#include <tclap/CmdLine.h>#include <localfeatures/KeyPointDetector.h>#include <localfeatures/CircularKeyPointDescriptor.h>#include <localfeatures/Sieve.h>#include <localfeatures/KeyPointIO.h>#include <vigra/impex.hxx>#include <vigra/stdimage.hxx>#include <vigra/stdimagefunctions.hxx>#include <vigra/rgbvalue.hxx>Include dependency graph for keypoints.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | TCLAP |
Classes | |
| class | KeyPointVectInsertor |
| class | SieveExtractorKP |
| class | MyOutput |
Defines | |
| #define | TRACE_IMG(A) cerr << A << std::endl |
| #define | TRACE_INFO(A) cerr << A << std::endl |
Functions | |
| bool | DetectKeypoints (const std::string &imgfile, bool downscale, double surfScoreThreshold, KeyPointPtr preKeypoint, bool onlyInterestPoints, int sieveWidth, int sieveHeight, int sieveSize, KeypointWriter &writer) |
| void | parseOptions (int argc, char **argv) |
| int | main (int argc, char **argv) |
Variables | |
| const char * | kVersion = "0.9.5" |
|
|
Definition at line 46 of file keypoints.cpp. |
|
|
Definition at line 47 of file keypoints.cpp. |
|
||||||||||||||||||||||||||||||||||||||||
|
||||||||||||
|
Definition at line 494 of file keypoints.cpp. References kVersion, and parseOptions(). |
|
||||||||||||
|
Definition at line 345 of file keypoints.cpp. References cout, DetectKeypoints(), lfeat::KeyPointPtr, kVersion, and makefile::ofstream. Referenced by main(). |
|
|
Definition at line 44 of file keypoints.cpp. Referenced by main(), and parseOptions(). |
1.3.9.1