odlgroup / odl

Operator Discretization Library https://odlgroup.github.io/odl/
Mozilla Public License 2.0
375 stars 105 forks source link

"sign error" in salt and pepper noise #1603

Closed mehrhardt closed 3 years ago

mehrhardt commented 3 years ago

The description of the functions says "Salt and pepper noise replaces random elements in vector with low_val or high_val." but values are replaced by -low_val and high_val. Just corrected the sign mistake.