Book Image

Image Processing with ImageJ

Book Image

Image Processing with ImageJ

Overview of this book

Digital image processing is an increasingly important field across a vast array of scientific disciplines. ImageJ's long history and ever-growing user base makes it a perfect candidate for solving daily tasks involving all kinds of image analysis processes. Image Processing with ImageJ is a practical book that will guide you from the most basic analysis techniques to the fine details of implementing new functionalities through the ImageJ plugin system, all of it through the use of examples and practical cases. ImageJ is an excellent public domain imaging analysis platform that can be very easily used for almost all your image processing needs. Image Processing with ImageJ will start by showing you how to open a number of different images, become familiar with the different options, and perform simple analysis operations using the provided image samples. You will also learn how to make modifications through ImageJ filters and how to make local measurements using the selections system. You will also find the instructions necessary to record all the steps you perform so they can be saved and re-run on the same image to ensure analysis reproducibility. Finally, you will get to know some different ImageJ plugins and will learn how to implement your own.
Table of Contents (13 chapters)
Image Processing with ImageJ
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Zooming on the image and pixel values


Let's stick with the image we just opened for a while, as it will be a good template for the next exercise. If we want to zoom in or out of a given image, we can run the Image | Zoom | In [+] and Image | Zoom | Out [-] menu options. It is much easier to use the shortcuts, (+) and (-). The current zoom level is added to the image title bar if it is different from 100 percent (recheck the figure shown when we opened happy_face.jpg, and you will find the zoom level set to 50%). Now we can try zooming in and out of the tuberculosis_sample.tif file; the position of the mouse pointer on the image helps guiding the zoom in operation, since it is used to center the scaling. When the zoom level is too big, the main window stops getting bigger and the image is cropped. Two purple squares help the user keep track of the location inside the image. When this zoom level has been reached, you can keep the space bar pressed and drag the image around.

Zoomed image displayed...