Earlier quoted context omitted.
I wrote a version of this in javascript with a live demo you can play with at https://alexander.soto.io/seam-carving
Your JavaScript version is very easy to use, and I'm so glad I can upload my own images instead of just using examples! The algorithm itself looks like it needs face (and body) detection to be really useful, though. Example: My girlfriend and I on holiday in Australia. Original: http://peterburk.free.fr/seamCarving/lighthouse.jpg Shrunk: http://peterburk.free.fr/seamCarving/lighthouse_seamCarving....
Content-aware image resize library
31–40 of 84 posts
Re: Content-aware image resize library
#32Looks really interesting. I'd love to see an animated version that shrinks from large to small.
Re: Content-aware image resize library
#33Earlier quoted context omitted.
I wrote a version of this in javascript with a live demo you can play with at https://alexander.soto.io/seam-carving
Your JavaScript version is very easy to use, and I'm so glad I can upload my own images instead of just using examples! The algorithm itself looks like it needs face (and body) detection to be really useful, though. Example: My girlfriend and I on holiday in Australia. Original: http://peterburk.free.fr/seamCarving/lighthouse.jpg Shrunk: http://peterburk.free.fr/seamCarving/lighthouse_seamCarving....
Re: Content-aware image resize library
#34I wrote a GUI for another seam carving library back in 2009[1], and it looks like although in archive mode, you can still access the source as well as the windows / mac binaries. Just tested it and it still works! Not as fancy as photoshop I'm sure, but does have the ability to paint a mask of regions to keep / remove to aid the algorithm and get the desired result. Multi-threaded too! [1] https://code.google.com/arc…
Re: Content-aware image resize library
#35Earlier quoted context omitted.
Your JavaScript version is very easy to use, and I'm so glad I can upload my own images instead of just using examples! The algorithm itself looks like it needs face (and body) detection to be really useful, though. Example: My girlfriend and I on holiday in Australia. Original: http://peterburk.free.fr/seamCarving/lighthouse.jpg Shrunk: http://peterburk.free.fr/seamCarving/lighthouse_seamCarving....
In all fairness, the read me says “Todo: face detection”
It will be more complicated than it seems, though, because I just tried the GUI version from gabeiscoding above, and got the following result:
http://peterburk.free.fr/seamCarving/lighthouse_seamCarvingG...
Re: Content-aware image resize library
#36Re: Content-aware image resize library
#37Re: Content-aware image resize library
#38Would this still be covered under the original patent until 2029 [1]? [1] https://www.google.com/patents/US8213745
Where is the creator located?
Re: Content-aware image resize library
#39Earlier quoted context omitted.
I wrote a version of this in javascript with a live demo you can play with at https://alexander.soto.io/seam-carving
Your JavaScript version is very easy to use, and I'm so glad I can upload my own images instead of just using examples! The algorithm itself looks like it needs face (and body) detection to be really useful, though. Example: My girlfriend and I on holiday in Australia. Original: http://peterburk.free.fr/seamCarving/lighthouse.jpg Shrunk: http://peterburk.free.fr/seamCarving/lighthouse_seamCarving....