Multilevel Histogram thresholding
2 ビュー (過去 30 日間)
古いコメントを表示
currently i am working on video files.Can you tell how to perform multilevel histogram thresholding on the gray scale images extracted from the video files?
0 件のコメント
採用された回答
Image Analyst
2011 年 12 月 23 日
binaryImage = (grayImage < upperThreshold) & (grayImage > lowerThreshold);
5 件のコメント
Image Analyst
2012 年 6 月 26 日
You can look here: http://fiji.sc/wiki/index.php/Auto_Threshold
You might look in this book: http://szeliski.org/Book/drafts/SzeliskiBook_20100818_draft.pdf
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!