MixtureModelWizardPage.h File Reference

This file defines a class for a MixtureModel Wizard page. More...

#include "../../../color/RGBAColor.h"
#include "../../../geometry/Coord2D.h"
#include "../../../maptools/AbstractLayer.h"
#include "../../../raster/Raster.h"
#include "../../../rp/MixtureModel.h"
#include "../Config.h"
#include <memory>
#include <QWizardPage>
#include <QTableWidget>

Go to the source code of this file.

Classes

struct  te::qt::widgets::MixtureModelWizardPage::MixModelComponent
 
class  te::qt::widgets::MixtureModelWizardPage
 This class is GUI used to define the mixture model parameters for the RP constast operation. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::qt
 Namespace for the Qt module of TerraLib.
 
 te::qt::widgets
 Namespace for the Qt Widgets module of TerraLib.
 
 te::se
 Namespace for the Symbology Encoding module of TerraLib.
 
 Ui
 

Detailed Description

This file defines a class for a MixtureModel Wizard page.

/brief JSON File Structure used to save the mix model components information

{"MixModel_Components": [ {"Component": {"id" : ****}, {"name" : "******"}, {"coordGrid": [ {"x" : ******}, {"y" : ******} ] } {"coordGeo": [ {"x" : ******}, {"y" : ******} ] } {"values": [ {"pixelValue" : *****}, {"pixelValue" : *****}, {"pixelValue" : *****} ] } } ] }

struct MixModelComponent { std::string m_id; std::string m_name; te::gm::Coord2D m_coordGrid; te::gm::Coord2D m_coordGeo; std::vector<double> m_values; };

Definition in file MixtureModelWizardPage.h.