This chapter will lay the foundations for learning computer vision algorithms through hands-on exercises using the most widely adopted open source computer vision framework, OpenCV 3.4.3 with Python 3.7. The chapter will cover setting up your system with OpenCV and the Python libraries, understanding key modules and out-of-box functions for computer vision implementations, and learning the syntax for scaling up.
Overview of OpenCV, its history, and its setup using the latest versions of OpenCV 3.4.3 ...