Skip to content

v1.0.0

Compare
Choose a tag to compare
@andymina andymina released this 25 Sep 20:36
· 33 commits to main since this release

Welcome to v1.0.0 🎉 !

A native C++ implementation of seam carving built on OpenCV as described by Avidan et al. in Seam carving for content-aware image resizing.

As of right now, the seam carving logic can be used in one of two ways:

  1. Directly importing the header and source files for the logic in include/ and src/ respectively
  2. Running make py to export a Python 3.10 module named seam_carving

In future releases, there will be support for a static C++ library and a JavaScript npm module.

Full Changelog: https://github.com/andymina/seam-carving/commits/v1.0.0