Real time seam carving algorithm implementation
-
Updated
Jun 24, 2019 - C++
Real time seam carving algorithm implementation
A re-implementation of the paper `Rectangling Panoramic Images via Warping`
Seam Carving utility with CPU SIMD optimisations
Seam carving algorithm for dynamic image retargeting
Keeps the content information intact by removing relatively unnoticeable parts of the image while resizing.
OpenCV based utility for efficient multi-threaded content-aware scaling
Image resizing using Seam Carving Algorithm
Seam Carving Desktop Application
mini project - text line extraction using seam carving
Seam Carving for DL using ImageMagick
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.
A simple C++ implementation of the original seam carving algorithm
Seam Carving for Content-Aware Image Resizing, C++ Implement.
Adaptation of C++ seam carving for video resizing
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…
Seam Carving for Content - Aware Image Resizing
QT implement of seam carving algorithm
A C++ implementation of the forward seam carving algorithm
Add a description, image, and links to the seam-carving topic page so that developers can more easily learn about it.
To associate your repository with the seam-carving topic, visit your repo's landing page and select "manage topics."