How do I remove image background in Java using OpenCV?
I want to remove background from a single image. But i cant remove background using BackgroundSubtractorMOG2.
I want to remove background from a single image. But i cant remove background using BackgroundSubtractorMOG2.
You can refer to the following link. Section 1.7. I hope it helps you.
Asked: 2016-12-19 11:13:49 -0600
Seen: 3,410 times
Last updated: Dec 20 '16
What do you mean with: "remove background in a image?" Is it an image or a video?
I have an image with white background, I want to remove that white background from image and save it to another destination.
well, wait, if your image has white background, then it is already segmentated. what do you want to replace it with ?
can it simply be, we misread your question, and you're simply asking "how to apply alpha to the bg-color ?" (which is simple image-processing, and somehow not related to opencv (computer-vision) at all !