#include "../../Config.h"#include "Config.h"#include "LoadModules.h"#include <terralib/common.h>#include <terralib/core/plugin.h>#include <terralib/dataaccess.h>#include <terralib/dataaccess/datasource/DataSourceFactory.h>#include <terralib/gdal/Utils.h>#include <terralib/geometry.h>#include <terralib/qt/widgets/rp/ClassifierDialog.h>#include <terralib/qt/widgets/rp/ContrastDialog.h>#include <terralib/qt/widgets/rp/MixtureModelDialog.h>#include <terralib/qt/widgets/rp/SegmenterDialog.h>#include <terralib/qt/widgets/rp/TiePointsLocatorDialog.h>#include <terralib/raster/RasterFactory.h>#include <QApplication>#include <exception>#include <iostream>Go to the source code of this file.
Functions | |
| void | ClassifierDialogExample (int argc, char **argv) |
| void | ContrastDialogExample (int argc, char **argv) |
| int | main (int argc, char **argv) |
| void | MixtureModelDialogExample (int argc, char **argv) |
| void | SegmenterDialogExample (int argc, char **argv) |
| void | TiePointsLocatorDialogExample (int argc, char **argv) |
| void ClassifierDialogExample | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 187 of file examples/qt/rp/main.cpp.
References te::qt::widgets::ClassifierDialog::getOutputRaster(), te::rst::RasterFactory::open(), and te::gdal::Vectorize().
Referenced by main().
| void ContrastDialogExample | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 154 of file examples/qt/rp/main.cpp.
References te::qt::widgets::ContrastDialog::getOutputRaster(), and te::rst::RasterFactory::open().
Referenced by main().
Definition at line 257 of file examples/qt/rp/main.cpp.
References ClassifierDialogExample(), te::core::PluginManager::clear(), ContrastDialogExample(), TerraLib::finalize(), te::common::Singleton< TerraLib >::getInstance(), TerraLib::initialize(), te::core::PluginManager::instance(), LoadModules(), MixtureModelDialogExample(), SegmenterDialogExample(), and TiePointsLocatorDialogExample().
| void MixtureModelDialogExample | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 229 of file examples/qt/rp/main.cpp.
References ds, and te::da::DataSourceFactory::make().
Referenced by main().
| void SegmenterDialogExample | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 121 of file examples/qt/rp/main.cpp.
References te::qt::widgets::SegmenterDialog::getOutputRaster(), and te::rst::RasterFactory::open().
Referenced by main().
| void TiePointsLocatorDialogExample | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 52 of file examples/qt/rp/main.cpp.
Referenced by main().