jar

com.github.neuroph : neuroph-imgrec

Maven & Gradle

May 28, 2020
1 usages
51 stars

ImageRec

Table Of Contents

Latest Version

Download com.github.neuroph : neuroph-imgrec JAR file - Latest Versions:

All Versions

Download com.github.neuroph : neuroph-imgrec JAR file - All Versions:

Version Vulnerabilities Size Updated
2.98

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window neuroph-imgrec-2.98.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.neuroph.imgrec.samples

├─ org.neuroph.imgrec.samples.HSLImageRecognitionTrainingSample.class - [JAR]

├─ org.neuroph.imgrec.samples.ImageRecognitionSample.class - [JAR]

├─ org.neuroph.imgrec.samples.RGBImageRecognitionTrainingSample.class - [JAR]

org.neuroph.imgrec.filter

├─ org.neuroph.imgrec.filter.FilteredImage.class - [JAR]

├─ org.neuroph.imgrec.filter.ImageFilter.class - [JAR]

├─ org.neuroph.imgrec.filter.ImageFilterChain.class - [JAR]

org.neuroph.imgrec

├─ org.neuroph.imgrec.ColorMode.class - [JAR]

├─ org.neuroph.imgrec.FractionHSLData.class - [JAR]

├─ org.neuroph.imgrec.FractionRgbData.class - [JAR]

├─ org.neuroph.imgrec.ImageFilesIterator.class - [JAR]

├─ org.neuroph.imgrec.ImageRecognitionHelper.class - [JAR]

├─ org.neuroph.imgrec.ImageRecognitionPlugin.class - [JAR]

├─ org.neuroph.imgrec.ImageSampler.class - [JAR]

├─ org.neuroph.imgrec.ImageSizeMismatchException.class - [JAR]

├─ org.neuroph.imgrec.ImageUtilities.class - [JAR]

├─ org.neuroph.imgrec.NeurophImageClassifier.class - [JAR]

org.neuroph.imgrec.filter.impl

├─ org.neuroph.imgrec.filter.impl.AdaptiveThresholdBinarizeFilter.class - [JAR]

├─ org.neuroph.imgrec.filter.impl.DCTgrayscale.class - [JAR]

├─ org.neuroph.imgrec.filter.impl.DenoiseDCTFilter.class - [JAR]

├─ org.neuroph.imgrec.filter.impl.Dilation.class - [JAR]

├─ org.neuroph.imgrec.filter.impl.EraseBlackBorderFilter.class - [JAR]

├─ org.neuroph.imgrec.filter.impl.GaussianBluring.class - [JAR]

├─ org.neuroph.imgrec.filter.impl.GaussianNoise.class - [JAR]

├─ org.neuroph.imgrec.filter.impl.GenericConvolution.class - [JAR]

├─ org.neuroph.imgrec.filter.impl.GrayscaleFilter.class - [JAR]

├─ org.neuroph.imgrec.filter.impl.GuoHallThiningFilter.class - [JAR]

├─ org.neuroph.imgrec.filter.impl.HistogramEqualizationFilter.class - [JAR]

├─ org.neuroph.imgrec.filter.impl.LetterSegmentationFilter.class - [JAR]

├─ org.neuroph.imgrec.filter.impl.LetterSeparationFilter.class - [JAR]

├─ org.neuroph.imgrec.filter.impl.MaskSegmentationFilter.class - [JAR]

├─ org.neuroph.imgrec.filter.impl.MeanFilter.class - [JAR]

├─ org.neuroph.imgrec.filter.impl.MedianFilter.class - [JAR]

├─ org.neuroph.imgrec.filter.impl.NormalizationFilter.class - [JAR]

├─ org.neuroph.imgrec.filter.impl.OCRCropImage.class - [JAR]

├─ org.neuroph.imgrec.filter.impl.OCRSeparationFilter.class - [JAR]

├─ org.neuroph.imgrec.filter.impl.OtsuBinarizeFilter.class - [JAR]

├─ org.neuroph.imgrec.filter.impl.SobelEdgeDetection.class - [JAR]

├─ org.neuroph.imgrec.filter.impl.UnsharpMaskingFilter.class - [JAR]

├─ org.neuroph.imgrec.filter.impl.ZhangSuenThinFilter.class - [JAR]

org.neuroph.imgrec.image

├─ org.neuroph.imgrec.image.Color.class - [JAR]

├─ org.neuroph.imgrec.image.Dimension.class - [JAR]

├─ org.neuroph.imgrec.image.Image.class - [JAR]

├─ org.neuroph.imgrec.image.ImageAndroid.class - [JAR]

├─ org.neuroph.imgrec.image.ImageFactory.class - [JAR]

├─ org.neuroph.imgrec.image.ImageJ2SE.class - [JAR]

├─ org.neuroph.imgrec.image.ImageType.class - [JAR]

Advertisement