- A small part of my journey through Image Processing In Practice - great as an Intro to OpenCV
- What is the image processing?
- C vs C++ (think c++)
- Getting started with OpenCV
- Loading and displaying an image
- The Mat class (image)
- How to access pixels of images? (the img.at<>() template function)
- Using RGB color model to select pixels by range
- Using HSV color model to select pixels by rangel
- Using Lab color space to measuring color difference of images
- Histogram transforms:
- contrast stretching
- histogram equalization
- histogram equalization a color image
- Noise reduction methods
Will be adding content soon .. 😅