Tagged Questions
The seam-carving tag has no wiki summary.
4
votes
2answers
668 views
How to perform seam carving on an image using PHP's GD library?
I am working on a project that resizes images using PHP's GD library. I would like to be able to add the option to use seam carving to resize images but don't want to require something like ...
3
votes
2answers
303 views
What is a seam (Seam-carving)
I am reading the paper about seam carving for resizing an image.
Down on page 3 where they define a seam mathematically, I need help clarifying it.
The paper says that a seam is an 8-connected path ...
0
votes
1answer
70 views
Implementing Seam Carving Method in C#
I would like to Scale an Image from 640x480 to 64x48. There are different approaches used by the picture manipulating programs like Gimp and Photoshop. For eg.Gimp uses liquid rescale algorithm and ...