2
votes
1answer
122 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 …
2
votes
2answers
348 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 …
