How can I implement auto threshold into my code rather than defining the threshold for each image?
2 ビュー (過去 30 日間)
古いコメントを表示
Hi everyone. I would like to implement auto-thresholding into my Matlab code as I don't want to define manually for each image. For example, I define my threshold like; binaryImage = myinput <0.7; Is there any way to find the best threshold automatically and use that threshold for images I have.
2 件のコメント
Ameer Hamza
2018 年 5 月 22 日
編集済み: Ameer Hamza
2018 年 5 月 22 日
It will be possible most probably. But first, you need to define best threshold. How do you measure whether a specific threshold is best or not?
採用された回答
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!