LOST
0.0.1
LOST: Open-source Star Tracker
|
A star idenification algorithm. More...
#include <star-id.hpp>
Public Member Functions | |
virtual StarIdentifiers | Go (const unsigned char *database, const Stars &, const Catalog &, const Camera &) const =0 |
Actualy perform the star idenification. This is the "main" function for StarIdAlgorithm. More... | |
virtual | ~StarIdAlgorithm () |
A star idenification algorithm.
An algorithm which takes a list of centroids plus some (possibly algorithm-specific) database, and then determines which centroids corresponds to which catalog stars.
Definition at line 16 of file star-id.hpp.
|
inlinevirtual |
Definition at line 22 of file star-id.hpp.
|
pure virtual |
Actualy perform the star idenification. This is the "main" function for StarIdAlgorithm.
Implemented in lost::PyramidStarIdAlgorithm, lost::GeometricVotingStarIdAlgorithm, and lost::DummyStarIdAlgorithm.