LOST  0.0.1
LOST: Open-source Star Tracker
lost::StarIdComparison Struct Reference

The result of comparing an actual star identification with the true star idenification, used for testing and benchmarking. More...

#include <io.hpp>

Public Attributes

int numCorrect
 The number of centroids in the image which are close to an expected centroid that had an expected identification the same as the actual identification. More...
 
int numIncorrect
 The number of centroids which were either: More...
 
int numTotal
 The number of centroids sufficiently close to a true expected star. More...
 

Detailed Description

The result of comparing an actual star identification with the true star idenification, used for testing and benchmarking.

Definition at line 209 of file io.hpp.

Member Data Documentation

◆ numCorrect

int lost::StarIdComparison::numCorrect

The number of centroids in the image which are close to an expected centroid that had an expected identification the same as the actual identification.

Definition at line 212 of file io.hpp.

◆ numIncorrect

int lost::StarIdComparison::numIncorrect

The number of centroids which were either:

  • False, but identified as something anyway.
  • True, with an identification that did not agree with any sufficiently close expected centroid's expected identification.

Definition at line 217 of file io.hpp.

◆ numTotal

int lost::StarIdComparison::numTotal

The number of centroids sufficiently close to a true expected star.

Definition at line 220 of file io.hpp.


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