How to divide classes in optimum global thresholding using Otsu's method

2 views (last 30 days)
I am implementing optimum global thresholding using otsu's method by referring Gonzalez and Woods book, I am finding difficulty in dividing classes and calculating of cumulative sums, please provide me an matlab code for this algorithm.

Accepted Answer

Matt J
Matt J on 16 Dec 2016
See multithresh() or graythresh()
  2 Comments
Deepika Rani
Deepika Rani on 20 Dec 2016
Thanku...I checked with graythresh, but for the same image I am computing, I need to change the threshold values how can I do means I need to check with different threshold values like t=6,t=64,t=128. Please help me with this with a matlab code

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!