<aside>
💡
Hello .. here u find My Customized OpenCV Cours 👇
</aside>
1. Getting Started With OpenCV
- Install OpenCV-Python in Windows
- Digital-Image
- Image Processing
- RGB CMY
- whatever operations one can do in
Numpy
can be combined with OpenCV
- 1 . Reading an Image
.imread(path)
- 2 .Extracting the RGB Values of a Pixel
- 3 . Extracting the Region of Interest (ROI)
slice
- 4 . Resizing the Image
resize()
or Ratio
- 5 . Drawing a Rectangle
rectangle()
- 6 . Displaying text
putText()
2. Working with Images
2.1 Getting Started