AliceVision
Photogrammetric Computer Vision Framework
Public Member Functions | Protected Attributes | List of all members
aliceVision::robustEstimation::MatrixModel< MatrixT > Struct Template Reference

Matrix based model to be used in a solver. More...

#include <ISolver.hpp>

Inheritance diagram for aliceVision::robustEstimation::MatrixModel< MatrixT >:
aliceVision::multiview::relativePose::Fundamental10PModel

Public Member Functions

 MatrixModel (const MatrixT &matrix)
 
const MatrixT & getMatrix () const
 
MatrixT & getMatrix ()
 
void setMatrix (const MatrixT &matrix)
 

Protected Attributes

MatrixT _matrix {}
 

Detailed Description

template<typename MatrixT>
struct aliceVision::robustEstimation::MatrixModel< MatrixT >

Matrix based model to be used in a solver.


The documentation for this struct was generated from the following file: