Hotfix release with fixes for RandomGauss
Hotfix release that addresses issues introduced in 1.4.9
There were two issues in GaussNoise that this release addresses:
- Default value of 0.5 for
noise_scale_factor
, which is different from the behavior before version 1.4.9. Now default value = 1, which means random noise is created for every point independently - Noise was truncated before adding to the image, so that
gauss >=0
. Fixed.