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
numpyandopencvlibraries installed usingpiporcondapackage 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.ipynbto open the notebook
-
To run the java example:
cd javamakejava PixelManipDemo
This project is licensed under the MIT License - see the LICENSE.md file for details