Scan-o-Matic / scanomatic-standalone

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

Otsu threshold extra info #18

Open local-minimum opened 3 years ago

local-minimum commented 3 years ago

📋 Background

In histogram.py the following code

                    """
                    mu0_opt = mu0
                    mu1_opt = mu1
                    w0_opt = w0
                    w1_opt = w1
                    S2B_opt = critValue / (sumT ** 2)
                    """

    return threshold  # , mu0_opt, mu1_opt, w0_opt,w1_opt, S2B_opt

exists.

❓ Questions