Neuroph

Package org.neuroph.contrib.imgrec

Provides classes for image recognition with neural networks.

See:
          Description

Class Summary
FractionRgbData The intention of this class is to allow you to pay up front (at construction) the compute cost of converting the RGB values in a BufferedImage into a derived form.
ImageRecognitionHelper Provides methods to create neural network and training set for image recognition.
ImageRecognitionPlugin Provides image recognition specific properties like sampling resolution, and easy to use image recognition interface for neural network.
ImageRecognitionSample This sample shows how to use the image recognition neural network in your applications.
ImageSampler This class uses a given Robot object to sample images from the screen at an arbitrary sampling resolution.
 

Enum Summary
ColorMode Represents the color modes for image recognition.
 

Exception Summary
ImageSizeMismatchException This exception is thrown when image vector size is different than input vector size which is accepted by neural network
 

Package org.neuroph.contrib.imgrec Description

Provides classes for image recognition with neural networks.


Neuroph