- 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.
- Extending Jenkins
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- Python Tools for Visual Studio
- 差分進(jìn)化算法及其高維多目標(biāo)優(yōu)化應(yīng)用
- Web程序設(shè)計(第二版)
- Hands-On Full Stack Development with Go
- Swift細(xì)致入門與最佳實踐
- 案例式C語言程序設(shè)計實驗指導(dǎo)
- Building Serverless Web Applications
- RESTful Web Clients:基于超媒體的可復(fù)用客戶端
- Hack與HHVM權(quán)威指南
- Learning Unreal Engine Game Development
- Java 7 Concurrency Cookbook
- 輕松學(xué)Scratch 3.0 少兒編程(全彩)
- KnockoutJS Blueprints