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(java.awt.image.BufferedImage image, float factorOne, float factorTwo, float factorThree, float factorFour)
          Adds noise to an image.
 

Method Detail

makeNoise

void makeNoise(java.awt.image.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 to
factorOne -
factorTwo -
factorThree -
factorFour -


Copyright © 2010 Kaptcha. All Rights Reserved. Build version: 2.3.2