Modern Algorithms for Image Processing: Computer Imagery by Example Using C#

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Utilize modern methods for digital image processing and take advantage of the many time-saving templates provided for all of the projects 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 projects teach you methods for addressing the quality of images, such as reducing random errors or noise and suppressing pulse noise (salt and pepper), a method valuable for improving the quality of historical images. Other methods detail how to correct inhomogeneous illumination, not by means of subtracting the mean illumination, but through division, a far more efficient method. Additional projects cover contrasting, and a process for edge detection, more efficient than Canny's, for detecting edges in color images directly, without converting them into black and white images. What You'll Learn • Apply innovative methods for suppressing pulse noise, enhancing contrast, and edge detection • Know the pros and cons of enlisting a particular method • Use new approaches for image compression and recognizing circles in photos • Utilize a valuable 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 • Use a new method for detecting bicycles in traffic • Access complete source code examples in C# for all of the projects Who This 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. This book does not prove or disprove theorems, but suggests methods for learning valuable concepts that will enable you to customize your own image processing projects.

Author(s): Vladimir Kovalevsky
Edition: 1
Publisher: Apress
Year: 2019

Language: English
Commentary: True PDF
Pages: 274
Tags: Algorithms; Image Processing; Image Analysis; C#; Image Recognition

Front Matter ....Pages i-xiv
Front Matter ....Pages 1-1
Introduction (Vladimir Kovalevsky)....Pages 3-4
Noise Reduction (Vladimir Kovalevsky)....Pages 5-42
Contrast Enhancement (Vladimir Kovalevsky)....Pages 43-64
Shading Correction with Thresholding (Vladimir Kovalevsky)....Pages 65-80
Project WFshadBinImpulse (Vladimir Kovalevsky)....Pages 81-83
Front Matter ....Pages 85-85
Edge Detection (Vladimir Kovalevsky)....Pages 87-99
A New Method of Edge Detection (Vladimir Kovalevsky)....Pages 101-125
A New Method of Image Compression (Vladimir Kovalevsky)....Pages 127-165
Image Segmentation and Connected Components (Vladimir Kovalevsky)....Pages 167-186
Straightening Photos of Paintings (Vladimir Kovalevsky)....Pages 187-203
Polygonal Approximation of Region Boundaries and Edges (Vladimir Kovalevsky)....Pages 205-226
Recognition and Measurement of Circular Objects (Vladimir Kovalevsky)....Pages 227-242
Recognition of Bicycles in Traffic (Vladimir Kovalevsky)....Pages 243-260
A Computer Model of Cell Differentiation (Vladimir Kovalevsky)....Pages 261-266
Back Matter ....Pages 267-274