segment image between foreground and background
9 views (last 30 days)
Show older comments
Muhammad Shazmil Bin Mohd Sabilan
on 11 Sep 2022
Commented: Image Analyst
on 13 Sep 2022

I have this sillhouttes images and i want to segment the image between the foreground and background. Can anyone help?
0 Comments
Accepted Answer
Image Analyst
on 11 Sep 2022
Looks like your segmentation is not so good, or it's only partially finished. But you only attached the segmented image, not the original one. It looks like a frame from a video. In that case you can find the background frame fairly easily, then subtract it from your actual frame with imabsdiff. If you know there are only a certain number of people in the frame or if you want to throw out blobs smaller than a certain size you can use bwareafilt.
There is also a foreground detector in the Computer Vision Toolbox, as well as grabcut, lazysnapping, and activecontour in the Image Processing Toolbox. Try them.
2 Comments
Image Analyst
on 13 Sep 2022
Glad that my suggestions solved it for you. Can you please then click the "Accept this answer" link? Thanks in advance.
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!