Skip to content

0.27.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@haesleinhuepf haesleinhuepf released this 18 Apr 16:59
· 402 commits to master since this release

New features (mostly convenient methods with ByRef parameters for results):

  • getAsString
  • getGPUProperties
  • getBoundingBox
  • getCenterOfMass
  • getJaccardIndex
  • getMaximumOfAllPixels
  • getMinimumOfAllPixels
  • getMeanOfAllPixels
  • getMeanSquaredError
  • getSorensenDiceCoefficient
    *getSumOfAllPixels

Deprecated methods:

  • getSize

Bugfixes:

  • drawBox: Boxes were 1 pixel to small in all directions
  • added missing menu entries
  • setRandom didn't support 2D images
  • statisticsOfBackgroundAndLabelledPixels ignored the background (0 and NaN were results)
  • addImages, subtractImages, addImagesWeighted didn't work propely for 16-bit images on AMD Vega56

Miscellaneaus

  • CLIJ2 has now its own macro extensions, activating ByRef parameters per default.