segment image between foreground and background
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Muhammad Shazmil Bin Mohd Sabilan
il 11 Set 2022
Commentato: Image Analyst
il 13 Set 2022

I have this sillhouttes images and i want to segment the image between the foreground and background. Can anyone help?
0 Commenti
Risposta accettata
Image Analyst
il 11 Set 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 Commenti
Image Analyst
il 13 Set 2022
Glad that my suggestions solved it for you. Can you please then click the "Accept this answer" link? Thanks in advance.
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!