com.google.code.kaptcha
Interface NoiseProducer
- All Known Implementing Classes:
- DefaultNoise, NoNoise
public interface NoiseProducer
NoiseProducer is responsible for adding noise to an image.
|
Method Summary |
void |
makeNoise(BufferedImage image,
float factorOne,
float factorTwo,
float factorThree,
float factorFour)
Adds noise to an image. |
makeNoise
void makeNoise(BufferedImage image,
float factorOne,
float factorTwo,
float factorThree,
float factorFour)
- Adds noise to an image. It uses four factor values to determine the noise
curve.
- Parameters:
image - the image to add the noise tofactorOne - factorTwo - factorThree - factorFour -
Copyright © 2013. All rights reserved.