#include <hugin_basic.h>
#include <vigra/error.hxx>
#include <vigra/impex.hxx>
#include <vigra_ext/ransac.h>
#include <vigra_ext/VigQuotientEstimator.h>
#include <vigra_ext/Pyramid.h>
#include <vigra_ext/Interpolators.h>
#include <vigra_ext/impexalpha.hxx>
#include <algorithms/point_sampler/PointSampler.h>
Include dependency graph for ExtractPoints.h:

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

Go to the source code of this file.
Functions | |
| template<class ImageType> | |
| std::vector< ImageType * > | loadImagesPyr (std::vector< std::string > files, int pyrLevel, int verbose) |
| void | loadImgsAndExtractPoints (Panorama pano, int nPoints, int pyrLevel, bool randomPoints, AppBase::ProgressDisplay &progress, std::vector< vigra_ext::PointPairRGB > &points, int verbose) |
Definition in file ExtractPoints.h.
|
||||||||||||||||||||
|
Definition at line 49 of file ExtractPoints.h. References ImageType, vigra::importImageAlpha(), celeste::info(), vigra_ext::reduceToNextLevel(), and vigra_ext::transformImage(). |
|
||||||||||||||||||||||||||||||||
|
Definition at line 106 of file ExtractPoints.h. References AppBase::ProgressDisplay::finishSubtask(), HuginBase::Panorama::getImage(), HuginBase::Panorama::getNrOfImages(), and AppBase::ProgressDisplay::startSubtask(). Referenced by main(). |
1.3.9.1