- OpenCV 4 with Python Blueprints
- Dr. Menua Gevorgyan Arsen Mamikonyan Michael Beyeler
- 119字
- 2021-06-24 16:49:57
Getting started
All of the code in this book is targeted for OpenCV 4.2 and has been tested on Ubuntu 18.04. Throughout this book, we will make extensive use of the NumPy package (http://www.numpy.org).
Additionally, this chapter requires the UnivariateSpline module of the SciPy package (http://www.scipy.org) and the wxPython 4.0 Graphical User Interface (GUI) (http://www.wxpython.org/download.php) for cross-platform GUI applications. We will try to avoid further dependencies where possible.
For more book-level dependencies, see Appendix A, Profiling and Accelerating Your Apps, and Appendix B, Setting Up a Docker Container.
You can find the code that we present in this chapter at our GitHub repository here: https://github.com/PacktPublishing/OpenCV-4-with-Python-Blueprints-Second-Edition/tree/master/chapter1.
Let's begin by planning the application we are going to create in this chapter.
- Mastering Visual Studio 2017
- 精通JavaScript+jQuery:100%動態網頁設計密碼
- Visual C++串口通信開發入門與編程實踐
- Linux C/C++服務器開發實踐
- Vue.js入門與商城開發實戰
- 深入淺出WPF
- Java高手真經(高級編程卷):Java Web高級開發技術
- 零基礎學Python數據分析(升級版)
- Unity 2017 Mobile Game Development
- Machine Learning in Java
- 遠方:兩位持續創業者的點滴思考
- Java程序設計基礎(第6版)
- MATLAB 2020 GUI程序設計從入門到精通
- JavaScript語法簡明手冊
- 軟件開發中的決策:權衡與取舍