Skip to content

Releases: OpenStitching/stitching

v0.6.1

Choose a tag to compare

@lukasalexanderweber lukasalexanderweber released this 14 Oct 05:01
b890591

What's Changed

  • Fix --affine CLI parameter by @mstenta in #244 (a critical bug that lead to homography stitching when --affine was set)

Full Changelog: v0.6.0...v0.6.1

v0.6.0

Choose a tag to compare

@lukasalexanderweber lukasalexanderweber released this 12 Aug 18:03
a471af1

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.6.0

v0.5.3

Choose a tag to compare

@lukasalexanderweber lukasalexanderweber released this 18 Oct 20:08

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

What's Changed

v0.5.2

Choose a tag to compare

@lukasalexanderweber lukasalexanderweber released this 18 Oct 19:18
9a7c015

What's Changed

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

v0.5.1

Choose a tag to compare

@lukasalexanderweber lukasalexanderweber released this 03 Oct 14:16
eba1a00

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

Choose a tag to compare

@lukasalexanderweber lukasalexanderweber released this 19 Aug 09:43

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

Choose a tag to compare

@lukasalexanderweber lukasalexanderweber released this 03 Jan 21:37
73bd810

What's Changed

New Contributors

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

v0.3.0

Choose a tag to compare

@lukasalexanderweber lukasalexanderweber released this 11 Aug 15:46

What's Changed

New Contributors

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

v0.2.1

Choose a tag to compare

@lukasalexanderweber lukasalexanderweber released this 23 Jun 17:41

What's Changed

New Contributors

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

v0.2.0

Choose a tag to compare

@lukasalexanderweber lukasalexanderweber released this 09 Jun 11:11
02b3ab5

Improvements for the Command Line Interface