I actually wrote my honours thesis on this topic. In academia it's called Alpha Matting/Image Matting. There's a great website http://alphamatting.com/ that provides a benchmark dataset and a comparison of a lot of influential methods. I applaud your work in making a real time and interactive matting algorithm! One day it might be also as accurate as state of the art methods. You guys should write a paper about your…
(I'm one of the devs.) Thanks for the link! Real time is a pretty big constraint, and the input for those results is a much more complete labeling than we expect (only 22 to 44 pixels around the ground truth boundary are left uncertain). But I'll definitely read the paper and hopefully we can gain some insights from it!
Show HN: Remove backgrounds from images online
111–120 of 148 posts
Re: Show HN: Remove backgrounds from images online
#112Also, it'd be really cool to have a "simplify lines" type feature, I was using a fairly dark photo and the lines were a bit jagged - but generally the foreground item will have smooth edges.
Re: Show HN: Remove backgrounds from images online
#113Earlier quoted context omitted.
I copied the marks in the example and besides needing to tell it to include the cream color under the strap, it worked exactly as shown on the homepage, so maybe just add that extra red there in the example. Unfortunately it is freezing up on me using an image with a gradient at about 90% of the initialization.
Yeah, we're getting some null pointers in the worker. Not entirely clear why that's happening (it of course wasn't happening an hour ago...). I think I stuck a race condition in there somewhere and it's getting exposed for the first time. Please try uploading the image again :-/
Re: Show HN: Remove backgrounds from images online
#114Re: Show HN: Remove backgrounds from images online
#115Re: Show HN: Remove backgrounds from images online
#116Earlier quoted context omitted.
I just gave it another shot with the same results in all browsers. Edit: I'm in Japan and going through a http proxy, if that makes a difference.
May do. I think it uses websockets and they are a little temperamental over proxies.
Re: Show HN: Remove backgrounds from images online
#117I actually wrote my honours thesis on this topic. In academia it's called Alpha Matting/Image Matting. There's a great website http://alphamatting.com/ that provides a benchmark dataset and a comparison of a lot of influential methods. I applaud your work in making a real time and interactive matting algorithm! One day it might be also as accurate as state of the art methods. You guys should write a paper about your…
(I'm one of the devs.) Thanks for the link! Real time is a pretty big constraint, and the input for those results is a much more complete labeling than we expect (only 22 to 44 pixels around the ground truth boundary are left uncertain). But I'll definitely read the paper and hopefully we can gain some insights from it!
Might (one of) you know what's the state of the art in research on this topic as well?
Re: Show HN: Remove backgrounds from images online
#118I get "Your Browser Is Out Of Date... Terribly sorry, but your browser appears to be missing key feature(s) required to use this website: Data URL Support Please try the latest version of one of these browsers instead: Google Chrome, Firefox", however I'm using Safari 5.1: data URL support has been in Safari since 3.1 (according to http://caniuse.com/datauri ).
Re: Show HN: Remove backgrounds from images online
#119I get "Your Browser Is Out Of Date... Terribly sorry, but your browser appears to be missing key feature(s) required to use this website: Data URL Support Please try the latest version of one of these browsers instead: Google Chrome, Firefox", however I'm using Safari 5.1: data URL support has been in Safari since 3.1 (according to http://caniuse.com/datauri ).
Re: Show HN: Remove backgrounds from images online
#120How does this compare to the gimp "Foreground Select tool"? http://docs.gimp.org/en/gimp-tool-foreground-select.html