dragon66 / icafe

Java library for reading, writing, converting and manipulating images and metadata
Eclipse Public License 1.0
204 stars 58 forks source link

Implement Otsu's to perform automatic image thresholding #119

Open dragon66 opened 1 month ago

dragon66 commented 1 month ago

As a follow up to this issue: https://github.com/dragon66/icafe/issues/114, implement automatic image thresholding.

Reference implementation: https://github.com/JasonAltschuler/Otsu/blob/master/Otsu.java