jar

org.openimaj : examples

Maven & Gradle

Feb 09, 2020

OpenIMAJ Examples · Example code snippets showing specific functionalities

Table Of Contents

Latest Version

Download org.openimaj : examples JAR file - Latest Versions:

All Versions

Download org.openimaj : examples JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.3

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 examples-1.3.10.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.openimaj.examples.hardware.kinect

├─ org.openimaj.examples.hardware.kinect.KinectRecordingExample.class - [JAR]

org.openimaj.examples.video

├─ org.openimaj.examples.video.VideoRecordingExample.class - [JAR]

├─ org.openimaj.examples.video.VideoSnapshotExample.class - [JAR]

org.openimaj.examples.image.faces

├─ org.openimaj.examples.image.faces.FaceSimilarity.class - [JAR]

org.openimaj.examples.vis

├─ org.openimaj.examples.vis.BarChartVisualisation.class - [JAR]

org.openimaj.examples.image.drawing

├─ org.openimaj.examples.image.drawing.AlphaCompositionExample.class - [JAR]

org.openimaj.examples.ml.clustering.kmeans

├─ org.openimaj.examples.ml.clustering.kmeans.BigDataClusterExample.class - [JAR]

├─ org.openimaj.examples.ml.clustering.kmeans.HierarchicalKMeansExample.class - [JAR]

├─ org.openimaj.examples.ml.clustering.kmeans.KMeansExample.class - [JAR]

org.openimaj.examples.citation

├─ org.openimaj.examples.citation.ReferencesAgentExample.class - [JAR]

├─ org.openimaj.examples.citation.ReferencesClassloaderExample.class - [JAR]

org.openimaj.examples.video.processing.motion

├─ org.openimaj.examples.video.processing.motion.PhaseCorrelationExample.class - [JAR]

├─ org.openimaj.examples.video.processing.motion.SimpleFrameDifferenceMotionDetector.class - [JAR]

org.openimaj.examples.image.processing.edges

├─ org.openimaj.examples.image.processing.edges.SusanExample.class - [JAR]

org.openimaj.examples.image.feature.local

├─ org.openimaj.examples.image.feature.local.ASIFTMatchingExample.class - [JAR]

├─ org.openimaj.examples.image.feature.local.BasicSIFTExtractionExample.class - [JAR]

├─ org.openimaj.examples.image.feature.local.BoVWExample.class - [JAR]

org.openimaj.examples.video.capture

├─ org.openimaj.examples.video.capture.VideoCaptureExample.class - [JAR]

org.openimaj.examples.image.analysis

├─ org.openimaj.examples.image.analysis.HoughLineChessboard.class - [JAR]