Image processing application for astrophotography.
To clone the repository on your local machine, please run the following git command in the terminal:
git clone https://github.com/austinlucaslake/astrosight.git
Assuming Conan is installed, you may build and run this project as follows:
conan build . -b=missing -pr=profile && ./build/Release/main
Similarly, to build and run the program in debug mode, the following command may be used instead:
conan build . -b=missing -pr=profile -s=build_type=Debug && ./build/Debug/main