how can i implement the global and adaptive local threshold on grayscale image in matalb?
2 ビュー (過去 30 日間)
古いコメントを表示
please ,how can i calculate the global and adaptive local threshold for the grayscale image using matlab ?
2 件のコメント
Naz
2011 年 12 月 31 日
I have one algorithm that works good for images with relatively uniform background. For example, it would work great for contrasting images of eye retina. What kind of images do you need to work with?
回答 (1 件)
Image Analyst
2012 年 1 月 1 日
There are a variety of ways to find a threshold, from the Otsu method (bwthresh) to the triangle method, to an interactive manual method that I've uploaded to http://www.mathworks.com/matlabcentral/fileexchange/29372-thresholding-an-image
3 件のコメント
Image Analyst
2012 年 1 月 2 日
My email is just a spam catcher account. I can't reply or accept attachments. Post your image to tinypic.com. Have you tried adpathisteq? After doing that you can use a global threshold but it would have the effect of a local threshold since the output image has its output value adjusted for every pixel.
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!