Download presentation
Presentation is loading. Please wait.
1
Dynamic Image Resizing
Patrick Elliott
2
Goal Resize an image without losing the dimensions
of important aspects of the image.
3
Method Turn color image into grayscale image.
Find the gradient magnitude of the grayscale image Find the minimum sums of paths of pixels
4
Method (cont.) Find a path of pixels with the smallest change of intensity and remove them. Continue this until the image has the desired dimensions
6
Expanding Images First, find the best seams to remove in order and store the paths in an array. Go to each path, and instead of removing it, add pixels next to the path that have the average values of the pixels on either side. Repeat until image has desired dimensions.
7
Original Image Traditional Stretching First Attempt at Stretching Final Result
8
What's Next Some kind of GUI Adding negative weights
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.