How to convert a webcam video capture to grey scale, using Python and OpenCV.
Python OpenCV: Saving an image to the file system
In this tutorial we will check how to save an image to the file system using OpenCV on Python. Introduction In this tutorial we will check how to save an image to the file system using OpenCV on Python. As we have been covering in previous tutorials, OpenCV allows us to read and manipulate images, …
Continue reading "Python OpenCV: Saving an image to the file system"
Python OpenCV: Converting an image to gray scale
Converting an image to gray scale, using Python and OpenCV