Giter Site home page Giter Site logo

cest's Introduction

CEST - Centroid Extractor for Star Trackers

Summary

CEST (Centroid Extractor for Star Trackers) is a library to detect stars and its centroids in a starry sky image. This library was developed to be used in star trackers sensors present in satellites and rockets.

The algorithm developed on this library has the advantage of detect the centroids in a pixel streaming, without storing the entire captured image and without the need for external memories or buffer. This characteristic improves the performance considerably.

It is possible to reduced the complexity of the processing steps of the captured images and the overall performance of a star tracker sensor, by implementing it using dedicated hardware. A VHDL example simulating an image sensor interface is also provided

Dependencies

To compile the library, the following dependencies are required:

Compilation

Execute the commands below to compile the library:

mkdir build
cd build
cmake ..
make -j4

Installation

After compiling, execute the following command:

sudo make install

Example

To run the available example, after the compilation, execute the following command:

./cest-example <star-image>

Where <star-image> could be any starry sky image (the file stars-image.png from the doc directory can be used).

After running the example with the available image example, the result can be seen below (left: original image, right: results with the detected stars and position index according to its brightness).

License

This software is licensed under LGPL license, version 3.

cest's People

Contributors

lseman avatar mgm8 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

cest's Issues

Centroid display off center?

The examples shown have circles around the stars but they are all offset, is that a problem with the algorithm or a problem with the display?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.