1. Урок 1. 00:02:21
    Introduction
  2. Урок 2. 00:02:38
    Installing our Development Environment
  3. Урок 3. 00:04:02
    Overview of CodeBlocks
  4. Урок 4. 00:02:23
    Overview of Image Processing
  5. Урок 5. 00:04:01
    Understanding Image Color and Resolution
  6. Урок 6. 00:03:32
    Understanding Image Formats and Data types
  7. Урок 7. 00:01:34
    The Bitmap Format
  8. Урок 8. 00:17:33
    Coding : Opening and Copying an Image
  9. Урок 9. 00:29:19
    Coding : Creating an ImageReader and ImageWriter Function
  10. Урок 10. 00:33:37
    Coding : Creating the Image Processing Library (Part I)
  11. Урок 11. 00:15:48
    Coding : Creating the Image Processing Library (Part II)
  12. Урок 12. 00:05:03
    Overview of Image Processing Techniques
  13. Урок 13. 00:02:12
    Getting familiar with some commonly used terms
  14. Урок 14. 00:03:41
    Overview of Image Processing Applications in Computer Vision
  15. Урок 15. 00:04:41
    Effects of Addition and Subtraction on Images
  16. Урок 16. 00:11:05
    Coding : Increasing Image Brigthness
  17. Урок 17. 00:06:34
    Coding : Reducing Image Brightness
  18. Урок 18. 00:04:01
    Introduction to Image Histogram
  19. Урок 19. 00:02:36
    Understanding Histogram Equalization
  20. Урок 20. 00:02:40
    Downloading GNU Plot
  21. Урок 21. 00:02:22
    Setting Up GNU Plot
  22. Урок 22. 00:05:40
    Overview of GNU Plot
  23. Урок 23. 00:06:26
    Plotting Multiple Signals
  24. Урок 24. 00:13:30
    Coding : Computing the Histogram of an Image
  25. Урок 25. 00:18:46
    Coding : Equalizing an Image Histogram
  26. Урок 26. 00:02:52
    Introduction to Adaptive Thresholding
  27. Урок 27. 00:01:42
    Introduction to Geometric Operations
  28. Урок 28. 00:04:00
    Mapping and Affine Transformation
  29. Урок 29. 00:20:29
    Coding : Rotating Images
  30. Урок 30. 00:02:06
    Introduction to Gray Level Transformation
  31. Урок 31. 00:06:12
    Coding : Experimenting with the Negative Transformation
  32. Урок 32. 00:03:47
    Introduction to Image Enhancement
  33. Урок 33. 00:03:53
    The Filter Kernel
  34. Урок 34. 00:19:29
    Coding : Blurring an Image with a Filter Kernel
  35. Урок 35. 00:19:57
    Coding : Creating a Sepia filter
  36. Урок 36. 00:18:04
    Coding : Detecting Lines with a Line Detector Mask
  37. Урок 37. 00:04:41
    Understanding the Concept of Operators
  38. Урок 38. 00:20:56
    Coding : Detecting Edges with the Prewitt Mask
  39. Урок 39. 00:05:40
    Coding : Detecting Edges with the Sobel Mask
  40. Урок 40. 00:06:00
    Coding : Detecting Edges with the Robinson Mask
  41. Урок 41. 00:07:28
    Coding : Detecting Edges with the Kirsch Mask
  42. Урок 42. 00:04:01
    Coding : Detecting Edges with the Laplacian Mask
  43. Урок 43. 00:06:00
    Coding : Detecting Edges with the Robert's Mask
  44. Урок 44. 00:01:47
    Introduction to Neighborhood Processing
  45. Урок 45. 00:05:58
    Convolution And Correlation
  46. Урок 46. 00:02:45
    Introduction to 2-D Convolution and Correlation
  47. Урок 47. 00:02:10
    Introduction of Low-pass Filters
  48. Урок 48. 00:19:04
    Coding : Developing the 2-D Discrete Convolution Algorithm
  49. Урок 49. 00:02:10
    Introduction of Low-pass Filters
  50. Урок 50. 00:07:52
    Coding : Adding Salt and Pepper Noise to an Image
  51. Урок 51. 00:05:07
    Coding : Performing High-pass Spatial Filtering
  52. Урок 52. 00:11:48
    Coding : Generating Gaussian Noise from an Image
  53. Урок 53. 00:10:03
    Coding : Developing the Maximum Filter Algorithm
  54. Урок 54. 00:07:31
    Coding : Developing the Median Filter Algorithm
  55. Урок 55. 00:08:18
    Coding : Developing the Minimum Filter Algorithm
  56. Урок 56. 00:03:16
    Understanding how images are formed
  57. Урок 57. 00:10:36
    Understanding the mathematics of image formation