All Projects → zavolokas → Seamcarving

zavolokas / Seamcarving

Licence: mit
Image processing method that allows to remove an object from a photo.

Projects that are alternatives of or similar to Seamcarving

Color Tracker
Color tracking with OpenCV
Stars: ✭ 128 (+43.82%)
Mutual labels:  hacktoberfest, image-processing
Imagesharp
📷 A modern, cross-platform, 2D Graphics library for .NET
Stars: ✭ 5,186 (+5726.97%)
Mutual labels:  hacktoberfest, image-processing
Inpainting
Want to remove something(someone) from a photo as it never was there? This is .NET implementation of content-aware fill. It smartly fills in unwanted or missing areas of photographs.
Stars: ✭ 280 (+214.61%)
Mutual labels:  hacktoberfest, image-processing
Ndarray Vision
Computer vision library built on top of ndarray
Stars: ✭ 17 (-80.9%)
Mutual labels:  hacktoberfest, image-processing
Gocv
Go package for computer vision using OpenCV 4 and beyond.
Stars: ✭ 4,511 (+4968.54%)
Mutual labels:  hacktoberfest, image-processing
Photon
⚡ Rust/WebAssembly image processing library
Stars: ✭ 963 (+982.02%)
Mutual labels:  hacktoberfest, image-processing
Git Osp For Beginners
A GitHub Repository to encourage and involve beginners in Open Source Contributions
Stars: ✭ 88 (-1.12%)
Mutual labels:  hacktoberfest
Rubberduck
Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).
Stars: ✭ 1,287 (+1346.07%)
Mutual labels:  hacktoberfest
Jetpack
Security, performance, marketing, and design tools — Jetpack is made by the WordPress experts to make WP sites safer and faster, and help you grow your traffic.
Stars: ✭ 1,283 (+1341.57%)
Mutual labels:  hacktoberfest
Flexget
The official FlexGet repository
Stars: ✭ 1,279 (+1337.08%)
Mutual labels:  hacktoberfest
Pytest Regressions
Pytest plugin for regression testing: https://pytest-regressions.readthedocs.io
Stars: ✭ 89 (+0%)
Mutual labels:  hacktoberfest
Rymfony
A work-in-progress CLI tool built in Rust to mimic the Symfony CLI binary
Stars: ✭ 89 (+0%)
Mutual labels:  hacktoberfest
Gravitee Management Rest Api
Gravitee.io - API Management - Management Rest API
Stars: ✭ 88 (-1.12%)
Mutual labels:  hacktoberfest
Geocube
Tool to convert geopandas vector data into rasterized xarray data.
Stars: ✭ 87 (-2.25%)
Mutual labels:  hacktoberfest
Snoopwpf
Snoop - The WPF Spy Utility
Stars: ✭ 1,286 (+1344.94%)
Mutual labels:  hacktoberfest
Policy Hub Cli
CLI for searching Rego policies
Stars: ✭ 88 (-1.12%)
Mutual labels:  hacktoberfest
Selene
A blazing-fast modern Lua linter written in Rust
Stars: ✭ 88 (-1.12%)
Mutual labels:  hacktoberfest
Policy sentry
IAM Least Privilege Policy Generator
Stars: ✭ 1,284 (+1342.7%)
Mutual labels:  hacktoberfest
Solidity Util
Solidity Standard Utilities
Stars: ✭ 88 (-1.12%)
Mutual labels:  hacktoberfest
Flutter Mvvm Provider Demo
Stars: ✭ 89 (+0%)
Mutual labels:  hacktoberfest

Seam Carving

license Build Status

What is Seam Carving?

Seam carving (or liquid rescaling) is an algorithm for content-aware image resizing. It functions by establishing a number of seams (paths of least importance) in an image and automatically removes seams to reduce image size or inserts seams to extend it. Seam carving also allows manually defining areas in which pixels may not be modified, and features the ability to remove whole objects from photographs. This method is known as Image Retargeting

Retargeting

The purpose of the algorithm is image retargeting, which is the problem of displaying images without distortion on media of various sizes (cell phones, projection screens) using document standards, like HTML, that already support dynamic changes in page layout and text but not images.

Example Use Case

Dest image Markup Result
input1 input2 result

Credits

The algorithm is developed by Shai Avidan, of Mitsubishi Electric Research Laboratories (MERL), and Ariel Shamir, of the Interdisciplinary Center and MERL.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].