2.5.2.0
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.