#include <GteApprHeightLine2.h>

Public Member Functions | |
| ApprHeightLine2 () | |
| 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 |
| std::pair< Vector2< Real >, Vector2< Real > > const & | GetParameters () const |
Public Member Functions inherited from gte::ApprQuery< Real, ApprHeightLine2< 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 | |
| std::pair< Vector2< Real >, Vector2< Real > > | mParameters |
Additional Inherited Members | |
Static Public Member Functions inherited from gte::ApprQuery< Real, ApprHeightLine2< Real >, Vector2< Real > > | |
| static bool | RANSAC (ApprHeightLine2< Real > &candidateModel, std::vector< Vector2< Real > > const &observations, int const numRequiredForGoodFit, Real const maxErrorForGoodFit, int const numIterations, std::vector< int > &bestConsensus, ApprHeightLine2< Real > &bestModel) |
Definition at line 24 of file GteApprHeightLine2.h.
| gte::ApprHeightLine2< Real >::ApprHeightLine2 | ( | ) |
Definition at line 49 of file GteApprHeightLine2.h.
| Real gte::ApprHeightLine2< Real >::Error | ( | Vector2< Real > const & | observation | ) | const |
Definition at line 106 of file GteApprHeightLine2.h.
| bool gte::ApprHeightLine2< Real >::Fit | ( | int | numPoints, |
| Vector2< Real > const * | points | ||
| ) |
Definition at line 56 of file GteApprHeightLine2.h.
| bool gte::ApprHeightLine2< Real >::Fit | ( | std::vector< Vector2< Real >> const & | observations, |
| std::vector< int > const & | indices | ||
| ) |
Definition at line 114 of file GteApprHeightLine2.h.
| int gte::ApprHeightLine2< Real >::GetMinimumRequired | ( | ) | const |
Definition at line 100 of file GteApprHeightLine2.h.
| std::pair< Vector2< Real >, Vector2< Real > > const & gte::ApprHeightLine2< Real >::GetParameters | ( | ) | const |
Definition at line 94 of file GteApprHeightLine2.h.
|
private |
Definition at line 44 of file GteApprHeightLine2.h.