Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.04 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.04 KB

Image manipulation

Chroma keying demo activity using Python, OpenCV & Java.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

The project requires Jupyter Notebooks, Python3, Java8.

Installing

  • 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

License

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