Clear Filters
Clear Filters

bounding box Dissociated out image

1 view (last 30 days)
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

Accepted Answer

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

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!