Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 669 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 669 Bytes

smart-thresholds

Python implementation of basic and Otsu thresholding algorithms. This project consists of my implementation of a standard image thresholding algorithm, along with the more intelligent Otsu's thresholding algorithm, which selects a threshold value by minimizing the inter-class variance between the intensities of the two binary clusters along all possible thresholds. A good next step would be to intelligently pare down the number of thresholds tested in Otsu's, decreasing runtime in practical situations.

Use this Product:

Clone this repo, then run "make ARG=image_path". Be sure to enter a valid image path as a string.