EECS 280: P2 - Computer Vision
Languages & Tools Used: C++
- Engineered an image carving algorithm using the seam carving method. Efficiently reduces image size while preserving content integrity.
- Utilized matrices and pointers to identify and remove seams, achieving precise aspect ratio adjustment of the image without distortion.