An open API service indexing awesome lists of open source software.

https://github.com/danielfvm/seeingc

This project uses an ASI-Camera for capturing video of the Polarstar. The video is then beeing processed using OpenCV to calculate the starprofile, mass and the centroid.
https://github.com/danielfvm/seeingc

Last synced: 18 days ago
JSON representation

This project uses an ASI-Camera for capturing video of the Polarstar. The video is then beeing processed using OpenCV to calculate the starprofile, mass and the centroid.

Awesome Lists containing this project

README

          

# Seeing
This project uses an ASI-Camera for capturing video of the Polarstar. The video is then beeing processed using OpenCV to calculate the starprofile, mass and the centroid. The algorithms are from the [PHD2](https://github.com/OpenPHDGuiding/phd2) project and were taken from [star_profile.cpp](https://github.com/OpenPHDGuiding/phd2/blob/master/star_profile.cpp) and [star.cpp](https://github.com/OpenPHDGuiding/phd2/blob/master/star.cpp).

## Installation
```
$ git clone https://github.com/danielfvm/SeeingC
$ cd SeeingC
$ mkdir build
$ cd build
$ cmake ..
$ make
```