|
|
|
|
|
by thetrainfold
2515 days ago
|
|
Question about the algorithm: Is the algorithm run from scratch each time a seam is removed? I.e. energy function computed again on the resized image, all seams recomputed, then only the lowest energy seam is removed.. and repeat. Or are all the seams from the first calculation used for resizing? |
|
However, you'll notice that the costs are only changed in a small area around the removed seam, so if I optimized the process, I could avoid recomputing costs for the majority of pixels.