Neuroph

Uses of Package
org.neuroph.contrib.imgrec

Packages that use org.neuroph.contrib.imgrec
org.neuroph.contrib.imgrec Provides classes for image recognition with neural networks. 
org.neuroph.contrib.ocr Provides classes for ocr with neural networks. 
 

Classes in org.neuroph.contrib.imgrec used by org.neuroph.contrib.imgrec
ColorMode
          Represents the color modes for image recognition.
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.
ImageSizeMismatchException
          This exception is thrown when image vector size is different than input vector size which is accepted by neural network
 

Classes in org.neuroph.contrib.imgrec used by org.neuroph.contrib.ocr
ColorMode
          Represents the color modes for image recognition.
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.
 


Neuroph