seam-carving
Here are 170 public repositories matching this topic...
Using Matlab to build algorithms solving computer vision problems.
-
Updated
May 10, 2021 - MATLAB
A discord bot which applies content aware seam carving for user images
-
Updated
Apr 14, 2021 - Java
OpenCV based utility for efficient multi-threaded content-aware scaling
-
Updated
Nov 19, 2020 - C++
Seam carving is an advanced image processing technique for content-aware image resizing. Unlike traditional scaling methods that uniformly distort the image, seam carving preserves the most important visual content by removing less noticeable paths of pixels called "seams".
-
Updated
Nov 18, 2025 - Python
Local-first visual lab for inspecting and guiding content-aware image reduction.
-
Updated
Sep 1, 2026 - JavaScript
-
Updated
Oct 29, 2018 - Python
This is a program that uses seam carving for content-aware resizing of images. The algorithm works by finding and removing “seams” in the image that pass through the least important pixels. The entire process is abstracted into different files and contain test cases to ensure the code works according to its intended function.
-
Updated
Jan 1, 2023 - C++
CUDA Seam Carving: Accelerating Image Resizing with GPU Computing
-
Updated
Nov 11, 2024 - Jupyter Notebook
Project "SeamCarving" from JetBrainsAcademys Kotlin Developer Track
-
Updated
Apr 18, 2021 - Kotlin
Seam Carving implementation.
-
Updated
Jan 29, 2019 - Go
Seam carving for content-aware image resizing. Implemented from scratch in NumPy with dynamic programming and four energy operators.
-
Updated
May 28, 2026 - Jupyter Notebook
Algorithms Course by Robert Sedgewick
-
Updated
Nov 27, 2017 - HTML
Seam carving an algorithm for content-aware image resizing.
-
Updated
Sep 21, 2020 - Kotlin
A simple C++ program that implemented a forward Seam-carving algorithm for an RGB image. This program is implemented with OpenCV. When executed, users can use WASD keys to resize the image based on a calculated seam via dynamic programming. The program can naturally shrink or expand an image vertically or horizontally without ruining important s…
-
Updated
Mar 27, 2019 - C++
QT implement of seam carving algorithm
-
Updated
May 29, 2022 - C++
This is our final project: Parallel Programming - Implementation of seam carving for image using CUDA-enabled GPU
-
Updated
May 9, 2024 - Jupyter Notebook
Add this topic to your repo
To associate your repository with the seam-carving topic, visit your repo's landing page and select "manage topics."