forked from dermotte/LIRE
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to merge in some of the improvements to maven build and opencv deps #1
Open
squarelover
wants to merge
92
commits into
discogs:master
Choose a base branch
from
robyrobot:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added: AbstractAggregator class Aggregator interface BOVW class VLAD class net.semanticmetadata.lire.imageanalysis.bovw package moved to legacy.
DocumentBuilder interface was modified and moved. Added: AbstractLocalDocumentBuilder class GlobalDocumentBuilder class LocalDocumentBuilder class SimpleDocumentBuilder class
Cluster class was modified and moved. KMeans class was modified and moved. ParallelKMeans class was modified and moved.
LsaFilter class was modified and moved. RerankFilter class was modified and moved.
modified and moved classes: net.semanticmetadata.lire.indexers: LireCustomCodec LireFeatureStoredFieldFormat indexers.hashing: BitSampling LocalitySensitiveHashing indexers.parallel: ParallelIndexer WorkItem indexers.tools: Extractor HashingIndexor Indexor ParallelExtractor ProximityHashingIndexor LireCustomCodec LireFeatureStoredFieldFormat ExtractorItem was added in indexers.parallel moved to legacy: net.semanticmetadata.lire.indexing.fastmap package MetricSpacesInvertedListIndexing class ProgressIndicator class
net.semanticmetadata.lire.matrix package
moved classes: custom.SingleNddCeddImageSearcher custom.TopDocsImageSearcher AbstractImageSearcher BitSamplingImageSearcher FastOpponentImageSearcher GenericFastImageSearcher ImageSearcherUsingWSs LshImageSearcher SimpleImageDuplicates SimpleImageSearchHits SimpleResult VisualWordsImageSearcher interfaces: ImageDuplicates ImageSearcher ImageSearchHits SearchHitsFilter
custom.SingleNddCeddImageSearcher custom.TopDocsImageSearcher AbstractImageSearcher BitSamplingImageSearcher FastOpponentImageSearcher GenericFastImageSearcher ImageSearcherUsingWSs LshImageSearcher SimpleImageDuplicates SimpleImageSearchHits SimpleResult VisualWordsImageSearcher interfaces: ImageDuplicates ImageSearcher ImageSearchHits SearchHitsFilter ExtractorItem was added in net.semanticmetadata.lire.searchers
ConversionUtils FileUtils ImageUtils LuceneUtils MetricsUtils classes moved to legacy: AbstractDocumentBuilder DocumentBuilderFactory ImageSearcherFactory
modified and moved classes: FeatureVector (old Histogram) GenericByteLireFeature GenericDoubleLireFeature LireFeature Added: Extractor GlobalFeature LocalFeature LocalFeatureExtractor
moved packages: net.semanticmetadata.lire.imageanalysis.features.global.cedd net.semanticmetadata.lire.imageanalysis.features.global.correlogram net.semanticmetadata.lire.imageanalysis.features.global.fcth net.semanticmetadata.lire.imageanalysis.features.global.joint net.semanticmetadata.lire.imageanalysis.features.global.mpeg7 net.semanticmetadata.lire.imageanalysis.features.global.spatialpyramid
AutoColorCorrelogram BinaryPatternsPyramid CEDD ColorLayout EdgeHistogram FCTH FuzzyColorHistogram FuzzyOpponentHistogram Gabor JCD JpegCoefficientHistogram LocalBinaryPatterns LuminanceLayout OpponentHistogram PHOG RotationInvariantLocalBinaryPatterns ScalableColor SimpleColorHistogram Tamura
net.semanticmetadata.lire.imageanalysis.features.global.cedd net.semanticmetadata.lire.imageanalysis.features.global.correlogram net.semanticmetadata.lire.imageanalysis.features.global.fcth net.semanticmetadata.lire.imageanalysis.features.global.joint net.semanticmetadata.lire.imageanalysis.features.global.mpeg7 net.semanticmetadata.lire.imageanalysis.features.global.spatialpyramid
AutoColorCorrelogram BinaryPatternsPyramid CEDD ColorLayout EdgeHistogram FCTH FuzzyColorHistogram FuzzyOpponentHistogram Gabor JCD JpegCoefficientHistogram LocalBinaryPatterns LuminanceLayout OpponentHistogram PHOG RotationInvariantLocalBinaryPatterns ScalableColor SimpleColorHistogram Tamura
moved packages: net.semanticmetadata.lire.imageanalysis.features.global.opencvfeatures net.semanticmetadata.lire.imageanalysis.features.global.sift moved class: SurfFeature
net.semanticmetadata.lire.imageanalysis.features.global.opencvfeatures moved to legacy: mser package BasicFeatures class CvOppSiftFeature class
net.semanticmetadata.lire.imageanalysis.features.global.sift modified class: SurfFeature
net.semanticmetadata.lire.imageanalysis.features.local.simple net.semanticmetadata.lire.imageanalysis.features.local.selfsimilarities modified class: SimpleBuilder renamed to SimpleExtractor
imageanalysis.utils.ColorConversion imageanalysis.visualattention.StentifordModel
bugfixes for simple package
bugfixes in test classes
…al.surf Created SurfExtractor SurfFeature movet to local.surf package Feature renamed to SiftFeature Extractor renamed to SiftExtractor bugfixes in test classes
fixed static file separators to work on linux
Add shapeme feature (thanks to Lukas Knoch)
…sor_option added image preprocessor interface and option to ParalellIndexer
… not UTF-8 character bug.
squarelover
force-pushed
the
master
branch
2 times, most recently
from
January 7, 2016 00:50
1945de2
to
6698d6a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.