- Year: 2020
- Language(s): Python
- Discipline(s): Computer Vision, Image Thresholding
- Keywords: binary-thresholding, computer-vision, image-thresholding, otsu-thresholding
Image Thresholding is an implementation of the Otsu and binary image thresholding algorithms.
These can be found in the following files:
otsu_thresholding.py
binary_thresholding.py
The input of this program is the file path to an image of your choice.
- Clone the repository.
- Open the directory with Terminal.
- Run the program with the following instruction:
python <thresholding_file> <path_to_image>