LOST
0.0.1
LOST: Open-source Star Tracker
|
Go to the source code of this file.
Classes | |
class | lost::CentroidAlgorithm |
An algorithm that detects the (x,y) coordinates of bright points in an image, called "centroids". More... | |
class | lost::DummyCentroidAlgorithm |
A centroid algorithm for debugging that returns random centroids. More... | |
class | lost::CenterOfGravityAlgorithm |
A simple, fast, and pretty decent centroid algorithm. More... | |
class | lost::IterativeWeightedCenterOfGravityAlgorithm |
A more complicated centroid algorithm which doesn't perform much better than CenterOfGravityAlgorithm. More... | |
Namespaces | |
lost | |
LOST starting point. | |