- OpenCV 4 with Python Blueprints
- Dr. Menua Gevorgyan Arsen Mamikonyan Michael Beyeler
- 115字
- 2021-06-24 16:50:05
Getting started
This chapter has been tested with OpenCV 4.1.1.
Note that you might have to obtain the so-called extra modules from https://github.com/Itseez/opencv_contrib.
We install OpenCV with OPENCV_ENABLE_NONFREE and the OPENCV_EXTRA_MODULES_PATH variable set in order to get Speeded-Up Robust Features (SURF) and the Fast Library for Approximate Nearest Neighbors (FLANN) installed. You can also use the Docker files available in the repository, which contain all the required installations.
Additionally, note that you may have to obtain a license to use SURF in commercial applications.
The code for this chapter can be found in the GitHub book repository available at https://github.com/PacktPublishing/OpenCV-4-with-Python-Blueprints-Second-Edition/tree/master/chapter3.
推薦閱讀
- 流量的秘密:Google Analytics網站分析與優化技巧(第2版)
- WebAssembly實戰
- 深入淺出Windows API程序設計:編程基礎篇
- 編譯系統透視:圖解編譯原理
- 面向對象程序設計(Java版)
- Visual Basic程序設計實驗指導(第二版)
- Create React App 2 Quick Start Guide
- Kotlin開發教程(全2冊)
- Java編程從入門到精通
- Mastering Concurrency Programming with Java 9(Second Edition)
- Visual Basic程序設計全程指南
- Cloud Development andDeployment with CloudBees
- Learning Rust
- Learning Java by Building Android Games
- 面向對象程序設計及C++實驗指導(第3版)