2.0.0.0-BETA
haesleinhuepf
released this
16 May 17:39
·
327 commits
to master
since this release
This comes with clij 1.7.0.0
https://github.com/clij/clij/releases/tag/1.7.0.0
New features
- DetectMinima2DBox
- DetectMaxima2DBox
- DetectMinima3DBox
- DetectMaxima3DBox
- DepthColorProjection (Thanks to Dani Vorkel for suggesting)
- GenerateBinaryOverlapMatrix (Thanks to Ofra Golani for suggesting)
- GenerateParametricImage
- GenerateParametricImageFromResultsTableColumn
- ExcludeLabelsWithValuesOutOfRange
- ExcludeLabelsWithValuesWithinRange
- CombineVertically
- CombineHorizontally
- ReduceStack
- RadialResliceTop (Thanks to Nik Cordes for suggesting)
- Watershed (Thanks to Bram van den Broek)
- SaveAsTif (Thanks to Rocco D'Antuono for suggesting)
Bug fixes
- Image origin was shifted by half a pixel in radialReslice (Thanks to Nik Cordes for reporting this bug)
- Results GradientX/Y/Z applied to 8 or 16-bit images where potentially wrong as the presign was cut of (Thanks to Eduardo Conde-Sousa for reporting)
- Detect-Minima/Maxima-2D/3D/Box found to many maxima (Thanks to Bram van den Broek for reporting)
- Added warnings in case images/buffers are created which are too large for the GPU (Thanks to Juergen Gluch for suggesting)
- Array out of bounds in GetCenterOfMass
- ExcludeLabels eliminated wrong labels if the binary vector was not of tye 32-bit float.
- ConcatenateStacks had potentially wrong output size
Miscelaneous
- Plugins warn abort the macro if CLIJ2 plugins are executed with CLIJ Macro extensions - as it would crash anyway.