Effacer les filtres
Effacer les filtres

bounding box Dissociated out image

1 vue (au cours des 30 derniers jours)
tsai kai shung
tsai kai shung le 28 Oct 2017
Commenté : tsai kai shung le 28 Oct 2017
How to use the bounding box Dissociated out from the picture in the speed limit symbol I want to do ORC processing like 60.jpg -> 2.jpg

Réponse acceptée

Walter Roberson
Walter Roberson le 28 Oct 2017
imcrop() the image passing in the bounding box found by regionprops.
Note: in all versions of MATLAB as far back as I checked, imcrop will produce an image one pixel too wide and too deep, but you will probably never notice.
  1 commentaire
tsai kai shung
tsai kai shung le 28 Oct 2017
I use rgb to hsv find red region then find region boundingbox imcrop original image thank you for your help

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!