Hahnec Depthy Versions Save

depth map computation

v0.4.0

3 years ago

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

v0.2.8

3 years ago

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

v0.2.7

3 years ago

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

v0.2.6

3 years ago

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.

v0.2.2

3 years ago

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

v0.2.0

3 years ago

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/