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

#include <GteApprOrthogonalPlane3.h>

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

Public Member Functions

 ApprOrthogonalPlane3 ()
 
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
 
std::pair< Vector3< Real >, Vector3< Real > > const & GetParameters () const
 
- Public Member Functions inherited from gte::ApprQuery< Real, ApprOrthogonalPlane3< 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

std::pair< Vector3< Real >, Vector3< Real > > mParameters
 

Additional Inherited Members

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

Detailed Description

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

Definition at line 24 of file GteApprOrthogonalPlane3.h.

Constructor & Destructor Documentation

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

Definition at line 49 of file GteApprOrthogonalPlane3.h.

Member Function Documentation

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

Definition at line 119 of file GteApprOrthogonalPlane3.h.

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

Definition at line 56 of file GteApprOrthogonalPlane3.h.

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

Definition at line 130 of file GteApprOrthogonalPlane3.h.

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

Definition at line 113 of file GteApprOrthogonalPlane3.h.

template<typename Real >
std::pair< Vector3< Real >, Vector3< Real > > const & gte::ApprOrthogonalPlane3< Real >::GetParameters ( ) const

Definition at line 107 of file GteApprOrthogonalPlane3.h.

Member Data Documentation

template<typename Real >
std::pair<Vector3<Real>, Vector3<Real> > gte::ApprOrthogonalPlane3< Real >::mParameters
private

Definition at line 44 of file GteApprOrthogonalPlane3.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