Chroma keying demo activity using Python, OpenCV & Java.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
The project requires Jupyter Notebooks, Python3, Java8.
- Installing Jupyter using Anaconda and conda
- Make sure you have the
numpy
andopencv
libraries installed usingpip
orconda
package managers
-
Clone the repository
$ git clone https://github.com/BoiseState-AdaptLab/green-screen-demo.git
-
Enter the repo-directory:
$ cd green-screen-demo/
-
To run the python and opencv example:
cd opencv
- Run Jupyter Notebook:
$ jupyter notebook
- From the file navigator, click on
bg-screen-demo.ipynb
to open the notebook
-
To run the java example:
cd java
make
java PixelManipDemo
This project is licensed under the MIT License - see the LICENSE.md file for details