24#include "wx/msw/wrapwin.h"
123 state->
setR((state->
getR() - radius) / scale + radius);
130 state->
setR((state->
getR() - radius) * scale + radius);
158 if (e.GetWheelRotation() != 0)
199 double d = state->
getR();
208 double fov = state->
getFOV();
242 if (((e.CmdDown() || e.AltDown()) && e.LeftDown()) || e.MiddleDown()) {
249 if (e.LeftUp() || e.MiddleUp()) {
270 if (e.GetWheelRotation() != 0) {
void setFOV(double newFOV)
void setAngX(double angx_in)
void setAngY(double angy_in)
void ForceRequireRedraw()
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.