LOST  0.0.1
LOST: Open-source Star Tracker
lost::CentroidComparison Class Reference

The result of comparing actual and expected centroids Used for debugging and benchmarking. More...

Public Member Functions

 CentroidComparison ()
 

Public Attributes

decimal meanError
 Average distance from actual to expected centroids (in pixels) Only correct centroids are considered in this average. More...
 
decimal numCorrectCentroids
 Number of actual stars within the centroiding threshold of an expected star. More...
 
decimal numExtraCentroids
 Stars in actual but not expected. More...
 

Detailed Description

The result of comparing actual and expected centroids Used for debugging and benchmarking.

Definition at line 1034 of file io.cpp.

Constructor & Destructor Documentation

◆ CentroidComparison()

lost::CentroidComparison::CentroidComparison ( )
inline

Definition at line 1036 of file io.cpp.

Member Data Documentation

◆ meanError

decimal lost::CentroidComparison::meanError

Average distance from actual to expected centroids (in pixels) Only correct centroids are considered in this average.

Definition at line 1041 of file io.cpp.

◆ numCorrectCentroids

decimal lost::CentroidComparison::numCorrectCentroids

Number of actual stars within the centroiding threshold of an expected star.

Definition at line 1046 of file io.cpp.

◆ numExtraCentroids

decimal lost::CentroidComparison::numExtraCentroids

Stars in actual but not expected.

Ideally 0 This is a decimal because we may average multiple centroid comparisons together.

Definition at line 1052 of file io.cpp.


The documentation for this class was generated from the following file: