Azzera filtri
Azzera filtri

bounding box Dissociated out image

1 visualizzazione (ultimi 30 giorni)
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

Risposta accettata

Walter Roberson
Walter Roberson il 28 Ott 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 Commento
tsai kai shung
tsai kai shung il 28 Ott 2017
I use rgb to hsv find red region then find region boundingbox imcrop original image thank you for your help

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!