Face-X
Face-X copied to clipboard
Otsu's thresholding algorithm
Currently, there is no built-in support in Python's image processing libraries, such as OpenCV or scikit-image, to directly apply Otsu's thresholding algorithm. I would like to request the addition of a native function for implementing Otsu's thresholding algorithm. Having a built-in feature for Otsu's thresholding would empower Python developers to automatically determine an optimal threshold value based on the image's histogram, allowing for accurate image segmentation.
I would like to work on this issue under SSOC 2023. Please assign it to me.
Hi @SanketPatil7467 I have read about Otsu's thresholding in image processing and would love to work on this issue.