|
Hugintrunk
0.1
|
#include <hugin_config.h>#include "PanoDetectorDefs.h"#include <memory>#include <string>#include <map>#include <localfeatures/Image.h>#include <localfeatures/PointMatch.h>#include "TestCode.h"#include <localfeatures/KeyPoint.h>#include <localfeatures/KeyPointDetector.h>#include <flann/flann.hpp>#include <vigra_ext/ROIImage.h>#include <panodata/Panorama.h>#include <algorithms/optimizer/PTOptimizer.h>#include <celeste/Celeste.h>

Go to the source code of this file.
Classes | |
| class | PanoDetector |
| struct | PanoDetector::ImgData |
| struct | PanoDetector::MatchData |
Functions | |
| std::string | getKeyfilenameFor (std::string keyfilesPath, std::string filename) |
| returns the filename for the keyfile for a given image More... | |
| static int | ptProgress (int command, char *argument) |
| static int | ptinfoDlg (int command, char *argument) |
| std::string getKeyfilenameFor | ( | std::string | keyfilesPath, |
| std::string | filename | ||
| ) |
returns the filename for the keyfile for a given image
Definition at line 84 of file PanoDetector.cpp.
References includeTrailingPathSep(), hugin_utils::stripExtension(), and hugin_utils::stripPath().
Referenced by PanoDetector::loadProject().
|
static |
Definition at line 489 of file PanoDetector.h.
|
static |
Definition at line 485 of file PanoDetector.h.
1.8.5