| 
    LOST
    0.0.1
    
   LOST: Open-source Star Tracker 
   | 
 
A faster and just as accurate attitude estimator as the Davenport Q algorithm. More...
#include <attitude-estimators.hpp>


Public Member Functions | |
| Attitude | Go (const Camera &, const Stars &, const Catalog &, const StarIdentifiers &) | 
| Actually run the star-id algorithm.  More... | |
  Public Member Functions inherited from lost::AttitudeEstimationAlgorithm | |
| virtual | ~AttitudeEstimationAlgorithm () | 
A faster and just as accurate attitude estimator as the Davenport Q algorithm.
Historically important as the de facto standard attitude estimation algorithm.
Definition at line 49 of file attitude-estimators.hpp.
      
  | 
  virtual | 
Actually run the star-id algorithm.
Uses the given centroids and star identifiers to come up with an attitude estimate which minimizes error.
Implements lost::AttitudeEstimationAlgorithm.
Definition at line 184 of file attitude-estimators.cpp.
