Skip to content

Releases: de-code/layered-vision

v0.0.7

25 Jan 13:03
80a9b0e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.6...v0.0.7

v0.0.6

12 Aug 21:58
d278095
Compare
Choose a tag to compare
  • bumped tf-bodypix to 0.3.6 (#150)
  • added mp_selfie_segmentation (MediaPipe) filter (#140)
  • web stream output (#135)
  • fix combine image with dtype int; added poly_points support to fill filter (#122)
  • added fill source and filter (#101)
  • implemented fallback error handling (#100)
  • fixed video input was sometimes returning none image (#99)
  • added warp_perspective filter (#98)
  • added multiply filter (#96)
  • added invert filter (#95)
  • reloadable config (#94)
  • fixed slow example config tests (#81)
  • added mypy checks (#80)
  • improved combine images (#77)
  • various library upgrades

v0.0.5

09 Feb 02:07
f7d92e8
Compare
Choose a tag to compare

added optional enabled flag (#76)
added bilateral filter (#75)
allow window_title to be specified (#73)
added screen capture support via mss (#72)
dynamically load sources and sinks (#71)

v0.0.4

07 Feb 14:09
06e4cac
Compare
Choose a tag to compare
  • added youtube live stream support (#67)
  • allow overriding non-str values (#69)
  • fixed override map not applied to nested layers (including branches) (#66)
  • various dependency updates

v0.0.3

15 Dec 20:43
6007021
Compare
Choose a tag to compare
  • added docker image (#39)
  • added option to override values via cli (#38)
  • added png transparency support (#37)
  • disabled webcam buffering (#36)
  • configured package extras (#31)
  • test on windows and mac (#30)
  • refactored filters (#29)
  • added example tests (#28)

v0.0.2

30 Oct 00:35
73462b4
Compare
Choose a tag to compare
  • added pixelate face example (#23)

v0.0.1

25 Oct 03:24
315b873
Compare
Choose a tag to compare
  • initial release