|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef CorrelationMatrix_h
2 #define CorrelationMatrix_h
18 #include <QStringList>
20 #include <boost/numeric/ublas/matrix_sparse.hpp>
22 template <
typename A,
typename B>
class QMap;
23 template <
typename A>
class QList;
27 class MosaicSceneWidget;
29 class SparseBlockColumnMatrix;
Q_DECLARE_METATYPE(Isis::CorrelationMatrix)
PvlGroupIterator findGroup(const QString &name, PvlGroupIterator beg, PvlGroupIterator end)
Find a group with the specified name, within these indexes.
Definition: PvlObject.h:129
FileName correlationFileName()
Public access for the correlation matrix file name.
Definition: CorrelationMatrix.cpp:396
Contains Pvl Groups and Pvl Objects.
Definition: PvlObject.h:61
SparseBlockColumnMatrix.
Definition: SparseBlockMatrix.h:58
~CorrelationMatrix()
Destructor.
Definition: CorrelationMatrix.cpp:137
A single keyword-value pair.
Definition: PvlKeyword.h:82
This is free and unencumbered software released into the public domain.
Definition: BoxcarCachingAlgorithm.h:13
QString name() const
Returns the name of the file excluding the path and the attributes in the file name.
Definition: FileName.cpp:162
void setImagesAndParameters(QMap< QString, QStringList > imagesAndParameters)
Set the qmap of images and parameters.
Definition: CorrelationMatrix.cpp:381
CorrelationMatrix()
Default Constructor.
Definition: CorrelationMatrix.cpp:29
File name manipulation and expansion.
Definition: FileName.h:100
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
SparseBlockColumnMatrix correlationMatrixFromFile(QDataStream inStream)
FileName covarianceFileName()
Public access for the covariance matrix file name.
Definition: CorrelationMatrix.cpp:406
void computeCorrelationMatrix()
Read covariance matrix and compute correlation values This method reads the covariance matrix in from...
Definition: CorrelationMatrix.cpp:203
PvlObject pvlObject()
This method creates a Pvl group with the information necessary to recreate this correlation matrix.
Definition: CorrelationMatrix.cpp:476
This is a container for the correlation matrix that comes from a bundle adjust.
Definition: CorrelationMatrix.h:61
QString expanded() const
Returns a QString of the full file name including the file path, excluding the attributes.
Definition: FileName.cpp:196
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
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
QString name() const
Returns the container name.
Definition: PvlContainer.h:63
Isis exception class.
Definition: IException.h:91
CorrelationMatrix & operator=(const CorrelationMatrix &other)
Equal Operator.
Definition: CorrelationMatrix.cpp:163
@ Programmer
This error is for when a programmer made an API call that was illegal.
Definition: IException.h:146
void setCovarianceFileName(FileName covarianceFileName)
Set the qmap of images and parameters.
Definition: CorrelationMatrix.cpp:359
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< PvlKeyword >::iterator PvlKeywordIterator
The keyword iterator.
Definition: PvlContainer.h:157
PvlKeyword & findKeyword(const QString &kname, FindOptions opts)
Finds a keyword in the current PvlObject, or deeper inside other PvlObjects and Pvlgroups within this...
Definition: PvlObject.cpp:177
bool isValid()
This is the public accessor for the list of elements that should be displayed in the current view.
Definition: CorrelationMatrix.cpp:321
QList< SparseBlockColumnMatrix > * visibleBlocks()
Get the visible part of the matrix.
Definition: CorrelationMatrix.cpp:454
QMap< QString, QStringList > * imagesAndParameters()
Public access for the qmap of images and parameters.
Definition: CorrelationMatrix.cpp:417
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
void setCorrelationFileName(FileName correlationFileName)
Set the qmap of images and parameters.
Definition: CorrelationMatrix.cpp:345
@ User
A type of error that could only have occurred due to a mistake on the user's part (e....
Definition: IException.h:126
void retrieveWholeMatrix()
This method will read the matrix in from the file and hold on to the whole thing.
Definition: CorrelationMatrix.cpp:427