IncrementalCovarianceMatrix< MatrixT > Class Template Reference

#include <VisionX/components/pointcloud_processor/EfficientRANSACPrimitiveExtractor/EfficientRANSAC/GfxTL/Covariance.h>

Public Types

typedef MatrixT MatrixType
 
typedef VectorXD< MatrixT::Rows, ScalarTypePointType
 
typedef MatrixT::ScalarType ScalarType
 

Public Member Functions

template<class PointT>
void Add (const PointT &p)
 
template<class WeightT, class PointT>
void Add (WeightT w, const PointT &p)
 
 IncrementalCovarianceMatrix ()
 
void Matrix (MatrixT *m) const
 
void Mean (PointType *mean) const
 
void MeanAndMatrix (PointType *mean, MatrixT *m) const
 
void Reset ()
 

Detailed Description

template<class MatrixT>
class GfxTL::IncrementalCovarianceMatrix< MatrixT >

Definition at line 10 of file Covariance.h.

Member Typedef Documentation

◆ MatrixType

template<class MatrixT>
typedef MatrixT MatrixType

Definition at line 14 of file Covariance.h.

◆ PointType

template<class MatrixT>
typedef VectorXD<MatrixT::Rows, ScalarType> PointType

Definition at line 15 of file Covariance.h.

◆ ScalarType

template<class MatrixT>
typedef MatrixT::ScalarType ScalarType

Definition at line 13 of file Covariance.h.

Constructor & Destructor Documentation

◆ IncrementalCovarianceMatrix()

template<class MatrixT>
IncrementalCovarianceMatrix ( )
inline

Definition at line 17 of file Covariance.h.

Member Function Documentation

◆ Add() [1/2]

template<class MatrixT>
template<class PointT>
void Add ( const PointT & p)
inline

Definition at line 26 of file Covariance.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Add() [2/2]

template<class MatrixT>
template<class WeightT, class PointT>
void Add ( WeightT w,
const PointT & p )
inline

Definition at line 33 of file Covariance.h.

+ Here is the call graph for this function:

◆ Matrix()

template<class MatrixT>
void Matrix ( MatrixT * m) const
inline

Definition at line 44 of file Covariance.h.

◆ Mean()

template<class MatrixT>
void Mean ( PointType * mean) const
inline

Definition at line 54 of file Covariance.h.

+ Here is the caller graph for this function:

◆ MeanAndMatrix()

template<class MatrixT>
void MeanAndMatrix ( PointType * mean,
MatrixT * m ) const
inline

Definition at line 60 of file Covariance.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Reset()

template<class MatrixT>
void Reset ( )
inline

Definition at line 67 of file Covariance.h.


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