- 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.
推薦閱讀
- Expert C++
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- Mastering QGIS
- 精通網(wǎng)絡(luò)視頻核心開發(fā)技術(shù)
- Apache Kafka Quick Start Guide
- Mastering Python Design Patterns
- Android應(yīng)用開發(fā)深入學(xué)習(xí)實(shí)錄
- Maven for Eclipse
- Xamarin Cross-Platform Development Cookbook
- 計(jì)算機(jī)系統(tǒng)解密:從理解計(jì)算機(jī)到編寫高效代碼
- Python實(shí)戰(zhàn)指南:手把手教你掌握300個(gè)精彩案例
- Learn C Programming
- SFML Essentials
- Lua Quick Start Guide
- Machine Learning with R Cookbook