I previously wrote about how to install the OpenCV 4 library on Windows 10. This time around I will demonstrate how to set up an OpenCV 4 project in either Visual Stuido 2017 or 2019.
I absolutely love the OpenCV library. Like a lot of large libraries, however, it can be a royal pain to get it set up and working correctly on Windows. Here's a step by step guide to get OpenCV 4 installed on a Windows 10 machine.
Have you ever wanted to interface with the video feed from a webcam? This quick tutorial will show you how to do so in Python using the OpenCV library.