jar

org.openimaj : image-local-features

Maven & Gradle

Feb 09, 2020
23 usages

The OpenIMAJ Local Image Features Library · Methods for the extraction of local features. Local features are descriptions of regions of images (SIFT, ...) selected by detectors (Difference of Gaussian, Harris, ...).

Table Of Contents

Latest Version

Download org.openimaj : image-local-features JAR file - Latest Versions:

All Versions

Download org.openimaj : image-local-features 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 image-local-features-1.3.10.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.openimaj.feature.local.filter

├─ org.openimaj.feature.local.filter.ByteEntropyFilter.class - [JAR]

org.openimaj.image.feature.local.keypoints.quantised

├─ org.openimaj.image.feature.local.keypoints.quantised.QuantisedAffineSimulationKeypoint.class - [JAR]

├─ org.openimaj.image.feature.local.keypoints.quantised.QuantisedKeypoint.class - [JAR]

org.openimaj.feature.local.matcher.quantised

├─ org.openimaj.feature.local.matcher.quantised.BasicQuantisedKeypointMatcher.class - [JAR]

org.openimaj.feature.local.matcher.consistent

├─ org.openimaj.feature.local.matcher.consistent.ConsistentLocalFeatureMatcher2d.class - [JAR]

├─ org.openimaj.feature.local.matcher.consistent.LocalConsistentKeypointMatcher.class - [JAR]

├─ org.openimaj.feature.local.matcher.consistent.ModelFittingLocalFeatureMatcher.class - [JAR]

org.openimaj.image.feature.local.detector.ipd.extractor

├─ org.openimaj.image.feature.local.detector.ipd.extractor.InterestPointGradientFeatureExtractor.class - [JAR]

org.openimaj.image.feature.local.detector.ipd.collector

├─ org.openimaj.image.feature.local.detector.ipd.collector.AffineInterestPointFeatureCollector.class - [JAR]

├─ org.openimaj.image.feature.local.detector.ipd.collector.AffineInterestPointKeypoint.class - [JAR]

├─ org.openimaj.image.feature.local.detector.ipd.collector.CircularInterestPointFeatureCollector.class - [JAR]

├─ org.openimaj.image.feature.local.detector.ipd.collector.CircularInterestPointKeypoint.class - [JAR]

├─ org.openimaj.image.feature.local.detector.ipd.collector.InterestPointFeatureCollector.class - [JAR]

org.openimaj.image.feature.local.descriptor.gradient

├─ org.openimaj.image.feature.local.descriptor.gradient.GradientFeatureProvider.class - [JAR]

├─ org.openimaj.image.feature.local.descriptor.gradient.GradientFeatureProviderFactory.class - [JAR]

├─ org.openimaj.image.feature.local.descriptor.gradient.IrregularBinningSIFTFeatureProvider.class - [JAR]

├─ org.openimaj.image.feature.local.descriptor.gradient.SIFTFeatureProvider.class - [JAR]

org.openimaj.image.feature.local.engine

├─ org.openimaj.image.feature.local.engine.BasicGridSIFTEngine.class - [JAR]

├─ org.openimaj.image.feature.local.engine.DoGColourSIFTEngine.class - [JAR]

├─ org.openimaj.image.feature.local.engine.DoGSIFTEngine.class - [JAR]

├─ org.openimaj.image.feature.local.engine.DoGSIFTEngineOptions.class - [JAR]

├─ org.openimaj.image.feature.local.engine.Engine.class - [JAR]

├─ org.openimaj.image.feature.local.engine.MinMaxDoGSIFTEngine.class - [JAR]

org.openimaj.image.feature.local.engine.asift

├─ org.openimaj.image.feature.local.engine.asift.ASIFTEngine.class - [JAR]

├─ org.openimaj.image.feature.local.engine.asift.ColourASIFTEngine.class - [JAR]

org.openimaj.image.feature.local.detector.mser

├─ org.openimaj.image.feature.local.detector.mser.MSERDetector.class - [JAR]

├─ org.openimaj.image.feature.local.detector.mser.MSERFeatureGenerator.class - [JAR]

org.openimaj.image.feature.local.interest

├─ org.openimaj.image.feature.local.interest.AbstractStructureTensorIPD.class - [JAR]

├─ org.openimaj.image.feature.local.interest.AffineAdaption.class - [JAR]

├─ org.openimaj.image.feature.local.interest.EllipticInterestPointData.class - [JAR]

├─ org.openimaj.image.feature.local.interest.EllipticKeyPoint.class - [JAR]

├─ org.openimaj.image.feature.local.interest.HarrisIPD.class - [JAR]

├─ org.openimaj.image.feature.local.interest.HessianIPD.class - [JAR]

├─ org.openimaj.image.feature.local.interest.IPDSelectionMode.class - [JAR]

├─ org.openimaj.image.feature.local.interest.InterestPointData.class - [JAR]

