Feeds
提问
How can i get a bounding box around the vehicles and not around all the objects in the image
st = regionprops(bw_I, 'BoundingBox' ); for k= 1: length(st) thisBB = st(k).BoundingBox; rectangle('Position', [thisB...
5 years 前 | 1 个回答 | 0
提问
5 years 前 | 1 个回答 | 0