Expand description
Uniform noise codec implementation for the numcodecs
API.
Structs§
- Codec that adds
seed
edU(-scale/2, scale/2)
uniform noise of the givenscale
during encoding and passes through the input unchanged during decoding.
Enums§
- Errors that may occur when applying the
UniformNoiseCodec
.
Traits§
- Floating point types
Functions§
- Adds
U(-scale/2, scale/2)
uniform random noise to the inputdata
.