Package com.octo.captcha.image.fisheye

This package a struture for implementing fisheye captcha
A fisheye is ImageCaptcha with the question "Click on the center of the deformation of the image".

See:
          Description

Class Summary
FishEye FishEye is an ImageCaptcha Challenge type : image Response type : a point position, in pixels from the bottom left, can be : a String with two numbers separated with a comma or a java.awt.Point Description : An image of a distorded picture.
FishEyeFactory This factory use a Backgroud generator to retrieve a picture, Selects a random square center for the deformation, and apply it.
 

Package com.octo.captcha.image.fisheye Description

This package a struture for implementing fisheye captcha
A fisheye is ImageCaptcha with the question "Click on the center of the deformation of the image". Gimpy is based on the human ability to analyse distortion of a normal picture, and the inability of current computer programs to do the same.
The FishEye name is a reference to a type of camera objectives with a very wide angle.
This package defines a new CaptchaFactory :



Copyright 2003-2009 JCaptcha. All Rights Reserved.