One Paragraph of project description goes here
These instructions describe how to get the project up and running on your local machine.
To run this software, you'll need to first install the Conda environment for Python.
Then, create and activate a Python 3 environment:
conda create -n python3 python=3
activate python3
Next, in this environment, install the requisite packages:
conda install -c dsdale24 pyqt5
conda install pyopengl
conda install pillow
conda install opencv
conda install matplotlib
conda install scipy
To run the reflectance code, execute:
python reflectance.py
There is also a test of the circle detector that you can run like this:
python test_detector.py
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Matty Jeronimo - Project concept
- Michael Jeronimo - Initial work on core functionality - mjeronimo
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone who's code was used
- Inspiration
- etc.