Skip to content

Releases: hahnec/depthy

Release v0.4.0

06 Jan 14:09
Compare
Choose a tag to compare

Release v0.4.0 contains the following features:

  • stereo algorithms (SAD block-matching and semi-global block matching)
  • fix for CLI usage issue #1
  • more tests increasing coverage
  • move of CI pipeline to GitHub Actions

Release v0.2.8

13 Sep 11:53
Compare
Choose a tag to compare

This release comes with the following features:

  • optional arguments show_axes and s in plot_point_cloud to switch off axes and change point size, respectively
  • fix occlusion problem in plot_point_cloud

Release v0.2.7

12 Sep 23:43
Compare
Choose a tag to compare

This release fixes two issues in the plot_point_cloud function, namely:

  • passing an rgb image with values outside 0-1 range caused an error which is solved through image normalization
  • passing an Axes3DSubplotobject returned a tuple which is unintended behaviour and now yields Axes3DSubplot

Release v0.2.6

06 Sep 15:53
Compare
Choose a tag to compare

This release features important matplotlib import exceptions. This may be useful in case the famous plot library is not available or left out on purpose.

Release v0.2.2

01 Sep 22:07
Compare
Choose a tag to compare

The release contains minor modifications to the depth quality configuration and plot function reliability.

depthy v0.2.0

24 Aug 16:34
Compare
Choose a tag to compare

The initial release contains the following features:

  • depth map computation using epipolar images from light-fields
  • *.ply and *.pfm export for depth maps
  • CLI usage, e.g. depthy -h
  • wheel distribution and pypi support
  • documentation at https://hahnec.github.io/depthy/