#include <GteApprOrthogonalLine2.h>

Public Member Functions | |
| ApprOrthogonalLine2 () | |
| 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 |
| Line2< Real > const & | GetParameters () const |
Public Member Functions inherited from gte::ApprQuery< Real, ApprOrthogonalLine2< 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 | |
| Line2< Real > | mParameters |
Additional Inherited Members | |
Static Public Member Functions inherited from gte::ApprQuery< Real, ApprOrthogonalLine2< Real >, Vector2< Real > > | |
| static bool | RANSAC (ApprOrthogonalLine2< Real > &candidateModel, std::vector< Vector2< Real > > const &observations, int const numRequiredForGoodFit, Real const maxErrorForGoodFit, int const numIterations, std::vector< int > &bestConsensus, ApprOrthogonalLine2< Real > &bestModel) |
Definition at line 25 of file GteApprOrthogonalLine2.h.
| gte::ApprOrthogonalLine2< Real >::ApprOrthogonalLine2 | ( | ) |
Definition at line 50 of file GteApprOrthogonalLine2.h.
| Real gte::ApprOrthogonalLine2< Real >::Error | ( | Vector2< Real > const & | observation | ) | const |
Definition at line 113 of file GteApprOrthogonalLine2.h.
| bool gte::ApprOrthogonalLine2< Real >::Fit | ( | int | numPoints, |
| Vector2< Real > const * | points | ||
| ) |
Definition at line 57 of file GteApprOrthogonalLine2.h.
| bool gte::ApprOrthogonalLine2< Real >::Fit | ( | std::vector< Vector2< Real >> const & | observations, |
| std::vector< int > const & | indices | ||
| ) |
Definition at line 123 of file GteApprOrthogonalLine2.h.
| int gte::ApprOrthogonalLine2< Real >::GetMinimumRequired | ( | ) | const |
Definition at line 107 of file GteApprOrthogonalLine2.h.
| Line2< Real > const & gte::ApprOrthogonalLine2< Real >::GetParameters | ( | ) | const |
Definition at line 101 of file GteApprOrthogonalLine2.h.
|
private |
Definition at line 45 of file GteApprOrthogonalLine2.h.