FeatureJ Changelog

What's new in FeatureJ 2.0.0

Apr 20, 2018
  • Requires Java 1.6, ImageJ 1.50a, and ImageScience 3.0.0 or higher.
  • Moved all FeatureJ classes into a package named "featurej".
  • Plugins no longer produce output if there's nothing to compute.
  • Made minor modifications to the plugin dialogs.
  • Renamed the "Website" panel button to "Help".

New in FeatureJ 1.6.0 (Jun 12, 2015)

  • The plugins now require ImageJ 1.44a and ImageScience 2.4.0 or higher.
  • As of this version the plugins are now also distributed as part of Fiji.
  • As of this version the source code of all the classes is included in the jar-files.
  • Changed the prefix "FJ" to the full package name "FeatureJ" in the naming of all plugins.
  • Removed the "About" and "Website" menu items but kept them as part of the "Panel".
  • Added an option to the "Options" dialog to enable or disable progress indication.
  • Removed the option to separate smoothing and differentiation because of its inaccuracy.
  • The smoothing scale in plugins requiring differentiation must now always be larger than 0.
  • Increased the maximum allowed order of differentiation from 5 to 10 in all three dimensions.
  • The progress bar now indicates the status of the complete process rather than its subprocesses.
  • The positions of all the plugin dialogs are now remembered during an ImageJ session.

New in FeatureJ 1.5.0 (Jun 12, 2010)

  • The plugins now require ImageJ 1.42b or higher.
  • All plugins are now HyperStack compatible.