Show HN: Remove backgrounds from images online
21–30 of 148 posts
Re: Show HN: Remove backgrounds from images online
#22[deleted]
Re: Show HN: Remove backgrounds from images online
#23[deleted]
(some memory woes on the backend as well, so restarting is having some hickups. Well, well)
Re: Show HN: Remove backgrounds from images online
#24Earlier quoted context omitted.
Like the interface! :) There are many ways to solve such a problem. Another one beside GrabCub would be e.g. Watershed. https://en.wikipedia.org/wiki/GrabCut http://en.wikipedia.org/wiki/Watershed_%28image_processing%2... So many variations available via e.g. OpenCV.
(I'm one of the devs.) Regarding the segmentation phase, we were not satisfied with any existing algorithms because we wanted the tool to be as real-time as possible (for up to 4 megapixel images), so we rolled our own segmentation algorithm that has some similarities to GrabCuts (not GraphCuts). But the binary segmentation is really only a small part of the technical challenge. You also need to figure out how to ant…
Re: Show HN: Remove backgrounds from images online
#25Worked pretty well for me: http://i.imgur.com/db0QOet.png
Re: Show HN: Remove backgrounds from images online
#26Worked pretty well for me: http://i.imgur.com/db0QOet.png
Wow! Anyone know the stack?
Re: Show HN: Remove backgrounds from images online
#27Re: Show HN: Remove backgrounds from images online
#28Earlier quoted context omitted.
(I'm one of the devs.) Regarding the segmentation phase, we were not satisfied with any existing algorithms because we wanted the tool to be as real-time as possible (for up to 4 megapixel images), so we rolled our own segmentation algorithm that has some similarities to GrabCuts (not GraphCuts). But the binary segmentation is really only a small part of the technical challenge. You also need to figure out how to ant…
I think you guys did a great job. This is a very tough problem (speaking from experience) particularly depending on the complexity of the image. One problem we had to solve along the way for our startup is similar, but focused only on fashion related images. Quite tricky particularly if you want something automatic. Anyway cheers! :)
Re: Show HN: Remove backgrounds from images online
#29Re: Show HN: Remove backgrounds from images online
#30Really neat. I was really itching to use CTRL+Z though. I screwed up the first image I tried to clip. Maybe have a walkthrough of the features when the user first uses it? I didnt notice the help button until it was too late. I thought if I closed out of the editor and clicked on the image again, it would let me start over but it just takes you back to the editor. It would be nice if there was a way to redo editing t…
Yeah, we need to add both undo and reset/clear. The help should have shown during the upload / init!?