Anyone could help me with the Code matlab of "adaptive thresholding method" of an image?

2 views (last 30 days)
I searched for hours for the code of this method "adaptative thresholding" but didn't find anything. This method is based on the Otsu method but it is adaptative not global. Can anyone help me?

Accepted Answer

Image Analyst
Image Analyst on 1 Mar 2015
Another option may be to use adapthisteq() followed by a global Otsu with graythresh().

More Answers (1)

Image Analyst
Image Analyst on 1 Mar 2015

Community Treasure Hunt

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

Start Hunting!