Hugin trunk 0.1
Loading...
Searching...
No Matches
Tool.cpp
Go to the documentation of this file.
1// -*- c-basic-offset: 4 -*-
2
23#ifdef _WIN32
24#include "wx/msw/wrapwin.h"
25#endif
26#include "Tool.h"
27#include "ToolHelper.h"
28
33
35
37
39
41
43
45
47
49
51
virtual ~OverviewTool()
Definition Tool.cpp:42
OverviewTool(OverviewToolHelper *helper)
Definition Tool.cpp:40
PanosphereOverviewTool(PanosphereOverviewToolHelper *helper)
Definition Tool.cpp:44
virtual ~PanosphereOverviewTool()
Definition Tool.cpp:46
virtual ~PlaneOverviewTool()
Definition Tool.cpp:50
PlaneOverviewTool(PlaneOverviewToolHelper *helper)
Definition Tool.cpp:48
virtual ~PreviewTool()
Definition Tool.cpp:38
PreviewTool(PreviewToolHelper *helper)
Definition Tool.cpp:36
Definition Tool.h:43
Tool(ToolHelper *helper)
Construct keeping a pointer to a PreviewToolHelper.
Definition Tool.cpp:29
virtual ~Tool()
Definition Tool.cpp:34
ToolHelper * helper
The PreviewToolHelper that uses the same preview window and panorama as the tool should.
Definition Tool.h:109
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