FeatureJ: Release Notes
1.6.0, September 17, 2010
- 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.
1.5.0, December 3, 2008
- The plugins now require ImageJ 1.42b or higher.
- All plugins are now HyperStack compatible.
1.4.1, November 8, 2008
- The plugins now require Java 1.5 and ImageJ 1.41g or higher.
- Updated all plugins to work with the latest ImageScience API.
- Renamed "Debug messenging" to "Log messaging" in the Options dialog.
- Added "Close input images after processing" option in the Options dialog.
- Fixed a bug in the Hessian plugin that caused NaN-eigenvalues in uniform regions.
- Fixed a bug in the Structure plugin that caused NaN-eigenvalues in uniform regions.
- Replaced "Decimals" field by "Decimal places" choice in the Statistics plugin.
- Fixed the failing "Clear previous results" option in the Statistics plugin.
1.4.0, July 16, 2007
- The package now requires ImageJ 1.38x and Java 1.4 or higher.
- Replaced function calls that were deprecated in Java 1.5.
- Made the package compliant with Image5D version 1.1.7.
- Added version checking of the ImageJ and ImageScience libraries.
- Added a utility class and reorganized code to reduce code duplication in the package.
- Added a plugin class that shows basic information about the package.
- Added a plugin class that opens the default browser showing the FeatureJ website.
- Added menu item ImageJ > Help > About Plugins > FeatureJ...
- Reorganized the plugin button layouting in the panel.
- The statistics plugin now works with all types of ROI (except line) selections.
1.3.0, March 23, 2006
The program is now distributed as a single jar-file to facilitate installation. Before installing the new version, you should delete all of the following files and folders of older versions (note that not all of these may have been present in all older versions, so please check carefully whether these indeed belong to your version of FeatureJ or to some other package):
ImageJ |- FJOptions.dat (file) |- plugins |- Basics (folder) |- BasicsJ (folder) |- FeatureJ (folder) |- imagescience (folder)- The Dialogs are now all based on ImageJ's GenericDialog. As a consequence, they can no longer be left open all the time. In order to still have quick access to the different plugins, a panel has been added which will stay open until the user closes it explicitly.
- The interface of some dialogs has changed (see the online manual for details). This may require revision of some macros. Also note that all plugins are now fully macroable and that previous synchronization problems should have been solved.
- The package is now fully 5D compatible. If Image5D is installed, result images with a size larger than 1 in the t- or ch-dimension are displayed in an Image5D window. If it is not installed, result images are displayed as usual.
- Options are no longer stored in a separate file (FJOptions.dat) but in ImageJ's preferences file (IJ_Prefs.txt).
1.2.0, October 22, 2003
- All plugin classes of the package are now macroable.
1.1.0, October 8, 2003
- Minor organizational changes have been made to reduce repetition of code segments. In addition, the code has been adapted to work with a new version of my Basics package, which has been split into two packages: images and utilities.
- Error messages are now displayed in a window with title "FeatureJ: Error" instead of the standard ImageJ message window.
- When trying to run any of the plugins on RGB- or 8-bit color images, the user is now informed explicitly that the plugins only work with gray-scale images.
1.0.1, March 10, 2003
- Improved the progress indication by lowering the priority of the threads in which the computations are carried out.
1.0.0, October 12, 2002
- First release. The package is based on a new version of BasicsJ, which is included in the distribution but has been renamed "Basics" because of the absence of any ImageJ plugin classes. Note that TransformJ has been adapted accordingly. If you have TransformJ version 2.2 or earlier installed on your system, the best thing to do in order to avoid conflicts is to first remove the entire TransformJ and BasicsJ directories and then install the latest versions of FeatureJ and TransformJ.