- 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.
- 大學(xué)計(jì)算機(jī)基礎(chǔ)(第二版)
- 圖解Java數(shù)據(jù)結(jié)構(gòu)與算法(微課視頻版)
- SQL Server 2012數(shù)據(jù)庫技術(shù)及應(yīng)用(微課版·第5版)
- Vue.js入門與商城開發(fā)實(shí)戰(zhàn)
- AutoCAD VBA參數(shù)化繪圖程序開發(fā)與實(shí)戰(zhàn)編碼
- 從0到1:Python數(shù)據(jù)分析
- Mastering ROS for Robotics Programming
- Android項(xiàng)目實(shí)戰(zhàn):手機(jī)安全衛(wèi)士開發(fā)案例解析
- Visualforce Developer’s guide
- App Inventor少兒趣味編程動(dòng)手做
- Django Design Patterns and Best Practices
- 讓Python遇上Office:從編程入門到自動(dòng)化辦公實(shí)踐
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)
- Python自動(dòng)化開發(fā)實(shí)戰(zhàn)
- Delphi Cookbook