Static Image Background removal
Hello,
I am looking to remove the background from a product image using OpenCV.
Most of the images are on a white background already. But some have some issues with not being completely white
Here's the image i just edited to make it seem like the image has an off white background.
Heres an Example of an image with a good White background
I looked into the watershed algorithm, the Grabcut algorithm for Foreground Image Extraction,
but I am looking for a way to automate the Background Removal/Whitening
Any help would be appreciated for things I can look into.
Thanks!