Multilevel Histogram thresholding
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Image Analyst
il 23 Dic 2011
binaryImage = (grayImage < upperThreshold) & (grayImage > lowerThreshold);
5 Commenti
Image Analyst
il 26 Giu 2012
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
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!