#include <string>#include <map>#include <hugin_shared.h>#include "CPDetectorConfig.h"#include "PT/Panorama.h"#include "PT/PanoImage.h"#include "PT/PanoramaMemento.h"#include "panodata/ControlPoint.h"#include "panoinc_WX.h"Include dependency graph for AutoCtrlPointCreator.h:

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

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 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, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Definition in file AutoCtrlPointCreator.h.
1.3.9.1