Color detection in Python with OpenCV

When people think of image processing, it tends to be scary. But image processing doesn’t have to be as scary as it sounds. In this tutorial, we will be learning filter an image for an object based on color using Python 3.5.2 and OpenCV 3.2.0. We will also need to install NumPy for faster computation.… Continue reading Color detection in Python with OpenCV