Stitching

Latest version: v0.6.1

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.6.1

What's Changed
* Fix --affine CLI parameter by mstenta in https://github.com/OpenStitching/stitching/pull/244 (a critical bug that lead to homography stitching when `--affine` was set)



**Full Changelog**: https://github.com/OpenStitching/stitching/compare/v0.6.0...v0.6.1

0.6.0

What's Changed
* Optimize Docker Image Size by lukasalexanderweber in https://github.com/OpenStitching/stitching/pull/213 and https://github.com/OpenStitching/stitching/pull/230
* Add support for passing parameters to imwrite() by mstenta in https://github.com/OpenStitching/stitching/pull/225
* store stitcher arguments in verbose mode by lukasalexanderweber in https://github.com/OpenStitching/stitching/pull/227

New Contributors
* mstenta made their first contribution in https://github.com/OpenStitching/stitching/pull/225

**Full Changelog**: https://github.com/OpenStitching/stitching/compare/v0.5.3...v0.6.0

0.5.3

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

What's Changed
* Fix docker push by lukasalexanderweber in https://github.com/OpenStitching/stitching/pull/164

0.5.2

What's Changed
* provide stitch cli via docker by lukasalexanderweber in https://github.com/OpenStitching/stitching/pull/152
* CLI improvements by lukasalexanderweber in https://github.com/OpenStitching/stitching/pull/163


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

0.5.1

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
* resolve wildcard in cli since created directory will lead to an error if wildcards are solved later by lukasalexanderweber in https://github.com/OpenStitching/stitching/pull/150


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

0.5.0

BREAKING

ImageHandler class was replaced by Images class
* refactor image handling by lukasalexanderweber in https://github.com/OpenStitching/stitching/pull/114

New Features
* with the Images class, you can now use loaded images as numpy arrays into stitcher.stitch()
* modifying colored_img_generator to loop over known colors. by KaceCM in https://github.com/OpenStitching/stitching/pull/100
* add verbose mode by lukasalexanderweber in https://github.com/OpenStitching/stitching/pull/128
* implement feature masks by lukasalexanderweber in https://github.com/OpenStitching/stitching/pull/130

Bugfixes
* Renew the function subset_matches() in Class Subsetter by algopert in https://github.com/OpenStitching/stitching/pull/51
* set a non-null value to confidence_threshold for correct matches graph when using RangeMatcher by Kalo0m in https://github.com/OpenStitching/stitching/pull/59
* add failing test for scaling bug by lukasalexanderweber in https://github.com/OpenStitching/stitching/pull/113
* fix TypeError if cv.detail.leaveBiggestComponent returns a nested list by lukasalexanderweber in https://github.com/OpenStitching/stitching/pull/126

New Contributors
* algopert made their first contribution in https://github.com/OpenStitching/stitching/pull/51
* Kalo0m made their first contribution in https://github.com/OpenStitching/stitching/pull/59
* pre-commit-ci made their first contribution in https://github.com/OpenStitching/stitching/pull/69
* KaceCM made their first contribution in https://github.com/OpenStitching/stitching/pull/100
* 3nol made their first contribution in https://github.com/OpenStitching/stitching/pull/106

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

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.