Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Image Processing with ImageJ

You're reading from   Image Processing with ImageJ Get familiar with one of the world's most highly regarded Digital Image processors, ImageJ. This tutorial takes you through every aspect of viewing, processing, and analysing 2D, 3D, and 4D images, clearly and comprehensively.

Arrow left icon
Product type Paperback
Published in Sep 2013
Publisher Packt
ISBN-13 9781783283958
Length 140 pages
Edition 1st Edition
Tools
Arrow right icon
Toc

ImageJ plugins


As we saw in the previous chapter, a macro is a series of ImageJ core functions that are executed sequentially in order to automate the analysis processes. While one of the main strengths of the macro system is that new macros can be produced without the need of prior programming experience, they are constrained within the ImageJ native capabilities and can also be quite slow.

However, ImageJ was built with extensibility in mind. It allows external Java classes to use its internal methods through a very well-documented public Application Programming Interface (API) available at http://rsbweb.nih.gov/ij/developer/api/. An Image plugin can, for instance, implement the necessary functions for reading and/or writing a type of file format that is initially not supported by ImageJ. It can carry on more sophisticated analysis, acquire images from external hardware or, in general, compute any mathematical operation involving images that you can think about. If you can code it in Java...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime