Hugin trunk 0.1
Loading...
Searching...
No Matches
PapywizardImport.h
Go to the documentation of this file.
1
9/* This is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public
11 * License as published by the Free Software Foundation; either
12 * version 2 of the License, or (at your option) any later version.
13 *
14 * This software is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * Lesser General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public
20 * License along with this software. If not, see
21 * <http://www.gnu.org/licenses/>.
22 *
23 */
24
25#ifndef PAPYWIZARDIMPORT_H
26#define PAPYWIZARDIMPORT_H
27
28#include <panodata/Panorama.h>
29#include <wx/string.h>
30
31namespace Papywizard
32{
34bool ImportPapywizardFile(const wxString& filename, HuginBase::Panorama& pano);
35
36} // namespace Papywizard
37#endif
Model for a panorama.
Definition Panorama.h:153
bool ImportPapywizardFile(const wxString &filename, HuginBase::Panorama &pano)
import the settings from given filename into pano
std::vector< deghosting::BImagePtr > threshold(const std::vector< deghosting::FImagePtr > &inputImages, const double threshold, const uint16_t flags)
Threshold function used for creating alpha masks for images.
Definition threshold.h:41