LOST  0.0.1
LOST: Open-source Star Tracker
star-id-private.hpp File Reference
#include <limits>
#include <utility>
#include <vector>
#include "star-id.hpp"
#include "databases.hpp"
Include dependency graph for star-id-private.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  lost::IRUnidentifiedCentroid
 unidentified centroid used in IdentifyRemainingStarsPairDistance The "angles" through here are "triangular angles". More...
 

Namespaces

 lost
 LOST starting point.
 

Functions

std::vector< int16_t > lost::IdentifyThirdStar (const PairDistanceKVectorDatabase &db, const Catalog &catalog, int16_t catalogIndex1, int16_t catalogIndex2, decimal distance1, decimal distance2, decimal tolerance)
 Given two already-identified centroids, and the distance from each to an as-yet unidentified third centroid, return a list of candidate catalog stars that could be the third centroid. More...
 
int lost::IdentifyRemainingStarsPairDistance (StarIdentifiers *identifiers, const Stars &stars, const PairDistanceKVectorDatabase &db, const Catalog &catalog, const Camera &camera, decimal tolerance)
 Given some identified stars, attempt to identify the rest. More...