Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 2.92 KB

README.md

File metadata and controls

32 lines (24 loc) · 2.92 KB

Digital Image Processing

These notes were made for the course "Digital Image Processing", taught by Prof. Prabir Kumar Biswas through NPTEL initiative. The course mostly covers classical methods of image processing, involving image transforms, restoration, segmentation, pattern recognition, etc. Some of the techiques that are discussed are very fundamental and form the basis of many classical machine learning methods available to us.

It would be helpful if the person is familiar with linear algebra, probability theory and statistics, multivariable calculus, integral transforms and partial differential equations. Digital Signal Processing will help in grasping the initial lectures, though it is not necessary. The course is mathematically intensive and would mostly benefit people who are interested in fundamental research.

Note: Please do not make these notes as the sole reference for Digital Image Processing. They just cover important concepts, keypoints and intuition of a concept, wherever required. A good reference book would be "Digital Image Processing by Gonzalez and Woods".

Table of Contents

  1. Introduction, Sampling and Quantization
  2. Quantizer Design
  3. Relationship Between Pixels, Connected Components
  4. Basic Transforms, Image Transformation, Image Geometry and Stereo Correspondence
  5. Interpolation and Resampling
  6. Image Transformation
  7. Fourier Transformation
  8. Fourier Transformation, DCT, Walsh and Hadamard Transformations
  9. KL Transform
  10. Image Enhancement
  11. Frequency Domain Processing
  12. Image Restoration
  13. Image Registration
  14. Color Image Processing
  15. Image Segmentation
  16. Mathematical Morphology
  17. Object Representation and Description

Note: It would be nice if the user notifies me in case they find an error, so I can make the required changes quickly.

Thank You!