Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
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

Using external libraries


It may happen that using only the ImageJ and the Java native classes is not enough to accomplish what you want to do. Perhaps you need advanced mathematical functions, similar to the ones that can be found on the excellent Apache Commons Math library (http://commons.apache.org/proper/commons-math/). While you may think that you should implement every single mathematical algorithm that your plugin is going to use, code reutilization is encouraged here, as it is a good principle not to reinvent the wheel and use well-tested libraries that already provide some of the functions that you need. As you saw during the Eclipse setup phase, it is very easy to add an external library and start using the classes provided by it. But, if you do that, how can you distribute your plugin once it is done?

You might have noticed a jars folder inside the plugins folder. That folder contains the .jar (or .class) files of the third-party libraries used by your plugin. You can use as many...

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
Banner background image