Book Image

Image Processing with ImageJ - Second Edition

Book Image

Image Processing with ImageJ - Second Edition

Overview of this book

Advances in image processing have been vital for the scientific and technological communities, making it possible to analyze images in greater detail than ever before. But as images become larger and more complex, advanced processing techniques are required. ImageJ is built for the modern challenges of image processing – it’s one of the key tools in its development, letting you automate basic tasks so you can focus on sophisticated, in depth analysis. This book demonstrates how to put ImageJ into practice. It outlines its key features and demonstrates how to create your own image processing applications using macros and ImageJ plugins. Once you’ve got to grips with the basics of ImageJ, you’ll then discover how to build a number of different image processing solutions. From simple tasks to advanced and automated image processing, you’ll gain confidence with this innovative and powerful tool – however and whatever you are using it for.
Table of Contents (17 chapters)
Image Processing with ImageJ Second Edition
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface
2
Basic Image Processing with ImageJ
Index

Image filtering


The previous section looked at ways to segment the image in the foreground and background using a threshold. It also looked at ways to derive a result suitable for analysis with the use of morphological operators. The morphological operators were used to clean the results of the threshold by removing isolated pixels. In most real-life applications, these isolated pixels are due to the effect of noise in your image-acquisition system. Some of the noise can be removed using the techniques described in the previous chapter, but this may not remove all the noise. In this section, we will look at ways to use filters to remove noise and prepare images to create masks. Filtering can be a step that is inserted before thresholding and morphological processing. If your images are high contrast and have extremely low levels of noise, this might not be required. However, this is relatively rare.

There are two categories of filtering, depending on the type of domain that is used for filtering...