Hugin trunk 0.1
Loading...
Searching...
No Matches
PanosphereSphereTool.h
Go to the documentation of this file.
1// -*- c-basic-offset: 4 -*-
22#ifndef _PANOSPHERE_SPHERE_TOOL_H
23#define _PANOSPHERE_SPHERE_TOOL_H
24
25#include "Tool.h"
26
44
45#endif
46
tool to draw a whiteish transparent sphere for the panosphere
void Activate()
Switch on a tool.
void SetPreviewBackgroundColor(wxColour c)
sets the sphere background color
void BeforeDrawImagesBackEvent()
Draw using opengl anything before drawing the front face culled images.
void BeforeDrawImagesFrontEvent()
Draw using opengl anything before drawing the back face culled images.
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