Seam carving (also known as image retargeting, content-aware image resizing, content-aware scaling, liquid resizing, or liquid rescaling), is an algorithm for image resizing.
Questions tagged [seam-carving]
17 questions
0
votes
1 answer
Removing a specified pixel in an RGB image in Matlab
Part of seam carving involves removing the seam after you've
found it. If i have the seam's index, how would i go about
removing it from each row of the image
image(i,remove) = [];
does not work since its got
wrong dimensions. Is the only…

Hiya54 Huy
- 37
- 10
0
votes
1 answer
Seam Caving - Removal of seam in Python
I'm implementing seam carving in python. So far, I've managed to find the lowest energy seam but I don't know how to implement removing it. Can somebody please explain this with pseudocode? Thanks!

so908
- 25
- 1
- 6