public interface NoiseProducer
NoiseProducer is responsible for adding noise to an image.| 限定符和类型 | 方法和说明 |
|---|---|
void |
makeNoise(java.awt.image.BufferedImage image,
float factorOne,
float factorTwo,
float factorThree,
float factorFour)
Adds noise to an image.
|
void makeNoise(java.awt.image.BufferedImage image,
float factorOne,
float factorTwo,
float factorThree,
float factorFour)
image - the image to add the noise tofactorOne - factorTwo - factorThree - factorFour -