Hugintrunk
0.1
|
PanoOperation to clean control points with Celeste. More...
#include <PanoOperation.h>
Public Member Functions | |
virtual wxString | GetLabel () |
Public Member Functions inherited from PanoOperation::CleanControlPointsOperation | |
virtual bool | IsEnabled (HuginBase::Panorama &pano, HuginBase::UIntSet images, GuiLevel guiLevel) |
return true, if operation is enabled with the given image set More... | |
Public Member Functions inherited from PanoOperation::PanoOperation | |
virtual | ~PanoOperation () |
virtual destructor, does currently nothing More... | |
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 More... | |
Protected Member Functions | |
virtual PanoCommand::PanoCommand * | GetInternalCommand (wxWindow *parent, HuginBase::Panorama &pano, HuginBase::UIntSet images) |
main working function, overwrite it in derived classes More... | |
Additional Inherited Members | |
Protected Attributes inherited from PanoOperation::PanoOperation | |
GuiLevel | m_guiLevel |
PanoOperation to clean control points with Celeste.
Definition at line 233 of file PanoOperation.h.
|
protectedvirtual |
main working function, overwrite it in derived classes
Reimplemented from PanoOperation::CleanControlPointsOperation.
Definition at line 838 of file PanoOperation.cpp.
References HuginBase::Color::ApplyICCProfile(), vigra::omp::copyImage(), DEBUG_TRACE, vigra_ext::destImage(), MainFrame::Get(), celeste::getCelesteControlPoints(), HuginBase::Panorama::getCtrlPointsVectorForImage(), HuginBase::ImageCache::getImage(), HuginBase::Panorama::getImage(), HuginBase::ImageCache::getInstance(), MainFrame::GetSVMModel(), HUGIN_CELESTE_FILTER, HUGIN_CELESTE_THRESHOLD, vigra_ext::srcImageRange(), threshold(), vigra::omp::transformImage(), and ProgressReporterDialog::updateDisplay().
|
virtual |
Reimplemented from PanoOperation::CleanControlPointsOperation.
Definition at line 833 of file PanoOperation.cpp.