- Mastering OpenCV 4 with Python
- Alberto Fernández Villán
- 207字
- 2021-07-02 12:07:06
Setting Up OpenCV
Mastering OpenCV 4 with Python will give you the knowledge to build projects involving Open Source Computer Vision Library (OpenCV) and Python. These two technologies (the first one is a programming language, while the second one is a computer vision and machine learning library) will be introduced. Also, you will learn why the combination of OpenCV and Python has the potential to build every kind of computer application. Finally, an introduction about the main concepts related to the content of this book will be provided.
In this chapter, you will be given step-by-step instructions to install everything you need to start programming with Python and OpenCV. This first chapter is quite long, but do not worry, because it is divided into easily assimilated sections, starting with general terminology and concepts, which assumes that the reader is new to this information. At the end of this chapter, you will be able to build your first project involving Python and OpenCV.
The following topics will be covered in this chapter:
- A theoretical introduction to the OpenCV library
- Installing Python OpenCV and other packages
- Running samples, documentation, help, and updates
- Python and OpenCV project structure
- First Python and OpenCV project
- Clojure Programming Cookbook
- 青少年美育趣味課堂:XMind思維導圖制作
- Android 7編程入門經典:使用Android Studio 2(第4版)
- Mastering Kali Linux for Web Penetration Testing
- 精通Linux(第2版)
- Java面向對象程序設計
- MongoDB,Express,Angular,and Node.js Fundamentals
- MINECRAFT編程:使用Python語言玩轉我的世界
- Programming Microsoft Dynamics? NAV 2015
- Android應用開發實戰(第2版)
- Instant Apache Camel Messaging System
- 從零開始:C語言快速入門教程
- Drupal 8 Development Cookbook(Second Edition)
- R語言實戰(第2版)
- 自己動手構建編程語言:如何設計編譯器、解釋器和DSL