segment image between foreground and background
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Muhammad Shazmil Bin Mohd Sabilan
am 11 Sep. 2022
Kommentiert: Image Analyst
am 13 Sep. 2022

I have this sillhouttes images and i want to segment the image between the foreground and background. Can anyone help?
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 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 Kommentare
Image Analyst
am 13 Sep. 2022
Glad that my suggestions solved it for you. Can you please then click the "Accept this answer" link? Thanks in advance.
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!