Background subtraction using single image
Hi Everyone,
I'm working on a project where I am photographing products like this purse below.
I want to remove the background and have been trying a few methods but wanted to know what the community thinks is best practice.
I've been playing with different amounts of blurring, thresholding, dilating and eroding but I am not sure what combination of these measures will yield the best results.
The best I can do so far is this:
What are your thoughts?
Thank you all!
remove background? there's no background, just a white background?
Yes, I want to remove the peach background and make all of those pixels true white. I am playing around with eroding and dilating and filtering but don't know if there is a better way to get just the object.
Could you please share your code? I'm looking for something similar and it would be great to get a good starting point
i am also interested in the code