Anyone could help me with the Code matlab of "adaptive thresholding method" of an image?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Image Analyst
2015-3-1
Another option may be to use adapthisteq() followed by a global Otsu with graythresh().
0 个评论
更多回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!