#include <GteApprGaussian3.h>
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) |
Definition at line 25 of file GteApprGaussian3.h.
gte::ApprGaussian3< Real >::ApprGaussian3 | ( | ) |
Definition at line 50 of file GteApprGaussian3.h.
Real gte::ApprGaussian3< Real >::Error | ( | Vector3< Real > const & | observation | ) | const |
Definition at line 128 of file GteApprGaussian3.h.
bool gte::ApprGaussian3< Real >::Fit | ( | int | numPoints, |
Vector3< Real > const * | points | ||
) |
Definition at line 60 of file GteApprGaussian3.h.
bool gte::ApprGaussian3< Real >::Fit | ( | std::vector< Vector3< Real >> const & | observations, |
std::vector< int > const & | indices | ||
) |
Definition at line 145 of file GteApprGaussian3.h.
int gte::ApprGaussian3< Real >::GetMinimumRequired | ( | ) | const |
Definition at line 122 of file GteApprGaussian3.h.
OrientedBox3< Real > const & gte::ApprGaussian3< Real >::GetParameters | ( | ) | const |
Definition at line 116 of file GteApprGaussian3.h.
|
private |
Definition at line 45 of file GteApprGaussian3.h.