public interface NoiseProducer
NoiseProducer is responsible for adding noise to an image.| 限定符和类型 | 方法和说明 |
|---|---|
void |
makeNoise(BufferedImage image,
float factorOne,
float factorTwo,
float factorThree,
float factorFour)
Adds noise to an image.
|
void makeNoise(BufferedImage image, float factorOne, float factorTwo, float factorThree, float factorFour)
image - the image to add the noise tofactorOne - factorOnefactorTwo - factorTwofactorThree - factorThreefactorFour - factorFourCopyright © 2020. All rights reserved.