1 #ifndef matrixOptions_h 2 #define matrixOptions_h 11 class CorrelationMatrix;
12 class MatrixSceneWidget;
85 void optionsUpdated();
98 double m_colorTolerance;
101 FocusOption m_focusOption;
105 QString m_parameter1;
107 QString m_parameter2;
111 double m_focusTolSelectedElement;
116 double m_currentValue;
117 QString m_currentImg1;
118 QString m_currentParam1;
119 QString m_currentImg2;
120 QString m_currentParam2;
QString focusParameter2()
QList< double > badElements()
QMap< QString, QStringList > matrixImgsAndParams()
This slot will be called when a matrix element is clicked on.
void setBadElements(QList< double > badElements)
This is a container for the correlation matrix that comes from a bundle adjust.
This class holds the matrix color and focus information.
double colorTolerance()
Threshold for what is considered a bad correlation.
QString currentParameter1()
void setColorTolerance(double tolerance)
void setCurrentParameter2(QString current)
void setFocusValue(double value)
void setCurrentImage1(QString current)
double currentCorrelation()
void setGoodElements(QList< double > goodElements)
double focusValue()
The value of the spot on the matrix that we need to focus on.
void setBadCorrelationColor(QColor color)
QString currentParameter2()
QColor badCorrelationColor()
The color selected for the correlation values that are above the given threshold. ...
~MatrixOptions()
Constructor that sets up all the variables.
void setCurrentImage2(QString current)
MatrixOptions(CorrelationMatrix parent, MatrixSceneWidget *scene)
Default Constructor.
QString focusParameter1()
void setGoodCorrelationColor(QColor color)
void setFocusOption(FocusOption option)
Namespace for ISIS/Bullet specific routines.
void setCurrentCorrelation(double value)
bool colorScheme()
Use the green-red gradient if false.
void setColorScheme(bool tolerance)
QList< double > goodElements()
void setCurrentParameter1(QString current)
FocusOption focusOption()
QColor goodCorrelationColor()
The color selected for the correlation values that are below the given threshold. ...