Modern Algorithms for Image Processing -  Vladimir Kovalevsky

Modern Algorithms for Image Processing (eBook)

Computer Imagery by Example Using C#
eBook Download: PDF
2018 | 1. Auflage
XIV, 274 Seiten
Apress (Verlag)
978-1-4842-4237-7 (ISBN)
Systemvoraussetzungen
62,99 inkl. MwSt
  • Download sofort lieferbar
  • Zahlungsarten anzeigen

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.



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 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 LearnApply innovative methods for suppressing pulse noise, enhancing contrast, and edge detectionKnow the pros and cons of enlisting a particular methodUse new approaches for image compression and recognizing circles in photosUtilize a valuable method for straightening photos of paintings taken at an oblique angle, a critical concept to understand when using flash at a right angleUnderstand the problem statement of polygonal approximation of boundaries or edges and its solutionUse a new method for detecting bicycles in trafficAccess complete source code examples in C# for all of the projectsWho This Book Is ForC# 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.

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.

Part I: Image ProcessingChapter 1: Introduction to Image ProcessingChapter 2: Digital Image FundamentalsChapter 3: Image TransformsChapter 4: Image EnhancementChapter 5: Image RestorationChapter 6: Image CompressionPart II: Image AnalysisChapter 7: Image SegmentationChapter 8: Representation and DescriptionChapter 9: Recognition and InterpretationChapter 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.

Erscheint lt. Verlag 10.12.2018
Zusatzinfo XIV, 274 p. 88 illus., 53 illus. in color.
Verlagsort Berkeley
Sprache englisch
Themenwelt Informatik Grafik / Design Digitale Bildverarbeitung
Mathematik / Informatik Informatik Software Entwicklung
Informatik Theorie / Studium Algorithmen
Schlagworte algorithms for image processing • C# • connected components • Contrast Enhancement • Edge Detection • Image Compression • image improvements • Image Processing • noise reduction • polygonal approximation of boundaries • recognition of bicycles in traffic • recognition of geometrical objects • rectifying photos of paintings • shading correction • thresholding of images
ISBN-10 1-4842-4237-8 / 1484242378
ISBN-13 978-1-4842-4237-7 / 9781484242377
Haben Sie eine Frage zum Produkt?
PDFPDF (Wasserzeichen)
Größe: 8,0 MB

DRM: Digitales Wasserzeichen
Dieses eBook enthält ein digitales Wasser­zeichen und ist damit für Sie persona­lisiert. Bei einer missbräuch­lichen Weiter­gabe des eBooks an Dritte ist eine Rück­ver­folgung an die Quelle möglich.

Dateiformat: PDF (Portable Document Format)
Mit einem festen Seiten­layout eignet sich die PDF besonders für Fach­bücher mit Spalten, Tabellen und Abbild­ungen. Eine PDF kann auf fast allen Geräten ange­zeigt werden, ist aber für kleine Displays (Smart­phone, eReader) nur einge­schränkt geeignet.

Systemvoraussetzungen:
PC/Mac: Mit einem PC oder Mac können Sie dieses eBook lesen. Sie benötigen dafür einen PDF-Viewer - z.B. den Adobe Reader oder Adobe Digital Editions.
eReader: Dieses eBook kann mit (fast) allen eBook-Readern gelesen werden. Mit dem amazon-Kindle ist es aber nicht kompatibel.
Smartphone/Tablet: Egal ob Apple oder Android, dieses eBook können Sie lesen. Sie benötigen dafür einen PDF-Viewer - z.B. die kostenlose Adobe Digital Editions-App.

Buying eBooks from abroad
For tax law reasons we can sell eBooks just within Germany and Switzerland. Regrettably we cannot fulfill eBook-orders from other countries.

Mehr entdecken
aus dem Bereich
Explore powerful modeling and character creation techniques used for …

von Lukas Kutschera

eBook Download (2024)
Packt Publishing (Verlag)
43,19
Discover the smart way to polish your digital imagery skills by …

von Gary Bradley

eBook Download (2024)
Packt Publishing (Verlag)
39,59
Generate creative images from text prompts and seamlessly integrate …

von Margarida Barreto

eBook Download (2024)
Packt Publishing (Verlag)
32,39