├─ org.openimaj.image.feature.local.interest.InterestPointDetector.class - [JAR]

├─ org.openimaj.image.feature.local.interest.InterestPointVisualiser.class - [JAR]

├─ org.openimaj.image.feature.local.interest.LaplaceIPD.class - [JAR]

├─ org.openimaj.image.feature.local.interest.MultiscaleInterestPointDetector.class - [JAR]

├─ org.openimaj.image.feature.local.interest.QuadratureIPD.class - [JAR]

├─ org.openimaj.image.feature.local.interest.RidgeIPD.class - [JAR]

├─ org.openimaj.image.feature.local.interest.SubPixelCorners.class - [JAR]

org.openimaj.image.feature.local.engine.ipd

├─ org.openimaj.image.feature.local.engine.ipd.AbstractIPDSIFTEngine.class - [JAR]

├─ org.openimaj.image.feature.local.engine.ipd.EllipticIPDSIFTEngine.class - [JAR]

├─ org.openimaj.image.feature.local.engine.ipd.FinderMode.class - [JAR]

├─ org.openimaj.image.feature.local.engine.ipd.IPDSIFTEngine.class - [JAR]

├─ org.openimaj.image.feature.local.engine.ipd.InterestPointImageExtractorProperties.class - [JAR]

org.openimaj.image.feature.local.detector.dog.extractor

├─ org.openimaj.image.feature.local.detector.dog.extractor.AbstractDominantOrientationExtractor.class - [JAR]

├─ org.openimaj.image.feature.local.detector.dog.extractor.ColourGradientFeatureExtractor.class - [JAR]

├─ org.openimaj.image.feature.local.detector.dog.extractor.DominantOrientationExtractor.class - [JAR]

├─ org.openimaj.image.feature.local.detector.dog.extractor.GradientFeatureExtractor.class - [JAR]

├─ org.openimaj.image.feature.local.detector.dog.extractor.NullOrientationExtractor.class - [JAR]

├─ org.openimaj.image.feature.local.detector.dog.extractor.OrientationHistogramExtractor.class - [JAR]

├─ org.openimaj.image.feature.local.detector.dog.extractor.ScaleSpaceFeatureExtractor.class - [JAR]

org.openimaj.image.feature.local.detector.dog.collector

├─ org.openimaj.image.feature.local.detector.dog.collector.AbstractOctaveLocalFeatureCollector.class - [JAR]

├─ org.openimaj.image.feature.local.detector.dog.collector.Collector.class - [JAR]

├─ org.openimaj.image.feature.local.detector.dog.collector.ConcreteOctaveLocalFeatureCollector.class - [JAR]

├─ org.openimaj.image.feature.local.detector.dog.collector.OctaveKeypointCollector.class - [JAR]

├─ org.openimaj.image.feature.local.detector.dog.collector.OctaveMinMaxKeypointCollector.class - [JAR]

org.openimaj.feature

├─ org.openimaj.feature.OrientedFeatureVector.class - [JAR]

org.openimaj.feature.local.matcher

├─ org.openimaj.feature.local.matcher.BasicMatcher.class - [JAR]

├─ org.openimaj.feature.local.matcher.BasicTwoWayMatcher.class - [JAR]

├─ org.openimaj.feature.local.matcher.FastBasicKeypointMatcher.class - [JAR]

├─ org.openimaj.feature.local.matcher.FastEuclideanKeypointMatcher.class - [JAR]

├─ org.openimaj.feature.local.matcher.FastLimitedBasicKeypointMatcher.class - [JAR]

├─ org.openimaj.feature.local.matcher.FastLimitedEuclideanKeypointMatcher.class - [JAR]

├─ org.openimaj.feature.local.matcher.KeypointCorrespondenceTestHelper.class - [JAR]

├─ org.openimaj.feature.local.matcher.LocalFeatureMatcher.class - [JAR]

├─ org.openimaj.feature.local.matcher.MatchingUtilities.class - [JAR]

├─ org.openimaj.feature.local.matcher.MultipleMatchesMatcher.class - [JAR]

├─ org.openimaj.feature.local.matcher.VotingKeypointMatcher.class - [JAR]

org.openimaj.image.feature.local.extraction

├─ org.openimaj.image.feature.local.extraction.ExtractorProperties.class - [JAR]

├─ org.openimaj.image.feature.local.extraction.FeatureVectorExtractor.class - [JAR]

├─ org.openimaj.image.feature.local.extraction.GradientScaleSpaceImageExtractorProperties.class - [JAR]

├─ org.openimaj.image.feature.local.extraction.LocalImageExtractorProperties.class - [JAR]

├─ org.openimaj.image.feature.local.extraction.ScaleSpaceImageExtractorProperties.class - [JAR]

org.openimaj.image.feature.local.detector.mser.gui

