This class is GUI used to define the classifier parameters for the RP constast operation. More...
#include <ClassifierWizardPage.h>
Public Slots | |
| void | onROIManagerClosed () |
| void | onRoiSetChanged (te::cl::ROISet *rs) |
| void | showROIManager (bool show) |
Public Member Functions | |
| ClassifierWizardPage (QWidget *parent=0) | |
| te::rp::Classifier::InputParameters | getInputParams () |
| te::rp::Classifier::OutputParameters | getOutputParams () |
| te::cl::ROISet * | getROISet () |
| bool | isComplete () const |
| void | set (te::map::AbstractLayerPtr layer) |
| This method is used to set the selected layer for classifier operation. More... | |
| void | setList (std::list< te::map::AbstractLayerPtr > &layerList) |
| ~ClassifierWizardPage () | |
Protected Member Functions | |
| void | fillClassifierTypes () |
| te::rp::ClassifierMAPStrategy::Parameters::MClassesSamplesCTPtr | getMAPSamples (te::cl::ROISet *rs, te::rst::Raster *raster) |
| te::rp::ClassifierSAMStrategy::ClassesSamplesTPtr | getSAMSamples (te::cl::ROISet *rs, te::rst::Raster *raster) |
| void | listBands () |
Private Types | |
| enum | ClassifierTypes { CLASSIFIER_ISOSEG, CLASSIFIER_KMEANS, CLASSIFIER_MAP, CLASSIFIER_EM, CLASSIFIER_SAM } |
Private Attributes | |
| te::map::AbstractLayerPtr | m_layer |
| std::auto_ptr< te::qt::widgets::ROIManagerDialog > | m_roiMngDlg |
| std::auto_ptr< Ui::ClassifierWizardPageForm > | m_ui |
This class is GUI used to define the classifier parameters for the RP constast operation.
Definition at line 63 of file ClassifierWizardPage.h.
| Enumerator | |
|---|---|
| CLASSIFIER_ISOSEG | |
| CLASSIFIER_KMEANS | |
| CLASSIFIER_MAP | |
| CLASSIFIER_EM | |
| CLASSIFIER_SAM | |
Definition at line 67 of file ClassifierWizardPage.h.
| te::qt::widgets::ClassifierWizardPage::ClassifierWizardPage | ( | QWidget * | parent = 0 | ) |
| te::qt::widgets::ClassifierWizardPage::~ClassifierWizardPage | ( | ) |
|
protected |
| te::rp::Classifier::InputParameters te::qt::widgets::ClassifierWizardPage::getInputParams | ( | ) |
|
protected |
| te::rp::Classifier::OutputParameters te::qt::widgets::ClassifierWizardPage::getOutputParams | ( | ) |
| te::cl::ROISet* te::qt::widgets::ClassifierWizardPage::getROISet | ( | ) |
|
protected |
| bool te::qt::widgets::ClassifierWizardPage::isComplete | ( | ) | const |
|
protected |
|
slot |
|
slot |
| void te::qt::widgets::ClassifierWizardPage::set | ( | te::map::AbstractLayerPtr | layer | ) |
| void te::qt::widgets::ClassifierWizardPage::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
|
slot |
|
private |
Definition at line 126 of file ClassifierWizardPage.h.
|
private |
Definition at line 124 of file ClassifierWizardPage.h.
|
private |
Definition at line 123 of file ClassifierWizardPage.h.