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

#include <GteApprGaussian2.h>

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

Public Member Functions

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

Private Attributes

OrientedBox2< Real > mParameters
 

Additional Inherited Members

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

Detailed Description

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

Definition at line 25 of file GteApprGaussian2.h.

Constructor & Destructor Documentation

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

Definition at line 50 of file GteApprGaussian2.h.

Member Function Documentation

template<typename Real >
Real gte::ApprGaussian2< Real >::Error ( Vector2< Real > const &  observation) const

Definition at line 164 of file GteApprGaussian2.h.

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

Definition at line 59 of file GteApprGaussian2.h.

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

Definition at line 117 of file GteApprGaussian2.h.

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

Definition at line 111 of file GteApprGaussian2.h.

template<typename Real >
OrientedBox2< Real > const & gte::ApprGaussian2< Real >::GetParameters ( ) const

Definition at line 105 of file GteApprGaussian2.h.

Member Data Documentation

template<typename Real>
OrientedBox2<Real> gte::ApprGaussian2< Real >::mParameters
private

Definition at line 45 of file GteApprGaussian2.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