1. 01. Introduction to digital Image processing
3. Q&A
4. 02. How to use pointers to store image pixels for both coloured and gray scale
5. 03. How to set and retrieve the pixel value at a particular location in an image
6. 04. How does pixels arranged in a matrix form an Image
7. 05. Declaring the list of image processing technique
8. 06. How to read an image and extract pixels into a matrix using openCV
9. 07. How to convert to gray scale and also pixels into an image using openCV
10. 08. Horizontal and vertical flipping on an image
11. 09. How to left rotate and right rotate an image matrix
12. 10. How does Image thresholding and Otsu Binarization
13. 11. Implementation of Otsu Binarization to Image thresholding
14. 12, Logical operation logical And, logical Or, logical Xor, logical Nand
15. 13. Linear contrast saturation, scaling image, brightness,histogram equalization
16. 14. How iconvolution is implemented on an image matrix using a kernel
17. 15. convolution on filters