Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

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

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

    Vladimir Kovalevsky, "Modern Algorithms for Image Processing: Computer Imagery by Example Using C#"
    English | 2019 | pages: 290 | ISBN: 1484242386 | EPUB | 12,0 mb

    Part I: Image Processing
    Chapter 1: Introduction to Image Processing
    Chapter 2: Digital Image Fundamentals
    Chapter 3: Image Transforms
    Chapter 4: Image Enhancement
    Chapter 5: Image Restoration
    Chapter 6: Image Compression
    Part II: Image Analysis
    Chapter 7: Image Segmentation
    Chapter 8: Representation and Description
    Chapter 9: Recognition and Interpretation
    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.

    My Link