Skip to content

Releases: libmir/dcv

v0.4.0

Choose a tag to compare

@aferust aferust released this 20 May 11:15
b3168ee

What's Changed

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

Fixing deprecation messages

Choose a tag to compare

@ljubobratovicrelja ljubobratovicrelja released this 13 Feb 20:25

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

Choose a tag to compare

@ljubobratovicrelja ljubobratovicrelja released this 07 Dec 17:35

Contribution from @carun - #120

Updates for latest compiler versions

Choose a tag to compare

@ljubobratovicrelja ljubobratovicrelja released this 19 Jun 20:07
v0.2.1

Fixed unittest-release calls.

New ndslice

Choose a tag to compare

@ljubobratovicrelja ljubobratovicrelja released this 01 Mar 16:14

Mac support

Choose a tag to compare

@ljubobratovicrelja ljubobratovicrelja released this 12 Dec 21:29
  • fixed macOS linking issues #88
  • fixed high-res display issues for image plotting #93

Optimization Pass

Choose a tag to compare

@ljubobratovicrelja ljubobratovicrelja released this 12 Nov 16:25
  • 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

Choose a tag to compare

@ljubobratovicrelja ljubobratovicrelja released this 11 Nov 22:10

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

Choose a tag to compare

@ljubobratovicrelja ljubobratovicrelja released this 03 Nov 20:18
Merge pull request #73 from ljubobratovicrelja/Mir-upgrade

Mir version upgrade to v0.20.2

Library separation

Choose a tag to compare

@ljubobratovicrelja ljubobratovicrelja released this 19 Sep 20:09

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.