|
Hugin trunk 0.1
|
PanoOperation to clean control points with statistically method. More...
#include <PanoOperation.h>

Public Member Functions | |
| virtual bool | IsEnabled (HuginBase::Panorama &pano, HuginBase::UIntSet images, GuiLevel guiLevel) |
| return true, if operation is enabled with the given image set | |
| virtual wxString | GetLabel () |
Public Member Functions inherited from PanoOperation::PanoOperation | |
| virtual | ~PanoOperation () |
| virtual destructor, does currently nothing | |
| virtual PanoCommand::PanoCommand * | GetCommand (wxWindow *parent, HuginBase::Panorama &pano, HuginBase::UIntSet images, GuiLevel guiLevel) |
| returns the appropriate PanoCommand::PanoCommand to be inserted into GlobalCmdHistory, checks if operation is enabled | |
Protected Member Functions | |
| virtual PanoCommand::PanoCommand * | GetInternalCommand (wxWindow *parent, HuginBase::Panorama &pano, HuginBase::UIntSet images) |
| main working function, overwrite it in derived classes | |
Additional Inherited Members | |
Protected Attributes inherited from PanoOperation::PanoOperation | |
| GuiLevel | m_guiLevel |
PanoOperation to clean control points with statistically method.
Definition at line 189 of file PanoOperation.h.
|
protectedvirtual |
main working function, overwrite it in derived classes
Implements PanoOperation::PanoOperation.
Reimplemented in PanoOperation::CelesteOperation.
Definition at line 752 of file PanoOperation.cpp.
References deregisterPTWXDlgFcn(), HuginBase::Panorama::duplicate(), HuginBase::Panorama::getCtrlPoints(), hugin_utils::HuginMessageBox(), registerPTWXDlgFcn(), set_contains(), HuginBase::Panorama::setCtrlPoints(), threshold(), and HuginBase::ControlPoint::X_Y.
|
virtual |
Reimplemented from PanoOperation::PanoOperation.
Reimplemented in PanoOperation::CelesteOperation.
Definition at line 742 of file PanoOperation.cpp.
References threshold().
|
virtual |
return true, if operation is enabled with the given image set
Reimplemented from PanoOperation::PanoOperation.
Definition at line 747 of file PanoOperation.cpp.
References HuginBase::Panorama::getNrOfCtrlPoints().