Project information
- Category: C++ & Computer Vision
- Class: Programming and Introductory Data Structures
- Project date: Winter, 2022/2023
- Project URL: Click Here
Project Details
In this project I developed a program that uses a seam carving algorithm to resize photos any png photo you give as an input. The seam carving algorithm works by calculating which pixels are the most important to the photo and deleting the amount of pixels you're downsizing by that are the least important to the photo. You can find similar software on applications such as Adobe Photoshop or simply your phone's built-in photo editing software.