Neuroph

Uses of Class
org.neuroph.contrib.imgrec.ColorMode

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

Uses of ColorMode in org.neuroph.contrib.imgrec
 

Methods in org.neuroph.contrib.imgrec that return ColorMode
 ColorMode ImageRecognitionPlugin.getColorMode()
          Returns color mode used for image recognition
static ColorMode ColorMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ColorMode[] ColorMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.neuroph.contrib.imgrec with parameters of type ColorMode
static NeuralNetwork ImageRecognitionHelper.createNewNeuralNetwork(java.lang.String label, java.awt.Dimension samplingResolution, ColorMode colorMode, java.util.List<java.lang.String> imageLabels, java.util.Vector<java.lang.Integer> layersNeuronsCount, TransferFunctionType transferFunctionType)
          Creates and returns new neural network for image recognition.
 

Constructors in org.neuroph.contrib.imgrec with parameters of type ColorMode
ImageRecognitionPlugin(java.awt.Dimension samplingResolution, ColorMode colorMode)
          Constructor
 


Neuroph