About Bounding Box
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
How to get the properties(width and ul_corner) of the bounding box? Im using the bounding box for detecting the object. now i need to find the height and width of the object in pixels.
0 Commenti
Risposte (1)
Walter Roberson
il 29 Apr 2011
If you are using regionprops reshape(TheBoundingBox,[],2) . Then the first column will be the ul_corner and the second column will be the corresponding widths.
0 Commenti
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!