in matlab function regionprops()
I created bounding box from image by
obj = regionprops(obj_label, 'BoundingBox');
since it will return the smallest area bounding box bask on binary input mask on that
The question is if I want to increase the area bounding box ( like add some addition all width and height by 5 pixel) from that information how can I do it?