Face-X icon indicating copy to clipboard operation
Face-X copied to clipboard

Otsu's thresholding algorithm

Open SanketPatil7467 opened this issue 1 year ago • 1 comments

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.

SanketPatil7467 avatar Jun 07 '23 06:06 SanketPatil7467

Hi @SanketPatil7467 I have read about Otsu's thresholding in image processing and would love to work on this issue.

impeccable16 avatar Jun 10 '23 03:06 impeccable16