Skip to content

Releases: OpenStitching/stitching

v0.5.3

18 Oct 20:08
Compare
Choose a tag to compare

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

What's Changed

v0.5.2

18 Oct 19:18
9a7c015
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

03 Oct 14:16
eba1a00
Compare
Choose a tag to compare

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

19 Aug 09:43
Compare
Choose a tag to compare

BREAKING

ImageHandler class was replaced by Images class

New Features

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

Full Changelog: v0.4.0...v0.5.0

v0.4.0

03 Jan 21:37
73bd810
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

11 Aug 15:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1

23 Jun 17:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

09 Jun 11:11
02b3ab5
Compare
Choose a tag to compare

Improvements for the Command Line Interface

v0.1.0

17 May 20:46
66b3701
Compare
Choose a tag to compare

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