digiKam
panotasks.h
Go to the documentation of this file.
1 /* ============================================================
2  *
3  * This file is a part of digiKam project
4  * https://www.digikam.org
5  *
6  * Date : 2012-03-15
7  * Description : a tool to create panorama by fusion of several images.
8  *
9  * Copyright (C) 2012-2016 by Benjamin Girault <benjamin dot girault at gmail dot com>
10  *
11  * This program is free software; you can redistribute it
12  * and/or modify it under the terms of the GNU General
13  * Public License as published by the Free Software Foundation;
14  * either version 2, or (at your option) any later version.
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19  * GNU General Public License for more details.
20  *
21  * ============================================================ */
22 
23 #ifndef DIGIKAM_PANO_TASKS_H
24 #define DIGIKAM_PANO_TASKS_H
25 
26 #include "preprocesstask.h"
27 #include "createptotask.h"
28 #include "cpfindtask.h"
29 #include "cpcleantask.h"
30 #include "optimisationtask.h"
31 #include "autocroptask.h"
32 #include "createpreviewtask.h"
33 #include "createfinalptotask.h"
34 #include "createmktask.h"
35 #include "compilemksteptask.h"
36 #include "compilemktask.h"
37 #include "huginexecutortask.h"
38 #include "copyfilestask.h"
39 
40 #endif // DIGIKAM_PANO_TASKS_H