- OpenCV By Example
- Prateek Joshi David Millán Escrivá Vinícius Godoy
- 144字
- 2021-07-23 14:41:59
Chapter 2. An Introduction to the Basics of OpenCV
After covering the installation of OpenCV on different operating systems in Chapter 1, Getting Started with OpenCV, we are going to introduce the basics of OpenCV development in this chapter.
In this chapter, you will learn how to create your project using CMake.
We will also introduce the image basic data structures, matrices, and other structures that are required in our projects.
We will learn how to save our variables and data in files using the XML/YAML persistence OpenCV functions.
In this chapter, we will cover the following topics:
- Configuring projects with CMake
- Reading/writing images from/to disk
- Reading videos and accessing camera devices
- The main image structures (matrices)
- Other important and basic structures (vectors, scalars, and so on)
- An introduction to basic matrix operations
- File storage operations with the XML/YAML persistence OpenCV API
推薦閱讀
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- Learning Scala Programming
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- Practical UX Design
- CentOS 7 Server Deployment Cookbook
- Active Directory with PowerShell
- iOS自動化測試實戰:基于Appium、Python與Pytest
- 編程可以很簡單
- Orchestrating Docker
- 從程序員角度學習數據庫技術(藍橋杯軟件大賽培訓教材-Java方向)
- Visual C++程序設計與項目實踐
- Mastering PowerCLI
- Oracle Database XE 11gR2 Jump Start Guide
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite
- Koa與Node.js開發實戰