- 1. OpenCV
- 2. OpenCV
- 2.1. OpenCV Installation
- 2.2. Download images
- 2.3. OpenCV Read image
- 2.4. OpenCV - read image and fail
- 2.5. OpenCV resize (rescale) images
- 2.6. OpenCV cropping image
- 2.7. OpenCV crop, resize and save image
- 2.8. OpenCV - draw on new images
- 2.9. OpenCV - draw rectangle
- 2.10. OpenCV - draw circle
- 2.11. OpenCV convert BGR to greyscale and back to BGR
- 2.12. OpenCV blur image
- 2.13. OpenCV Gaussian blur
- 2.14. OpenCV Median blur
- 2.15. OpenCV Bilateral blur
- 2.16. OpenCV blur part of an image
- 2.17. OpenCV - Thresholding
- 2.18. OpenCV - Simple Thresholding
- 2.19. OpenCV - Adaptive Thresholding
- 2.20. OpenCV - Gradients and Edges
- 2.21. OpenCV - finding edges using Canny
- 2.22. OpenCV - Laplacian Gradients
- 2.23. OpenCV - Sobel Gradients
- 2.24. OpenCV - Canny Dilate Erode
- 2.25. OpenCV Move of an Image
- 2.26. OpenCV - Rotate Image
- 2.27. OpenCV - Flip Image
- 2.28. OpenCV - Contours
- 2.29. OpenCV - Draw contours of an image on a blank image
- 2.30. OpenCV - ColorSpaces
- 2.31. OpenCV - BGR to RGB
- 2.32. OpenCV - BGR to HSV
- 2.33. OpenCV - BGR to LAB
- 2.34. OpenCV - Split and merge color channels
- 2.35. OpenCV - bitwise operations
- 2.36. OpenCV - masking
- 2.37. OpenCV - grayscale historgrams
- 2.38. OpenCV - color historgrams
- 2.39. OpenCV - Face detection
- 2.40. OpenCV - Face recognition
- 2.41. Jupyter notebook
- 2.42. Download movies
- 2.43. OpenCV Read video
- 2.44. Show images - accept key presses
- 2.45. OpenCV Resources