MahmutKarali / OtsuThresholding

Image Processing with C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Otsu Thresholding


Thresholding is a very basic operation in image processing. And, a good algorithm always begins with a good basis! Otsu thresholding is a simple yet effective global automatic thresholding method for binarizing grayscale images such as foregrounds and backgrounds.Speed: Because Otsu threshold operates on histograms (which are integer or float arrays of length 256), it’s quite fast

Alt text

Reference & Information

http://www.labbookpages.co.uk/software/imgProc/otsuThreshold.html

About

Image Processing with C#


Languages

Language:C# 96.7%Language:HTML 3.3%