Tagged Questions
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
300 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 ...