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.
- Host: GitHub
- URL: https://github.com/danielfvm/seeingc
- Owner: danielfvm
- License: bsd-3-clause
- Created: 2022-07-09T15:08:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-26T12:54:47.000Z (about 3 years ago)
- Last Synced: 2025-01-11T00:12:43.129Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 15.3 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```