How to segment Gray image using autoamte thrsholding without manual threshold [based on image- image was dynamic ]?
1 回表示 (過去 30 日間)
古いコメントを表示
How to segment Gray image using autoamte thrsholding without manual threshold [based on image- image was dynamic ]?
0 件のコメント
回答 (1 件)
Manish M
2019 年 6 月 24 日
Hi
You can use Otsu's thresholding technique. It chooses a threshold that minimizes the intraclass variance of the thresholded black and white pixels. Graythresh https://www.mathworks.com/help/images/ref/graythresh.html uses Otsu's.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!