Page 1 of 1

Removing background in image

Posted: 2018-12-23T20:23:48-07:00
by nantha94
Hi,

I'm new of this library. i want remove background as per the input image.
Image

Re: Removing background in image

Posted: 2018-12-23T20:29:57-07:00
by nantha94
i want only human image without background.

Re: Removing background in image

Posted: 2018-12-23T22:37:46-07:00
by snibgo
I would do it by hand, with Gimp.

Re: Removing background in image

Posted: 2018-12-24T11:44:14-07:00
by fmw42

Re: Removing background in image

Posted: 2018-12-25T19:26:06-07:00
by nantha94
i''m using python to removing background using this tool. but i can't remove background. my project based on the user image.

Re: Removing background in image

Posted: 2018-12-25T19:58:16-07:00
by nantha94
snibgo wrote: 2018-12-23T22:37:46-07:00 I would do it by hand, with Gimp.
No, i want to remove command. can you suggest any idea

Re: Removing background in image

Posted: 2018-12-25T19:58:59-07:00
by nantha94
nantha94 wrote: 2018-12-25T19:58:16-07:00
snibgo wrote: 2018-12-23T22:37:46-07:00 I would do it by hand, with Gimp.
No, i want to remove background using command. can you suggest any idea

Re: Removing background in image

Posted: 2018-12-26T10:31:42-07:00
by fmw42

Re: Removing background in image

Posted: 2018-12-26T11:27:06-07:00
by snibgo
GrabCut might succeed without a user-supplied mask, but I doubt it for this image. The top half is fairly easy, but not the bottom half, especially around the left foot.

Re: Removing background in image

Posted: 2018-12-26T11:55:35-07:00
by fmw42
Grabcut and Clipping magick may help, but I suspect you will need to manually edit it. Clipping Magick allows you to quickly draw around the object and have it remove the background. But for complex backgrounds you need to draw it multiple places to get all the background remove. But you still may have to manually edit it with very complex backgrounds. Photoshop and Gimp have elastic outline tools that may help.