Closed mehrhardt closed 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.
vector
low_val
high_val
The description of the functions says "Salt and pepper noise replaces random elements in
vector
withlow_val
orhigh_val
." but values are replaced by -low_val and high_val. Just corrected the sign mistake.