Skip to content

Releases: deephealthproject/ecvl

ECVL 0.3.2

26 Feb 11:58
ae8f9f3
Compare
Choose a tag to compare

ECVL now uses CMake to retrieve 3rdparty applications instead of git submodules. The AugCenterCrop augmentation has been added.

ECVL 0.3.1

11 Dec 11:41
Compare
Choose a tag to compare

This minor release patches augmentations to work on 3D volumes and it adds a new Normalization augmentation.

ECVL 0.3.0

25 Nov 14:53
Compare
Choose a tag to compare

This release contains new functionalities and several bug fixes.

New Features

  • ShallowCopyImage 0cb2446
  • SetTo, set Image to a value 3869614
  • Moments and CentralMoments, which calculate all raw/central image moments 44c45a5 2e9913e
  • DrawEllipse f1e1864
  • MultiThreshold and OtsuMultiThreshold bfbe7e8

ECVL 0.2.3

16 Sep 09:25
dc1693c
Compare
Choose a tag to compare

ECVL now includes SliceTimingCorrection function and many imgproc functions have been parallelized.

ECVL 0.2.2

23 Jul 10:36
Compare
Choose a tag to compare

This release includes more Image augmentations (AugOpticalDistortion, AugSalt, AugPepper, AugSaltAndPepper), a new OneOfAugmentationContainer, support for older C++ compilers (gcc-6 or Clang 5) and bug fixes.

ECVL 0.2.1

05 May 13:29
Compare
Choose a tag to compare

This release adds basic CUDA support and includes more Image augmentations (AugTranspose, AugBrightness, AugGridDistortion, AugElasticTransform).
Moreover, it fixes Augmentations stream constructor and a bug in Image move assignment.

ECVL 0.2.0

23 Apr 11:46
e873315
Compare
Choose a tag to compare

Introduces the concept of Hardware Abstraction Layer to easily and smartly handle different devices. Completes the data augmentation mechanism. Increase coverage introducing more tests.

ECVL 0.1.1

04 Apr 11:02
Compare
Choose a tag to compare

This release introduces data augmentation mechanism.

ECVL 0.1.0

04 Apr 11:01
Compare
Choose a tag to compare

ECVL 0.1.0 has been released.