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

Public Attributes

decimal yCoordMagSum
 
decimal xCoordMagSum
 
long magSum
 
int xMin
 
int xMax
 
int yMin
 
int yMax
 
int cutoff
 
bool isValid
 
std::unordered_set< int > checkedIndices
 

Detailed Description

Definition at line 112 of file centroiders.cpp.

Member Data Documentation

◆ checkedIndices

std::unordered_set<int> lost::CentroidParams::checkedIndices

Definition at line 122 of file centroiders.cpp.

◆ cutoff

int lost::CentroidParams::cutoff

Definition at line 120 of file centroiders.cpp.

◆ isValid

bool lost::CentroidParams::isValid

Definition at line 121 of file centroiders.cpp.

◆ magSum

long lost::CentroidParams::magSum

Definition at line 115 of file centroiders.cpp.

◆ xCoordMagSum

decimal lost::CentroidParams::xCoordMagSum

Definition at line 114 of file centroiders.cpp.

◆ xMax

int lost::CentroidParams::xMax

Definition at line 117 of file centroiders.cpp.

◆ xMin

int lost::CentroidParams::xMin

Definition at line 116 of file centroiders.cpp.

◆ yCoordMagSum

decimal lost::CentroidParams::yCoordMagSum

Definition at line 113 of file centroiders.cpp.

◆ yMax

int lost::CentroidParams::yMax

Definition at line 119 of file centroiders.cpp.

◆ yMin

int lost::CentroidParams::yMin

Definition at line 118 of file centroiders.cpp.


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