0

Automatic threshold using inter-class variance is described in the NI vision help as shown in figure below. My question is what is the difference between the last two equations; they are exactly the same. what do they indicate ?

snap from the manual

eyllanesc
  • 235,170
  • 19
  • 170
  • 241

1 Answers1

0

I guess these formulas are not correct. w(k) ususally is the class probability which cannot be the same as the total mean µ_T

Read https://en.wikipedia.org/wiki/Otsu%27s_method

I guess they mean the same method as they both maximize the inter-class variance.

Piglet
  • 27,501
  • 3
  • 20
  • 43