Hugintrunk
0.1
|
#include <string>
#include <map>
#include <hugin_shared.h>
#include "CPDetectorConfig.h"
#include "panodata/Panorama.h"
#include "panodata/ControlPoint.h"
#include "panoinc_WX.h"
Go to the source code of this file.
Classes | |
class | AutoCtrlPointCreator |
Base class for control point creators. More... | |
class | AutoPanoSift |
A matcher that uses Sebastians Nowozin's excellent sift matcher. More... | |
class | AutoPanoKolor |
A matcher that uses Alexandres sift matcher. More... | |
class | AutoPanoSiftStack |
A matcher that uses Sebastians Nowozin's excellent sift matcher and considers stacks. More... | |
class | AutoPanoSiftMultiRow |
A matcher for multi-row panoramas based on an idea by Bruno Postle. More... | |
class | AutoPanoSiftMultiRowStack |
A matcher for multi-rows, which considers stacks. More... | |
class | AutoPanoSiftPreAlign |
A matcher that uses the align information in the panorama to generate cp between overlapping images. More... | |
This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU General Public License along with this software. If not, see http://www.gnu.org/licenses/.
Definition in file AutoCtrlPointCreator.h.