There are 0 repository under seam-carving-algorithm topic.
This is my implementation of the simplified version of the seam carving - an algorithm developed by S.Avidan and A.Shamir. Seam carving is an algorithm for 'content-aware' image resizing. The main idea is to resize an image by removing only the least noticeable pixels. I have also made a small web app used to generate interesting results.
[Book Course] - Course: Book-OpenCV with Python By Example_ Build real-world computer vision applications and develop cool demos using OpenCV for Python
An advanced image processing tool that leverages dynamic seam carving to resize images while preserving important features. Combines edge energy, saliency, depth, and entropy maps to optimize seam removal and provides real-time visualization during processing. 🚀🔍
Image distortion telegram bot
A native C++ implementation of content-aware image resizing (seam carving).
An interactive OpenGL program for applying seam carving on images.
Multimedia system: Video player with resampling, spatial and temporal aliasing effects. Focused on content-aware frame resizing(seam-carving)
This repository provides an implementation of the Seam Carving algorithm, a dynamic programming-based approach for content-aware image resizing. It reduces image size by removing pixels iteratively, focusing on the lowest energy seam.
A C++ implementation of the forward seam carving algorithm
Perform image seam algorithm with high time and space efficency