Public Member Functions | Private Attributes | List of all members
gte::ApprGaussian3< Real > Class Template Reference

#include <GteApprGaussian3.h>

Inheritance diagram for gte::ApprGaussian3< Real >:
Inheritance graph
[legend]

Public Member Functions

 ApprGaussian3 ()
 
Real Error (Vector3< Real > const &observation) const
 
bool Fit (int numPoints, Vector3< Real > const *points)
 
bool Fit (std::vector< Vector3< Real >> const &observations, std::vector< int > const &indices)
 
int GetMinimumRequired () const
 
OrientedBox3< Real > const & GetParameters () const
 
- Public Member Functions inherited from gte::ApprQuery< Real, ApprGaussian3< Real >, Vector3< Real > >
bool Fit (std::vector< Vector3< Real > > const &observations)
 
bool Fit (std::vector< Vector3< Real > > const &observations, int const imin, int const imax)
 
bool Fit (std::vector< Vector3< Real > > const &observations, std::vector< int > const &indices, int const numIndices)
 

Private Attributes

OrientedBox3< Real > mParameters
 

Additional Inherited Members

- Static Public Member Functions inherited from gte::ApprQuery< Real, ApprGaussian3< Real >, Vector3< Real > >
static bool RANSAC (ApprGaussian3< Real > &candidateModel, std::vector< Vector3< Real > > const &observations, int const numRequiredForGoodFit, Real const maxErrorForGoodFit, int const numIterations, std::vector< int > &bestConsensus, ApprGaussian3< Real > &bestModel)
 

Detailed Description

template<typename Real>
class gte::ApprGaussian3< Real >

Definition at line 25 of file GteApprGaussian3.h.

Constructor & Destructor Documentation

template<typename Real >
gte::ApprGaussian3< Real >::ApprGaussian3 ( )

Definition at line 50 of file GteApprGaussian3.h.

Member Function Documentation

template<typename Real >
Real gte::ApprGaussian3< Real >::Error ( Vector3< Real > const &  observation) const

Definition at line 128 of file GteApprGaussian3.h.

template<typename Real >
bool gte::ApprGaussian3< Real >::Fit ( int  numPoints,
Vector3< Real > const *  points 
)

Definition at line 60 of file GteApprGaussian3.h.

template<typename Real >
bool gte::ApprGaussian3< Real >::Fit ( std::vector< Vector3< Real >> const &  observations,
std::vector< int > const &  indices 
)

Definition at line 145 of file GteApprGaussian3.h.

template<typename Real >
int gte::ApprGaussian3< Real >::GetMinimumRequired ( ) const

Definition at line 122 of file GteApprGaussian3.h.

template<typename Real >
OrientedBox3< Real > const & gte::ApprGaussian3< Real >::GetParameters ( ) const

Definition at line 116 of file GteApprGaussian3.h.

Member Data Documentation

template<typename Real>
OrientedBox3<Real> gte::ApprGaussian3< Real >::mParameters
private

Definition at line 45 of file GteApprGaussian3.h.


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


geometric_tools_engine
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 04:00:05