#include <limits>
#include <utility>
#include <vector>
#include "star-id.hpp"
#include "databases.hpp"
Go to the source code of this file.
|
| lost |
| LOST starting point.
|
|
|
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...
|
|