background removal and return back the shape
Mostra commenti meno recenti
how to do background removal after I crop the image such in this link:
background removal can be used to display the contains of triangle shape and cut out noise outside the triangle. can someone explain how to do this?thank you.
Risposte (1)
Image Analyst
il 15 Ott 2012
0 voti
I'd probably start out using texture segmentation and see how it goes. I'm assuming that the background will have higher variance than the object. So you might want to use stdfilt() or entropyfilt().
1 Commento
Tulips
il 18 Ott 2012
Categorie
Scopri di più su Texture Analysis in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!