Anyone could help me with the Code matlab of "adaptive thresholding method" of an image?
1 view (last 30 days)
Show older comments
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?
0 Comments
Accepted Answer
Image Analyst
on 1 Mar 2015
Another option may be to use adapthisteq() followed by a global Otsu with graythresh().
0 Comments
More Answers (1)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!