stitching

A Python package for fast and robust Image Stitching

APACHE-2.0 License

Stars
1.8K
Committers
17

Bot releases are hidden (Show)

stitching - v0.5.3 Latest Release

Published by lukasalexanderweber almost 1 year ago

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

What's Changed

stitching - v0.5.2

Published by lukasalexanderweber almost 1 year ago

What's Changed

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

stitching - v0.5.1

Published by lukasalexanderweber about 1 year 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

stitching - v0.5.0

Published by lukasalexanderweber about 1 year 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

stitching - v0.4.0

Published by lukasalexanderweber almost 2 years ago

What's Changed

New Contributors

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

stitching - v0.3.0

Published by lukasalexanderweber about 2 years ago

What's Changed

New Contributors

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

stitching - v0.2.1

Published by lukasalexanderweber over 2 years ago

What's Changed

New Contributors

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

stitching - v0.2.0

Published by lukasalexanderweber over 2 years ago

Improvements for the Command Line Interface

stitching - v0.1.0

Published by lukasalexanderweber over 2 years ago

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