Skip to content

Using Otsu's thresholding for text segmentation on images of sticky notes.

License

Notifications You must be signed in to change notification settings

Ekan5h/TextSegmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextSegmentation

Using Otsu's thresholding for text segmentation on images of sticky notes.

Assumptions

  • The image has a dark background below the paper
  • The writing is darker than the paper.
  • Even lighting (Since global thresholding is used)
  • The image is 1:1 aspect ratio

Proof of concept python notebook can be found in html format here

Examples:

Example 1

Example 2