OpenCV 4 with Python Blueprints
上QQ阅读APP看书,第一时间看更新

Setting up the app

Before we can get down to the nitty-gritty of our feature-matching algorithm, we need to make sure that we can access the webcam and display the video stream.

Let's learn how to run the application in the next section.