| 
    LOST
    0.0.1
    
   LOST: Open-source Star Tracker 
   | 
 
A star-id algorithm that returns random results. For debugging. More...
#include <star-id.hpp>


Public Member Functions | |
| StarIdentifiers | Go (const unsigned char *database, const Stars &, const Catalog &, const Camera &) const | 
| Actualy perform the star idenification. This is the "main" function for StarIdAlgorithm.  More... | |
  Public Member Functions inherited from lost::StarIdAlgorithm | |
| virtual | ~StarIdAlgorithm () | 
A star-id algorithm that returns random results. For debugging.
Definition at line 26 of file star-id.hpp.
      
  | 
  virtual | 
Actualy perform the star idenification. This is the "main" function for StarIdAlgorithm.
Implements lost::StarIdAlgorithm.
Definition at line 16 of file star-id.cpp.