Lukasalexanderweber Stitching Versions Save

A Python package for fast and robust Image Stitching

v0.5.3

7 months ago

sorry for v0.5.2, but I haven't tested the github actions file properly..

What's Changed

v0.5.2

7 months ago

What's Changed

Full Changelog: https://github.com/OpenStitching/stitching/compare/v0.5.1...v0.5.2

v0.5.1

7 months ago

This is a bugfix since a stitch * -v, as proposed in the readme, will lead to an error. This is since os.mkdir is called before the wildcards are resolved, making opencv wanting to read the directory name, which leads to an error. The tests did not catch this since there we don't use * but always a combination of filenames and wildcards.

What's Changed

Bugfix

Full Changelog: https://github.com/OpenStitching/stitching/compare/v0.5.0...v0.5.1

v0.5.0

9 months ago

BREAKING

ImageHandler class was replaced by Images class

New Features

Bugfixes

New Contributors

Full Changelog: https://github.com/OpenStitching/stitching/compare/v0.4.0...v0.5.0

v0.4.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lukasalexanderweber/stitching/compare/v0.3.0...v0.4.0

v0.3.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lukasalexanderweber/stitching/compare/v0.2.1...v0.3.0

v0.2.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lukasalexanderweber/stitching/compare/v0.2.0...v0.2.1

v0.2.0

1 year ago

Improvements for the Command Line Interface

v0.1.0

2 years ago

Since the issue of our paper is out I decided to publish the stitching package on pypi