Kokan / ttaf

TTAF
GNU General Public License v3.0
1 stars 0 forks source link

Otsu’s method #7

Closed Kokan closed 3 years ago

zooflavor commented 3 years ago

Done. Class Otsu. It supports a variable number of bins and more than 2 clusters, but only one-dimensional data. The running time is bins-1 choose clusters-1, so beware. It can be used with the elbow method.