Fiji (software)

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
Fiji Is Just ImageJ
200px
Developer(s) Johannes Schindelin, Albert Cardona, Mark Longair, Benjamin Schmid, and others
Stable release Madison / 7 March 2011 (official release, plugins continuously updated)
Operating system Any (Java-based)
Type Image processing & Image analysis
License GPL v2 (the plugin interface is excluded from that license; some plugins have different licenses)
Website fiji.sc

Fiji (Fiji Is Just ImageJ)[1][2] is an open source image processing package based on ImageJ.

Fiji's main purpose is to provide a distribution of ImageJ with many bundled plugins. Fiji features an integrated updating system and aims to provide users with a coherent menu structure, extensive documentation in the form of detailed algorithm descriptions and tutorials, and the ability to avoid the need to install multiple components from different sources.

Fiji is also targeted at developers, through the use of a version control system, an issue tracker, dedicated development channels and a rapid-prototyping infrastructure in the form of a script editor which supports BeanShell, Jython, JRuby and other scripting languages, as well as Just-In-Time Java development.

Plugins

Many plugins exist for ImageJ, that have a wide range of applications, but also a wide range of quality.[3]

Further, some plugins require specific versions of ImageJ, specific versions of third-party libraries, or additional Java components such as the Java compiler or Java3D.

One of Fiji's principal aims is to make the installation of ImageJ, Java, Java 3D, the plugins, and further convenient components, as easy as possible. As a consequence, Fiji enjoys more and more active users.[4]

Audience

While Fiji was originally intended for neuro-scientists (and continues to be so[5]), it accumulated enough functionality to attract scientists from a variety of fields, such as cell biology,[6] parasitology,[7] genetics, life sciences in general, material science, etc. As stated on the official website, the primary focus is "life sciences", although Fiji provides many tools helping with scientific image analysis in general.[8]

Fiji is most popular in the Life sciences community, where the 3D Viewer[9] helps visualizing data obtained through light microscopy, and for which Fiji provides registration,[10] segmentation and other advanced image processing algorithms.

The Fiji component TrakEM2 was successfully used and enhanced to analyze neuronal lineages in larval Drosophila brains.[11]

Fiji was prominently featured in Nature Methods review supplement on visualization [12]

Development

Fiji is fully Open Source; its sources live in a Git repository (see the homepage for details).

Fiji was accepted as organization into the Google Summer of Code 2009, and completed two projects.

The scripting framework, which supports Javascript, Jython, JRuby, Clojure, BeanShell and other languages, is an integral part of the development of Fiji; many developers prototype their plugins in one of the mentioned scripting languages, and gradually turn the prototypes into proper Java code. To this end, as one of the aforementioned Google Summer of Code projects, a script editor was added with syntax highlighting and in-place code execution.

The scripting framework is included in the Fiji releases, so that advanced users can use such scripts in their common workflow.

The development benefits from occasional hackathons, where life scientists with computational background meet and improve their respective plugins of interest.

Script Editor

The script editor in Fiji supports rapid prototyping of scripts and ImageJ plugins, making Fiji a powerful tool to develop new image processing algorithms and explore new image processing techniques with ImageJ.[13][14]

Supported platforms

Fiji runs on Windows, Linux and MacOSX, Intel 32-bit or 64-bit, with limited support for MacOSX/PPC.

References

  1. Primary reference: Lua error in package.lua at line 80: module 'strict' not found.
  2. Fiji was presented publicly for the first time on the ImageJ User and Developer Conference in November 2008.
  3. Compare the presentations at the 2nd ImageJ User and Developer Conference in November 2008 and the 3rd ImageJ and User Developer Conference in October 2010.
  4. Compare with the Fiji Usage Map
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. The Fiji Wiki, accessed 2012-11-01.
  9. Lua error in package.lua at line 80: module 'strict' not found.
  10. Lua error in package.lua at line 80: module 'strict' not found.
  11. Lua error in package.lua at line 80: module 'strict' not found.
  12. Lua error in package.lua at line 80: module 'strict' not found.
  13. Scripting in Fiji (Fiji Is Just ImageJ) at 3rd User and Developer Conference in October 2010
  14. Albert Cardona's crash course Jython scripting with Fiji.

External links

  • Official website
  • ImageJ2, a closely related project that will provide the new central piece (fully backwards-compatible to ImageJ) of Fiji in the near future.