LOST  0.0.1
LOST: Open-source Star Tracker
Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 12]
 NlostLOST starting point
 CAttitudeEstimationAlgorithmAn attitude estimation algorithm estimates the orientation of the camera based on identified stars
 CDavenportQAlgorithmA slow but reliable attitude estimation algorithm
 CTriadAlgorithmA fast attitude estimator which only takes into account information from two stars
 CQuestAlgorithmA faster and just as accurate attitude estimator as the Davenport Q algorithm
 CVec2A two dimensional vector with decimaling point components
 CVec3Three dimensional vector with decimaling point components
 CMat33x3 vector with decimaling point components
 CEulerAnglesA "human-readable" way to represent a 3d rotation or orientation
 CQuaternionA quaternion is a common way to represent a 3d rotation
 CAttitudeThe attitude (orientation) of a spacecraft
 CCameraA full description of a camera. Enough information to reconstruct the camera matrix and then some
 CCentroidParams
 CIWCoGParams
 CCentroidAlgorithmAn algorithm that detects the (x,y) coordinates of bright points in an image, called "centroids"
 CDummyCentroidAlgorithmA centroid algorithm for debugging that returns random centroids
 CCenterOfGravityAlgorithmA simple, fast, and pretty decent centroid algorithm
 CIterativeWeightedCenterOfGravityAlgorithmA more complicated centroid algorithm which doesn't perform much better than CenterOfGravityAlgorithm
 CKVectorPair
 CKVectorIndexA data structure enabling constant-time range queries into fixed numerical data
 CPairDistanceKVectorDatabaseA database storing distances between pairs of stars
 CMultiDatabase
 CMultiDatabaseEntry
 CGeneratedStarA star used in simulated image generation. Contains extra data about how to simulate the star
 CCentroidComparisonThe result of comparing actual and expected centroids Used for debugging and benchmarking
 CUserSpecifiedOutputStreamAn output stream which might be a file or stdout
 CImageAn 8-bit grayscale 2d image
 CPipelineOptionsThe command line options passed when running a pipeline
 CPipelineInputRepresents the input and expected outputs of a pipeline run
 CGeneratedPipelineInputA pipeline input which is generated (fake image)
 CPngPipelineInputA pipeline input created by reading a PNG from a file on disk
 CPipelineOutputThe result of running a pipeline
 CStarIdComparisonThe result of comparing an actual star identification with the true star idenification, used for testing and benchmarking
 CPipelineA set of algorithms that describes all or part of the star-tracking "pipeline"
 CDatabaseOptionsCommannd line options when using the database command
 CSerializeContext
 CDeserializeContext
 CIRUnidentifiedCentroidUnidentified centroid used in IdentifyRemainingStarsPairDistance The "angles" through here are "triangular angles"
 CPairDistanceInvolvingIteratorGiven a list of star pairs, finds all those pairs which involve a certain star
 CStarIdAlgorithmA star idenification algorithm
 CDummyStarIdAlgorithmA star-id algorithm that returns random results. For debugging
 CGeometricVotingStarIdAlgorithmA star-id algorithm based on assigning votes for each centroid-catalog pair then choosing the highest voted catalog stars
 CPyramidStarIdAlgorithmThe "de facto" star-id algorithm used in many real-world missions
 CCatalogStarA star from the Bright Star Catalog
 CStarA "centroid" detected in an image
 CStarIdentifierRecords that a certain Star (detected in the image) corresponds to a certain CatalogStar