parameter in region growing
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Rutuja Kate
il 20 Nov 2017
Commentato: Rutuja Kate
il 21 Nov 2017
I need to use the region growing algorithm, but I need the region restricted according to its area and not the intensity. In region growing algorithm, the intensity is used as a parameter, but I need to restrict the region when a certain amount of area ( a certain number of pixels, say 100) are covered. How can I do that?
0 Commenti
Risposta accettata
Image Analyst
il 20 Nov 2017
Yes, just count the pixels as you grow the region and break out when the count hits 100.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!