ABSTRACT

Image Processing and Acquisition using Python provides readers with a sound foundation in both image acquisition and image processing—one of the first books to integrate these topics together. By improving readers’ knowledge of image acquisition techniques and corresponding image processing, the book will help them perform experiments more effectively and cost efficiently as well as analyze and measure more accurately. Long recognized as one of the easiest languages for non-programmers to learn, Python is used in a variety of practical examples.

A refresher for more experienced readers, the first part of the book presents an introduction to Python, Python modules, reading and writing images using Python, and an introduction to images. The second part discusses the basics of image processing, including pre/post processing using filters, segmentation, morphological operations, and measurements. The second part describes image acquisition using various modalities, such as x-ray, CT, MRI, light microscopy, and electron microscopy. These modalities encompass most of the common image acquisition methods currently used by researchers in academia and industry.

Features

  • Covers both the physical methods of obtaining images and the analytical processing methods required to understand the science behind the images.
  • Contains many examples, detailed derivations, and working Python examples of the techniques.
  • Offers practical tips on image acquisition and processing.
  • Includes numerous exercises to test the reader’s skills in Python programming and image processing, with solutions to selected problems, example programs, and images available on the book’s web page.

New to this edition

  • Machine learning has become an indispensable part of image processing and computer vision, so in this new edition two new chapters are included: one on neural networks and the other on convolutional neural networks.
  • A new chapter on affine transform and many new algorithms.
  • Updated Python code aligned to the latest version of modules.

part I|57 pages

Introduction to Images and Computing using Python

chapter Chapter 1|19 pages

Image Processing and Acquisition using Python

chapter Chapter 2|13 pages

Computing using Python Modules

chapter Chapter 3|21 pages

Image and Its Properties

part II|215 pages

Image Processing using Python

chapter Chapter 4|33 pages

Spatial Filters

chapter Chapter 5|28 pages

Image Enhancement

chapter Chapter 6|13 pages

Affine Transformation

chapter Chapter 7|29 pages

Fourier Transform

chapter Chapter 8|28 pages

Segmentation

chapter Chapter 9|31 pages

Morphological Operations

chapter Chapter 10|23 pages

Image Measurements

chapter Chapter 11|14 pages

Neural Network

chapter Chapter 12|9 pages

Convolutional Neural Network

part III|106 pages

Image Acquisition

chapter Chapter 13|37 pages

X-Ray and Computed Tomography

chapter Chapter 14|27 pages

Magnetic Resonance Imaging

chapter Chapter 15|19 pages

Light Microscopes

chapter Chapter 16|18 pages

Electron Microscopes