bounding box Dissociated out image

1 次查看(过去 30 天)
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

采纳的回答

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

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!