Skip to content

Releases: libmir/dcv

v0.4.0

20 May 11:15
b3168ee
Compare
Choose a tag to compare

What's Changed

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

Fixing deprecation messages

13 Feb 20:25
Compare
Choose a tag to compare

Fixing deprecations, imports to match updates in Mir and Phobos. Contribution by @timotheecour #122

Fix build issues on Ubuntu 17.10 against latest FFmpeg snapsho

07 Dec 17:35
Compare
Choose a tag to compare

Updates for latest compiler versions

19 Jun 20:07
Compare
Choose a tag to compare
v0.2.1

Fixed unittest-release calls.

New ndslice

01 Mar 16:14
Compare
Choose a tag to compare

Mac support

12 Dec 21:29
Compare
Choose a tag to compare
  • fixed macOS linking issues #88
  • fixed high-res display issues for image plotting #93

Optimization Pass

12 Nov 16:25
Compare
Choose a tag to compare
  • Major part of library optimized #58.
  • dcv.imgproc.filter.histEqual renamed to histEqualized. histEqual left as deprecated alias to histEqualized. #79

Bilateral Filter Sigma Separation

11 Nov 22:10
Compare
Choose a tag to compare

Braking change: bilateral filter API changed - sigma parameter is separated to color and spatial sigma. Patch by @henrygouk

Upgraded Mir version to v0.20.2

03 Nov 20:18
Compare
Choose a tag to compare
Merge pull request #73 from ljubobratovicrelja/Mir-upgrade

Mir version upgrade to v0.20.2

Library separation

19 Sep 20:09
Compare
Choose a tag to compare

Update due to merge of the #48.

Library separated to following subPackages:

  • core: core of the DCV, computer vision algorithms;
  • io: image and video I/O;
  • plot: visualization package.