- after cloning repo cd into it - "cd image-processing".
- then run "python -m venv venv/" to initilize python virtual environment.
- activate env by running "source venv/bin/activate".
- run "pip install -r requirements.txt" to install python dependencies.
- run "activate" again.
Includes the HSV color implementation. You can contour tweak parameters using trackbar
Includes the histogram of the 101th frame to HSV color implementation. A mask is applied to filter out skin pixels
Includes the Ycbcr color implementation. The frame rate is quit slow because of using some custom made functions