Skip to content

2.5.2.0

Compare
Choose a tag to compare
@haesleinhuepf haesleinhuepf released this 23 Apr 06:42
· 18 commits to master since this release

Bug fixes

  • MeanOfMaskedPixels did not deliver a correct result in case the binary image had values different from 0 and 1 (thanks for reporting and fixing @schmiedc )
  • BoundingBox did not deliver a correct result in case the binary image had values different from 0 and 1 (thanks for reporting and fixing @schmiedc )

Backwards compatibility breaking bug fix

  • generateParametricImage had a parameter-order mismatch (thanks to @biovoxxel for reporting). In case you were using this function before, please exchange the order of the first and second parameter when calling it.