v0.5.0
·
31 commits
to main
since this release
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