JFeatureLib Changelog

What's new in JFeatureLib 1.6.0

Feb 26, 2014
  • added LocalBinaryPatterns, MeanIntensityLocalBinaryPatterns, MeanPatchIntensityHistogram

New in JFeatureLib 1.5.3 (Oct 4, 2013)

  • Omit "save file" dialog when using SIFT. Fixes #19.

New in JFeatureLib 1.5.2 (Aug 26, 2013)

  • Caught all Throwables in Extractor (Pull Request #17).
  • Added quoting of Extractor Output (Pull Request #18).

New in JFeatureLib 1.5.0 (Jul 25, 2013)

  • Extractor now also supports output to stdout (Thanks Erich Schubert)
  • Extractor now also supports case insensitive file suffixes
  • added JpegCoefficientsHistogram (from Lire)
  • added basic tests for features
  • added capabilities to SUSAN extractor
  • removed obsolete RGBtoGray
  • extended the Extractor help functionality
  • fixed an invalid API in Kernel
  • fixed LuminanceLayout (typo and wrong implementation)
  • fixed Extractor debugging

New in JFeatureLib 1.4.1 (Jul 15, 2013)

  • fixed Tamura instanciation bug

New in JFeatureLib 1.4.0 (Jul 15, 2013)

  • packaged LIRE directly into the JARs
  • updated to LIRE 0.9.4-beta (08.July.2013 including custom patch)
  • added LuminanceLayout (from LIRE)
  • added OpponentHistogram (from LIRE)
  • added FuzzyOpponentHistogram (from LIRE)
  • added MPEG7ColorLayout (from LIRE)
  • added MPEG7EdgeHistogram (from LIRE)
  • fixed Threading issue in Histograms
  • updated dependency to imageJ v1.46

New in JFeatureLib 1.3.2 (May 7, 2013)

  • Fixed dependency to Google guava

New in JFeatureLib 1.3.1 (Feb 21, 2013)

  • Fixed Issue 29 & 20
  • Changed dependency of common-extension-lib (fixes NaNs)
  • Made the jar executable (again)

New in JFeatureLib 1.2.0 (Jan 21, 2013)

  • added new feature descriptor AutoColorCorrelogram, thanx LIRE
  • replaced the lire library with the most recent lire version 0.9.3
  • removed the package de.lmu.ifi.dbs.jfeaturelib.features.lire and implemented the according delegates
  • added properties support for lire features
  • added properties support for thumbnail
  • removed deprecated method calls in SURF / removed surf classes that are not needed for extraction
  • Changed ConfigurableDescriptor to AbstractDescriptor
  • added code licencing blocks
  • corrected JavaDocs to get rid of all the warnings
  • changed dependency to common-extension-lib 2.1.0

New in JFeatureLib 1.1.0 (Dec 14, 2012)

  • New shape descriptor (SquareModelShapeMatrix).

New in JFeatureLib 1.0.1 (Nov 23, 2012)

  • Bug fix release for the Extractor utility

New in JFeatureLib 1.0.0 (Nov 14, 2012)

  • Corrected package path from de.lmu.dbs.jfeaturelib to de.lmu.ifi.dbs.jfeaturelib (added ifi)
  • Fixed Issue 19 (possibility to list feature descriptor capabilities in CLI)
  • Published to maven https://oss.sonatype.org/content/groups/public/de/lmu/ifi/dbs/jfeaturelib/JFeatureLib/

New in JFeatureLib 0.4.0 (Nov 6, 2012)

  • changed build system to maven
  • checked the support values of all feature extractors
  • Fixed Issue 18 (masking support in PHOG)
  • Fixed Issue 17 (masking support in CLI)
  • Made Extractor more convenient and robust
  • Fixed Issue 8 (Canny support)

New in JFeatureLib 0.3.1 (Oct 3, 2012)

  • Annoying Logging.properties fix in Extractor