Is there an opposite of this, where it will expand an image size?
It's not quite the same thing as superresolution, since it's seam carving.
11–20 of 68 posts
Is there an opposite of this, where it will expand an image size?
It's not quite the same thing as superresolution, since it's seam carving.
Is there an opposite of this, where it will expand an image size?
But like the top comment pointed out. This algorithm is easy to implement and interesting, but in real-world examples are not better than salient object detection + cropping.
Is there an opposite of this, where it will expand an image size?
There's an obvious version of the algorithm in that direction. For one line "seam", it's easy enough, you just pull data from either side. But repeatedly applying it the more often your new "seams" end up next to something already estimated, the less real information there is - I suspect this becomes visually noticeable pretty fast.
My brother has a YouTube channel full of content-aware scaling videos:
It would be awesome if sharp ( https://github.com/lovell/sharp ) would implement this algorithm
I wish there were more of such interesting and educational articles with great examples and explanations.
One of the biggest complaints I have about HN is that it promotes really crappy "Look at me! I just learned a thing and wrote a 300 word blog doing a crappy job explaining it because I don't really get it but want to pad my CV..."
This article is exceptional. Thank you OP.
As a plumber once said to me; you can't flush an 8 inch shite down a 4 inch hole.