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

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.