Helios++
Helios software for LiDAR simulations
SurfaceInspector::maths::SingularContextDescriptors< T > Class Template Reference

Class representing singular context descriptors. More...

#include <SingularContextDescriptors.hpp>

Inheritance diagram for SurfaceInspector::maths::SingularContextDescriptors< T >:
Collaboration diagram for SurfaceInspector::maths::SingularContextDescriptors< T >:

Public Member Functions

 SingularContextDescriptors ()=default
 Singular context descriptors constructor.
 

Public Attributes

minSingularValue
 The minimum singular value describing the singular context \( \sigma^{-}\).
 
maxSingularValue
 The maximum singular value describing the singular context \( \sigma^{+} \).
 
vector< size_t > worstVectorMinIndices
 The indices of components from worst fitting vector which explain the least.
 
vector< size_t > worstVectorMaxIndices
 The indices of components from worst fitting vector which explain the most.
 
vector< size_t > bestVectorMinIndices
 The indices of components from best fitting vector which explain the least.
 
vector< size_t > bestVectorMaxIndices
 The indices of components from best fitting vector which explain the most.
 
vector< T > worstVectorMinComponents
 The unitary components of the worst fitting vector which explain the least.
 
vector< T > worstVectorMaxComponents
 The unitary components of the worst fitting vector which explain the most.
 
vector< T > bestVectorMinComponents
 The unitary components of the best fitting vector which explain the least.
 
vector< T > bestVectorMaxComponents
 The unitary components of the best fitting vector which explain the most.
 

Detailed Description

template<typename T>
class SurfaceInspector::maths::SingularContextDescriptors< T >

Class representing singular context descriptors.

Author
Alberto M. Esmoris Pena
Version
1.0

Singular context descriptors must be built through singular context computer

See also
SurfaceInspector::maths::SingularContextComputer

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