├─ org.openimaj.image.feature.local.detector.mser.gui.ComponentUtils.class - [JAR]

├─ org.openimaj.image.feature.local.detector.mser.gui.ImageUtils.class - [JAR]

├─ org.openimaj.image.feature.local.detector.mser.gui.TestGUI.class - [JAR]

org.openimaj.image.feature.local.affine

├─ org.openimaj.image.feature.local.affine.ASIFT.class - [JAR]

├─ org.openimaj.image.feature.local.affine.AffineSimulationExtractor.class - [JAR]

├─ org.openimaj.image.feature.local.affine.AffineSimulationKeypoint.class - [JAR]

├─ org.openimaj.image.feature.local.affine.BasicASIFT.class - [JAR]

├─ org.openimaj.image.feature.local.affine.ColourASIFT.class - [JAR]

org.openimaj.image.feature.local.detector.dog.pyramid

├─ org.openimaj.image.feature.local.detector.dog.pyramid.DoGOctave.class - [JAR]

├─ org.openimaj.image.feature.local.detector.dog.pyramid.DoGOctaveExtremaFinder.class - [JAR]

├─ org.openimaj.image.feature.local.detector.dog.pyramid.FirstBandDoGOctave.class - [JAR]

├─ org.openimaj.image.feature.local.detector.dog.pyramid.FirstBandDoGOctaveExtremaFinder.class - [JAR]

org.openimaj.image.feature.local.keypoints

├─ org.openimaj.image.feature.local.keypoints.FloatKeypoint.class - [JAR]

├─ org.openimaj.image.feature.local.keypoints.InterestPointKeypoint.class - [JAR]

├─ org.openimaj.image.feature.local.keypoints.Keypoint.class - [JAR]

├─ org.openimaj.image.feature.local.keypoints.KeypointLocation.class - [JAR]

├─ org.openimaj.image.feature.local.keypoints.KeypointVisualizer.class - [JAR]

├─ org.openimaj.image.feature.local.keypoints.MinMaxKeypoint.class - [JAR]

├─ org.openimaj.image.feature.local.keypoints.SIFTGeoKeypoint.class - [JAR]

org.openimaj.image.feature.local.aggregate

├─ org.openimaj.image.feature.local.aggregate.BagOfVisualWords.class - [JAR]

├─ org.openimaj.image.feature.local.aggregate.BlockSpatialAggregator.class - [JAR]

├─ org.openimaj.image.feature.local.aggregate.FisherVector.class - [JAR]

├─ org.openimaj.image.feature.local.aggregate.PyramidSpatialAggregator.class - [JAR]

├─ org.openimaj.image.feature.local.aggregate.SoftBagOfVisualWords.class - [JAR]

├─ org.openimaj.image.feature.local.aggregate.SpatialVectorAggregator.class - [JAR]

├─ org.openimaj.image.feature.local.aggregate.VLAD.class - [JAR]

├─ org.openimaj.image.feature.local.aggregate.VectorAggregator.class - [JAR]

org.openimaj.image.feature.local.interest.experiment

├─ org.openimaj.image.feature.local.interest.experiment.IPDRepeatability.class - [JAR]

├─ org.openimaj.image.feature.local.interest.experiment.OxfordRepeatabilityExperiment.class - [JAR]

├─ org.openimaj.image.feature.local.interest.experiment.RepeatabilityExperiment.class - [JAR]

org.openimaj.image.feature.local.detector.ipd.finder

├─ org.openimaj.image.feature.local.detector.ipd.finder.CharacteristicOctaveInterestPointFinder.class - [JAR]

├─ org.openimaj.image.feature.local.detector.ipd.finder.LoggingOctaveInterestPointFinder.class - [JAR]

├─ org.openimaj.image.feature.local.detector.ipd.finder.OctaveInterestPointFinder.class - [JAR]

org.openimaj.image.feature.local.descriptor

├─ org.openimaj.image.feature.local.descriptor.LocalFeatureProvider.class - [JAR]

org.openimaj.image.feature.local.detector.pyramid

├─ org.openimaj.image.feature.local.detector.pyramid.AbstractOctaveExtremaFinder.class - [JAR]

├─ org.openimaj.image.feature.local.detector.pyramid.AbstractOctaveInterestPointFinder.class - [JAR]

├─ org.openimaj.image.feature.local.detector.pyramid.BasicOctaveExtremaFinder.class - [JAR]

├─ org.openimaj.image.feature.local.detector.pyramid.BasicOctaveGridFinder.class - [JAR]

├─ org.openimaj.image.feature.local.detector.pyramid.InterpolatingOctaveExtremaFinder.class - [JAR]

├─ org.openimaj.image.feature.local.detector.pyramid.OctaveInterestPointFinder.class - [JAR]

├─ org.openimaj.image.feature.local.detector.pyramid.OctaveInterestPointListener.class - [JAR]

Advertisement