Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
roipoly with a specified area
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hi there, I am interested in specifiying a region of interest in an image, with a specified area A. A possibility is maybe to modify the roipoly function, but I don't know how to do it quickly.
I am quite new and I don't know if in matlab there are similar functionalities...
Thanks to all
Alessio
0 Commenti
Risposte (2)
Sean de Wolski
il 18 Lug 2011
How about poly2mask?
doc poly2mask
2 Commenti
Sean de Wolski
il 19 Lug 2011
Well, yes you'll probably have to write some code. But you can easily and quickly generate masks of a non-convex area with poly2mask, and then sum it or use bwarea to get its area, and then dilate it or erode it automatically if too big or too small.
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!