-
Updated
Sep 11, 2020 - Java
seam-carving-algorithm
Here are 12 public repositories matching this topic...
[Book Course] - Course: Book-OpenCV with Python By Example_ Build real-world computer vision applications and develop cool demos using OpenCV for Python
-
Updated
Jul 3, 2020 - Python
Perform image seam algorithm with high time and space efficency
-
Updated
Feb 8, 2018 - Jupyter Notebook
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.
-
Updated
Mar 26, 2022 - JavaScript
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.
-
Updated
Jul 1, 2023 - C++
A C++ implementation of the forward seam carving algorithm
-
Updated
May 17, 2018 - C++
Multimedia system: Video player with resampling, spatial and temporal aliasing effects. Focused on content-aware frame resizing(seam-carving)
-
Updated
Aug 20, 2019 - Java
An interactive OpenGL program for applying seam carving on images.
-
Updated
Sep 3, 2023 - C++
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. 🚀🔍
-
Updated
Jul 25, 2024 - Python
Image distortion telegram bot
-
Updated
Jun 14, 2021 - Python
A native C++ implementation of content-aware image resizing (seam carving).
-
Updated
Jan 15, 2024 - C++
Improve this page
Add a description, image, and links to the seam-carving-algorithm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the seam-carving-algorithm topic, visit your repo's landing page and select "manage topics."