1#ifndef CorrelationMatrix_h
2#define CorrelationMatrix_h
20#include <boost/numeric/ublas/matrix_sparse.hpp>
22template <
typename A,
typename B>
class QMap;
23template <
typename A>
class QList;
27 class MosaicSceneWidget;
29 class SparseBlockColumnMatrix;
101 QMap<QString, QStringList> *m_imagesAndParameters;
113 QList<double> *m_diagonals;
119 QList<SparseBlockColumnMatrix> *m_visibleBlocks;
Q_DECLARE_METATYPE(Isis::CorrelationMatrix)
This is a container for the correlation matrix that comes from a bundle adjust.
Definition CorrelationMatrix.h:61
void retrieveWholeMatrix()
This method will read the matrix in from the file and hold on to the whole thing.
Definition CorrelationMatrix.cpp:427
QMap< QString, QStringList > * imagesAndParameters()
Public access for the qmap of images and parameters.
Definition CorrelationMatrix.cpp:417
void setCovarianceFileName(FileName covarianceFileName)
Set the qmap of images and parameters.
Definition CorrelationMatrix.cpp:359
CorrelationMatrix & operator=(const CorrelationMatrix &other)
Equal Operator.
Definition CorrelationMatrix.cpp:163
bool isValid()
This is the public accessor for the list of elements that should be displayed in the current view.
Definition CorrelationMatrix.cpp:321
FileName covarianceFileName()
Public access for the covariance matrix file name.
Definition CorrelationMatrix.cpp:406
~CorrelationMatrix()
Destructor.
Definition CorrelationMatrix.cpp:137
void setImagesAndParameters(QMap< QString, QStringList > imagesAndParameters)
Set the qmap of images and parameters.
Definition CorrelationMatrix.cpp:381
CorrelationMatrix()
Default Constructor.
Definition CorrelationMatrix.cpp:29
SparseBlockColumnMatrix correlationMatrixFromFile(QDataStream inStream)
void retrieveVisibleElements(int x, int y)
Extract requested area from correlation matrix This method will open the correlation matrix file and ...
Definition CorrelationMatrix.cpp:289
bool hasCovMat()
Check if the correlation matrix has a covariance matrix This is used to make sure the covariance matr...
Definition CorrelationMatrix.cpp:335
QList< SparseBlockColumnMatrix > * visibleBlocks()
Get the visible part of the matrix.
Definition CorrelationMatrix.cpp:454
void setCorrelationFileName(FileName correlationFileName)
Set the qmap of images and parameters.
Definition CorrelationMatrix.cpp:345
PvlObject pvlObject()
This method creates a Pvl group with the information necessary to recreate this correlation matrix.
Definition CorrelationMatrix.cpp:476
void computeCorrelationMatrix()
Read covariance matrix and compute correlation values This method reads the covariance matrix in from...
Definition CorrelationMatrix.cpp:203
FileName correlationFileName()
Public access for the correlation matrix file name.
Definition CorrelationMatrix.cpp:396
void retrieveThreeVisibleBlocks()
Display only part of a matrix This method will be used when the matrix is too big to display the whol...
Definition CorrelationMatrix.cpp:446
File name manipulation and expansion.
Definition FileName.h:100
Contains Pvl Groups and Pvl Objects.
Definition PvlObject.h:61
SparseBlockColumnMatrix.
Definition SparseBlockMatrix.h:58
This is free and unencumbered software released into the public domain.
Definition BoxcarCachingAlgorithm.h:13
This is free and unencumbered software released into the public domain.
Definition CubeIoHandler.h:22
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16