Neuroph

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

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

Uses of ImageSizeMismatchException in org.neuroph.contrib.imgrec
 

Methods in org.neuroph.contrib.imgrec that throw ImageSizeMismatchException
 java.util.HashMap<java.lang.String,java.lang.Double> ImageRecognitionPlugin.recognizeImage(java.awt.image.BufferedImage img)
          This method performs the image recognition for specified image.
 java.util.HashMap<java.lang.String,java.lang.Double> ImageRecognitionPlugin.recognizeImage(java.io.File imgFile)
          This method performs the image recognition for specified image file.
 java.util.HashMap<java.lang.String,java.lang.Double> ImageRecognitionPlugin.recognizeImage(java.net.URL imgURL)
          This method performs the image recognition for specified image URL.
 void ImageRecognitionPlugin.setInput(java.awt.image.BufferedImage img)
          Sets network input (image to recognize) from the specified BufferedImage object
 void ImageRecognitionPlugin.setInput(java.io.File imgFile)
          Sets network input (image to recognize) from the specified File object
 void ImageRecognitionPlugin.setInput(java.net.URL imgURL)
          Sets network input (image to recognize) from the specified URL object
 


Neuroph