Metadata-Version: 2.0
Name: seam-carver
Version: 0.1.1
Summary: A small tool for retargetting images to any dimension greater or smaller
Home-page: https://github.com/dharness/seam_carving
Author: Dylan Harness
Author-email: dharness.engineer@gmail.com
License: MIT
Keywords: seam seamcarving carving liquidresizing retarget retargetting retargeting
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Requires-Dist: numpy (>=1.13.1)
Requires-Dist: scipy (>=0.19.1)


seam_carver is a small tool for retargetting images to any dimension greater or smaller.
It uses the process of seam carving as originally described by Shai Avidan & Ariel Shamir in http://perso.crans.org/frenoy/matlab2012/seamcarving.pdf

A combination of the gradient energy (determined with the sobel filter) and a simple color energy is
used to determine the least important seam. Additon of seams occurs by the same mechanism as described
in the paper.


