How can I detect different oriented object using point features?
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have the following image with point features?

How can I display/detect object using different oriented rectangle according to the image orientation? As for example......
<<

>>

1 Commento
ahmed shahin
il 25 Mar 2020
did you solve this issue, i trie to make the bounding box orienattion with the same detetcted
Risposte (2)
Image Analyst
il 16 Gen 2016
But it looks like you're already using capabilities of the Computer Vision System Toolbox. Do you already have the coordinates of the green rectangles and you just need to straighten them, then extract and show the aligned image?
6 Commenti
Image Analyst
il 17 Gen 2016
To draw tilted rectangles, I think you need to use plot() rather than rectangle().
SACHIN PATEL
il 26 Dic 2018
I also want to know how to rotate the surrounding bounding box with the same angle as the object orientation, if the bounding box is used with regionprops function in MATLAB....?
5 Commenti
SACHIN PATEL
il 26 Dic 2018
Hello Sir, Thank you for your support. But I have not try the Hu's moments yet, I have to first understand it properly. Then, I will implement it.
I have not any specific image taken by camera. I just working on Image having different standard shapes (like square, Hexagon, rectangle with any orientation).
Thank you.
Image Analyst
il 26 Dic 2018
If you want to determine what shape it is, then you can just find the centroid, find the boundaries, find the distances from the centroid to the boundary points, and then look for peaks in the distance array. I'm attaching a demo.
Vedere anche
Categorie
Scopri di più su Computer Vision with Simulink 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!

