crop image to another by roi

3 views (last 30 days)
hi , i found the bounding boxes of shapes now i want to copy it to new image can i do it with imroi ?
  1 Comment
Michael scheinfeild
Michael scheinfeild on 16 Jul 2014
is any other way than
blobsImg(bx(2):bx(2)+bx(4),bx(1):bx(1)+bx(3))=imcrop(imgBp, bx);

Sign in to comment.

Accepted Answer

Image Analyst
Image Analyst on 16 Jul 2014

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!