Releases: OpenStitching/stitching
Releases · OpenStitching/stitching
v0.6.1
v0.6.0
What's Changed
- Optimize Docker Image Size by @lukasalexanderweber in #213 and #230
- Add support for passing parameters to imwrite() by @mstenta in #225
- store stitcher arguments in verbose mode by @lukasalexanderweber in #227
New Contributors
Full Changelog: v0.5.3...v0.6.0
v0.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 #164
v0.5.2
What's Changed
- provide stitch cli via docker by @lukasalexanderweber in #152
- CLI improvements by @lukasalexanderweber in #163
Full Changelog: v0.5.1...v0.5.2
v0.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 #150
Full Changelog: v0.5.0...v0.5.1
v0.5.0
BREAKING
ImageHandler class was replaced by Images class
- refactor image handling by @lukasalexanderweber in #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 #100
- add verbose mode by @lukasalexanderweber in #128
- implement feature masks by @lukasalexanderweber in #130
Bugfixes
- Renew the function subset_matches() in Class Subsetter by @algopert in #51
- set a non-null value to confidence_threshold for correct matches graph when using RangeMatcher by @Kalo0m in #59
- add failing test for scaling bug by @lukasalexanderweber in #113
- fix TypeError if cv.detail.leaveBiggestComponent returns a nested list by @lukasalexanderweber in #126
New Contributors
- @algopert made their first contribution in #51
- @Kalo0m made their first contribution in #59
- @pre-commit-ci made their first contribution in #69
- @KaceCM made their first contribution in #100
- @3nol made their first contribution in #106
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Fix typo, explicitely -> explicitly by @kianmeng in #23
- Fix typos by @sadikkuzu in #27
- Update pre-commit config file by @sadikkuzu in #26
- add custom settings in README by @lukasalexanderweber in #38
- Test that range_width is working with opencv 4.7 by @lukasalexanderweber in #42
- add GraphCutSeamFinder by @lukasalexanderweber in #43
New Contributors
- @kianmeng made their first contribution in #23
- @sadikkuzu made their first contribution in #27
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Introduce Affine Stitcher by @lukasalexanderweber in #13
- Fix typo in exception raised by @kinow in #15
- Remove invalid nfeature arg for brisk and akaze by @hoogenm in #18
- Add confidence threshold to camera adjuster by @chinery in #19
- Improve affine stitcher by @lukasalexanderweber in #20
New Contributors
- @kinow made their first contribution in #15
- @hoogenm made their first contribution in #18
- @chinery made their first contribution in #19
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- Introduce pathname patterns to CLI by @junxiant in #11
- run pre-commit hooks against all files by @lukasalexanderweber in #12
New Contributors
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Improvements for the Command Line Interface