Skip to content

mjeronimo/reflectance

Repository files navigation

Reflectance Test

One Paragraph of project description goes here

Getting Started

These instructions describe how to get the project up and running on your local machine.

Prerequisites

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

Running the program

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

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Matty Jeronimo - Project concept
  • Michael Jeronimo - Initial work on core functionality - mjeronimo

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages