Chapter 1 describes elements of image processing systems.
Chapter 2 describes the structure of the human eye, basic ideas of sampling and quantization and relationships between pixels. It describes among other the simplest algorithm for labeling connected components in binary images. In Chapter 8 the authors come back to connected components and they describe a method of labeling connected components by means of morphology. But they do not describe a method labeling all components of an image in one go as my "Root Algorithm" described in Section 9.3.
Chapter 3 describes the Fourier transform and some other transforms.
Chapter 4 describes enhancement method in spatial and in frequency domains. The filters, also the median filter, are described very shortly, without mentioning details. This chapter contains a detailed presentation of the fundamentals of color images. The processing of color images is described very shortly with saying that an RGB image should be converted to a HSI image and then its intensity component can be processed with methods developed for gray-level images. My book contains on many places remarks to the difference between processing color and gray-level images.
Chapter 5 describes a very interesting problem of the restoration of degraded images. The authors understand under degradation mostly the blurring of an image (without saying this, which makes the reading difficult). Interesting results of restoring blurred images by means of Wiener filter are presented.
Chapter 6 is devoted to image compression. A statistically based theory of the compression is presented, and different methods of compression are described. However, among the described methods there is no one whose idea is similar to the idea of my method of compression (Section 8 of my book).
Chapter 7 describes different methods of image segmentation but not the segmentation by quantization of colors as described in my Section 9. In this chapter they describe also some primitive methods of edge detection but they do not mention the modern Canny edge detection in spite that the work of Canny was published 7 years before the book was printed.
Chapter 8 covers a primitive procedure for the polygonal approximation of boundaries. This procedure has the drawback that it is impossible to control the precision of the approximation and that it will not correctly work in the case of boundaries having deep indentations. My approximation described in Section 11 is free from these disadvantages.
Chapter 9 describes different methods of recognizing geometric shapes, but no precise methods, such as my described in Sections 12 and 13.
Vladimir A. Kovalevsky holds a diploma in physics, a PhD in technical sciences, and a PhD in computer science. He has been a researcher, professor, and visiting professor at many esteemed universities worldwide, including the Central Institute of Cybernetics of the Academy of Sciences, University of Applied Sciences, and the Manukau Institute of Technology. Dr. Kovalevsky has been a plenary speaker at many conferences and his research interests include digital geometry, digital topology, computer vision, image processing, and pattern recognition. He has published four monographs and more than 180 journal and conference papers.
Utilize modern methods for digital image processing and take advantage of the many time-saving templates provided for all of the projects included in this book.
Modern Algorithms for Image Processing approaches the topic of image processing through teaching by example. Throughout the book, you will create projects that resolve typical problems that you might encounter in the world of digital image processing. Some example projects teach you how to address the quality of images, such as reducing random errors or noise. Other methods will teach you how to correct inhomogeneous illumination, not by means of subtracting the mean illumination, but through division, which is a far more efficient method. Additional projects cover contrasting, edge detection, and edge detection in color images, which are important concepts to understand for image analysis.
This book does not prove or disprove theorems, but instead details suggested methods to help you learn valuable concepts and how to customize your own image processing projects.
What You'll Learn:
Know the pros and cons of enlisting a particular method
Use new methods for image compression and recognizing circles in photos
Utilize a method for straightening photos of paintings taken at an oblique angle, a critical concept to understand when using flash at a right angle
Understand the problem statement of polygonal approximation of boundaries or edges and its solution
Access complete source code examples of all projects on GitHub
The book is for C# developers who work with digital image processing or are interested in informatics. The reader should have programming experience and access to an integrated development environment (IDE), ideally .NET.
Vladimir A. Kovalevsky holds a diploma in physics, a PhD in technical sciences, and a PhD in computer science. He has been a researcher, professor, and visiting professor at many esteemed universities worldwide, including the Central Institute of Cybernetics of the Academy of Sciences, University of Applied Sciences, and the Manukau Institute of Technology. Dr. Kovalevsky has been a plenary speaker at many conferences and his research interests include digital geometry, digital topology, computer vision, image processing, and pattern recognition. He has published four monographs and more than 180 journal and conference papers.