Tag: opencv

Using OpenCV with Python for Computer Vision. (Face Detection, Edge Detection & More)

Using OpenCV with Python for Computer Vision. (Face Detection, Edge Detection & More) In this tutorial, I will go over the basics of using OpenCV with Python for image and video processing. I’ll cover how to install OpenCV (it’s easier than teaching your grandparents how to use Facebook), import it into Python, read and display images and videos, and perform tasks such as grayscale conversion, edge detection, and face detection (Real Secret Agent Type Stuff). With OpenCV, the possibilities for…