Expand description
Uniform noise codec implementation for the numcodecs API.
Structs§
- UniformNoise Codec 
- Codec that adds seeded$\text{U}(-0.5 \cdot scale, 0.5 \cdot scale)$uniform noise of the givenscaleduring encoding and passes through the input unchanged during decoding.
Enums§
- UniformNoise Codec Error 
- Errors that may occur when applying the UniformNoiseCodec.
Traits§
- FloatExt 
- Floating point types
Functions§
- add_uniform_ noise 
- Adds $\text{U}(-0.5 \cdot scale, 0.5 \cdot scale)$uniform random noise to the inputdata.