Hugin trunk 0.1
Loading...
Searching...
No Matches
MaskLoadDialog.h
Go to the documentation of this file.
1// -*- c-basic-offset: 4 -*-
12/* This is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public
14 * License as published by the Free Software Foundation; either
15 * version 2 of the License, or (at your option) any later version.
16 *
17 * This software is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 * Lesser General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public
23 * License along with this software. If not, see
24 * <http://www.gnu.org/licenses/>.
25 *
26 */
27
28#ifndef _MASKLOADDIALOG_H
29#define _MASKLOADDIALOG_H
30
31#include "panoinc_WX.h"
32#include "panoinc.h"
33#include <panodata/Panorama.h>
35#include <hugin/MaskImageCtrl.h>
36
62
63#endif //_MASKLOADDIALOG_H
All variables of a source image.
mask editor
Dialog for loading masks.
void initValues(const HuginBase::SrcPanoImage image, const HuginBase::MaskPolygonVector newMask, const vigra::Size2D maskSize)
sets the default values
void ProcessMask(wxCommandEvent &e)
virtual ~MaskLoadDialog()
HuginBase::MaskPolygonVector getProcessedMask() const
return the processed mask
wxRadioBox * m_maskRotateMode
wxRadioBox * m_maskScaleMode
HuginBase::MaskPolygonVector m_processedMask
vigra::Size2D m_imageSize
MaskImageCtrl * m_image
vigra::Size2D m_maskSize
HuginBase::MaskPolygonVector m_loadedMask
std::vector< MaskPolygon > MaskPolygonVector
Definition Mask.h:150
include file for the hugin project
include file for the hugin project
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