Hide
IJ2 is out
3 Getting Help
3.1 Help on Image Analysis
Ethics in Scientific Image Processing
- Online learning Tool for Research Integrity and Image Processing
This website, created by the Office of Research Integrity, explains what is appropriate in image processing in science and what is not.
- Digital Imaging: Ethics (at the Cellular Imaging Facily Core, SEHSC)
This website, compiled by Douglas Cromey at the University of Alabama -- Birmingham, discusses thoroughly the topic of digital imaging ethics. It is recommended for all scientists. The website contains links to several external resources, including:
- What's in a picture? The temptation of image manipulation (2004) M Rossner and K M Yamada, J Cell Biology 166(1):11--15, doi:10.1083/jcb.200406019
- Not picture-perfect (2006), Nature 439, 891--892, doi:10.1038/439891b.
Scientific Image Processing
- What you need to know about scientific image processing
Simple and clear, this Fiji↑ webpage explains basic aspects of scientific image processing.
- imagingbook.com
Web site of Digital Image Processing: An Algorithmic Introduction using Java by Wilhelm Burger and Mark Burge [104]. This technical book provides a modern, self-contained, introduction to digital image processing techniques. Numerous complete Java implementations are provided, all of which work within ImageJ.
- Hypermedia Image Processing Reference (HIPR2)
Developed at the Department of Artificial Intelligence in the University of Edinburgh, provides on-line reference and tutorial information on a wide range of image processing operations.
- IFN wikipage
The Imaging Facility Network (IFN) in Biopolis Dresden provides access to advanced microscopy systems and image processing. The website hosts high quality teaching material and useful links to external resources.
- stereology.info
Stereology Information for the Biological Sciences, designed to introduce both basic and advanced concepts in the field of stereology.
3.2 Help on ImageJ
Below is a list of the ImageJ help resources that complement this guide. Specific documentation on advanced uses of ImageJ (macro programming, plugin development, etc.) is discussed in
Extending ImageJ↓.
- The ImageJ online documentation pages
Can be accessed via the command.
- The Fiji↑ webpage:
http://fiji.sc/
- The ImageJ Information and Documentation Portal (ImageJ wikipage):
http://imagejdocu.tudor.lu/doku.php
- Video tutorials on the ImageJ Documentation Portal and the Fiji YouTube channel:
http://imagejdocu.tudor.lu/doku.php?id=video:start&s[]=video and http://www.youtube.com/user/fijichannel. New ImageJ users will probably profit from Christine Labno's video tutorial.
- The Fiji Cookbook
http://fiji.sc/Cookbook
- Several online documents, most of them listed at:
../../links.html and ../examples/
- Mailing lists:
- ImageJ — ../../list.html
General user and developer discussion about ImageJ. Can be accessed via the command. This list is also mirrored at Nabble and Gmane. You may find it easier to search and browse the list archives on these mirrors. Specially useful are the RSS feeds and the frames and threads view provided by Gmane.
- Fiji users — http://groups.google.com/group/fiji-users
For user discussion specific to Fiji↑ (rather than core ImageJ).
- Fiji-devel — http://groups.google.com/group/fiji-devel
For developer discussion specific to Fiji.
- ImageJ-devel — http://imagejdev.org/mailman/listinfo/imagej-devel
For communication and coordination of the ImageJDev project.
- Dedicated mailing lists for ImageJ related projects
Described at http://imagejdev.org/mailing-lists .
Using Mailing-lists
If you are having problems with ImageJ, you should inquiry about them in the appropriated list. The ImageJ mailing list is an unmoderated forum subscribed by a knowledgeable worldwide user community with ≈2000 advanced users and developers. To have your questions promptly answered you should consider the following:
- Read the documentation files (described earlier in this section) before posting. Because there will always be a natural lag between the implementation of key features and their documentation it may be wise to check briefly the ImageJ news website ().
- Look up the mailing list archives (). Most of your questions may have already been answered.
- If you think you are facing a bug try to upgrade to the latest version of ImageJ (). You should also check if you are running the latest version of the Java Virtual Machine for your operating system. Detailed instructions on how to submit a bug report are found at ../faqs.html#bug.
- Remember that in most cases you can find answers within your own ImageJ installation without even connecting to the internet since the heuristics for finding commands or writing macros have been significantly improved in later versions (see Finding Commands↓ and Extending ImageJ↓).
- As with any other mailing list, you should always follow basic netiquette, namely:
- Use descriptive subject lines — Re: Problem with Image>Set Scale command is much more effective than a general Re: Problem.
- Stay on topic — Do not post off-topic messages, unrelated to the message thread.
- Be careful when sending attachments — Refrain from attaching large files. Use, e.g., a file hosting service instead.
- Edit replies — You should include only the minimum content that is necessary to provide a logical flow from the question to the answer, i.e., quote only as much as absolutely necessary and relevant.