10 #include "ui_stereogramDlg.h"
11 #include "ui_stereogramParamsDlg.h"
50 bool init(
double angularStep_deg,
52 double resolution_deg = 2.0);
55 void getMeanDir(
double& meanDip_deg,
double& meanDipDir_deg) {
88 double dipSpan_deg = 30,
89 double dipDirSpan_deg = 30);
158 bool init(
double angularStep_deg,
160 double resolution_deg = 2.0);
Dialog for displaying the angular repartition of facets (qFacets plugin)
void onTicksFreqChanged(int)
ecvMainAppInterface * m_app
Main application interface.
void updateFacetsFilter(bool enable)
ccColorScaleSelector * m_colorScaleSelector
Color scale selector/editor.
void closeEvent(QCloseEvent *e)
void onFilterCenterChanged(double)
StereogramDialog(ecvMainAppInterface *app)
Default constructor.
void onDensityColorStepsChanged(int)
void colorScaleChanged(int)
void onFilterEnabled(bool)
void onPointClicked(double, double)
StereogramWidget * stereogram()
Returns associated widget.
int m_facetGroupUniqueID
Associated set of facets (unique ID)
void spawnColorScaleEditor()
void exportCurrentSelection()
bool init(double angularStep_deg, ccHObject *facetGroup, double resolution_deg=2.0)
Inits dialog.
void onFilterSizeChanged(double)
void onHSVColorsToggled(bool)
StereogramWidget * m_classifWidget
Associated widget.
Dialog for stereogram parameters (qFacets plugin)
StereogramParamsDlg(QWidget *parent=0)
Default constructor.
Advanced editor for color scales.
QSharedPointer< ccColorScale > Shared
Shared pointer type.
Hierarchical CLOUDVIEWER Object.
Main application interface (for plugins)