akshitagupta15june / Face-X

Demonstration of different algorithms and operations on faces. Star the repo⭐
https://discord.gg/QapWBRZbVe
MIT License
714 stars 596 forks source link

Triangle binarization algorithm #1521

Open SanketPatil7467 opened 1 year ago

SanketPatil7467 commented 1 year ago

Currently, there is no built-in support in Python's image processing libraries, such as OpenCV or scikit-image, to directly apply the Triangle Binarization algorithm. I would like to request the addition of a native function , specifically designed for implementing the Triangle Binarization algorithm. Having a built-in feature for Triangle Binarization would empower Python developers to automatically determine an adaptive threshold value for image binarization based on local image statistics.

I would like to work on this issue under SSOC 2023. Please assign it to me.

khushi-igupta commented 2 months ago

Hello @SanketPatil7467 , I am GSSOC'24 contributor. Can you assign me this issue?