Project 1: Converting a video into frames in greyscale -> Binary thresholding
- python3 (must be 3.6 or later)
- git
- To utilize
pythoninstead ofpython3in terminal,alias python=python3 - git clone https://github.com/jinhojang6/opencv-project.git
# Iterates over all the threshold candidates from 0 to 255
python project1/thresholding.py
# Jumping for the optimized threshold
python project1/thresholding_opt1.py
# Binary search for the optimized threshold
python project1/thresholding_opt2.py