Skip to content

nzzlinh/Otsu_Thresholding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OTSU THRESHOLDING

Otsu thresholding method, named after its inventor Nobuyuki Otsu. Otsu thresholding involves in statistic and probability theory. So calculated values will relate to histogram (represent distribution of the image). This method basically base on Variances. Suppose, one image has 2 classes: foreground and background. Within Class Variance (Vw) and Between Class Variance (Vb) is considered. Vw and Vb is the measure of spread of in a class and between 2 classes respectively for a threshold value. The optimal threshold would make Vw to be smallest (the less dispersed data is in each class) or Vb max (the most dispersed data is between classes).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages