LOST  0.0.1
LOST: Open-source Star Tracker
centroiders.cpp File Reference
#include "centroiders.hpp"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <cmath>
#include <vector>
#include <iostream>
#include <unordered_map>
#include <unordered_set>
#include "decimal.hpp"
Include dependency graph for centroiders.cpp:

Go to the source code of this file.

Classes

struct  lost::CentroidParams
 
struct  lost::IWCoGParams
 

Namespaces

 lost
 LOST starting point.
 

Functions

int lost::BadThreshold (unsigned char *image, int imageWidth, int imageHeight)
 
int lost::OtsusThreshold (unsigned char *image, int imageWidth, int imageHeight)
 
int lost::BasicThreshold (unsigned char *image, int imageWidth, int imageHeight)
 
int lost::BasicThresholdOnePass (unsigned char *image, int imageWidth, int imageHeight)
 
void lost::CogHelper (CentroidParams *p, long i, unsigned char *image, int imageWidth, int imageHeight)
 
void lost::IWCoGHelper (IWCoGParams *p, long i, unsigned char *image, int imageWidth, int imageHeight, std::vector< int > *starIndices)
 

Variables

decimal lost::iWCoGMinChange = DECIMAL(0.0002)