Skip to content

Image Processing: Segmentation Using Otsu Threshold Method

Notifications You must be signed in to change notification settings

mohabmes/Otsu-Thresholding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Otsu Thresholding Method

Python implementation of a basic Otsu thresholding algorithms.
Otsu's thresholding method involves iterating through all the possible threshold values and calculating a measure of spread for the pixel levels each side of the threshold (the pixels that either fall in foreground or background). The aim is to find the threshold value where the sum of foreground and background spreads is at its minimum.

Dependencies

  • Python 2.x
  • numpy
  • matplotlib
  • PIL

Input

Alt text

Output

Alt text

  • Text file contain the tracing of the Algorithm

Links

About

Image Processing: Segmentation Using Otsu Threshold Method

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages