LOST  0.0.1
LOST: Open-source Star Tracker
lost::DummyStarIdAlgorithm Class Referencefinal

A star-id algorithm that returns random results. For debugging. More...

#include <star-id.hpp>

Inheritance diagram for lost::DummyStarIdAlgorithm:
Collaboration diagram for lost::DummyStarIdAlgorithm:

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 ()
 

Detailed Description

A star-id algorithm that returns random results. For debugging.

Definition at line 26 of file star-id.hpp.

Member Function Documentation

◆ Go()

StarIdentifiers lost::DummyStarIdAlgorithm::Go ( const unsigned char *  database,
const Stars ,
const Catalog ,
const Camera  
) const
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.


The documentation for this class was generated from the following files: