Skip to content

PNProductions/py-seam-merging

Repository files navigation

image

Python Seam Merging

This is a Python implementation of IMAGE RESIZING USING IMPROVED SEAM MERGING method.

Requirements

To run this code you need the following packages:

Maybe it should work also on other version of python, but it’s untested.

Everything but OpenCV can be installed via ``pip install -r requirements``

Installation

To install everything just run:

python setup.py install

Maybe you have to run it with sudo.

Testing

Test are provided via unittest.

To run them all:

nosetests

Examples

Check examples folder for some examples.

Final Notes

This library is already in development, so don’t use it for real purposes.

About

A Python implementation of seam carving algorithm for structure-aware retargeting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages