Skip to content

6Delta9/Seam-Carving-Algorithm

Repository files navigation

Seam Carving Algorithm

This project implements a seam carving algorithm for content-aware image resizing.

Features:

  • Removes vertical seams from an image to reduce its width.
  • Highlights removed seams in red.
  • Uses a custom energy function based on image gradients.

Installation:

pip install -r requirements.txt

About

# Seam Carving Algorithm This project implements a seam carving algorithm for content-aware image resizing. ## Features: - Removes vertical seams from an image to reduce its width. - Highlights removed seams in red. - Uses a custom energy function based on image gradients. ## Installation: ```bash pip install -r requirements.txt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages