separating two different objects in an image

5 views (last 30 days)
Hey guys I have an image having completely black background and white foreground. I have done motion detection in which I have got a man and a car as moving objects and after applying thresholding and doing some processing on image i have got black background and man and car outlines as white. Now I want to separate man and car by drawing two separate rectangles around them. I am nt getting hw to do that plz help me.

Accepted Answer

Sean de Wolski
Sean de Wolski on 31 Mar 2011
Use bwconncomp and regionprops to find the bounding box of each object and then set its edges to the color of your choice.

More Answers (1)

Mohsin Khan
Mohsin Khan on 9 Apr 2011
i have also this problem sir, but i want to extract it as a seperate image each face rectangle, please help me as soon as possible.

Products

Community Treasure Hunt

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

Start Hunting!