An Introduction to the Basics of OpenCV
After covering OpenCV installation on different operating systems in Chapter 1, Getting Started with OpenCV, we are going to introduce the basics of OpenCV development in this chapter. It begins with showing how to create our project using CMake. We are going to introduce the basic image data structures and matrices, along with other structures that are required to work in our projects. We are going to introduce how to save our variables and data into 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 (for example, matrices)
- Other important and basic structures (for example, vectors and scalars)
- An introduction to basic matrix operations
- File storage operations with XML/YAML persistence OpenCV API
推薦閱讀
- Python數據分析與挖掘實戰
- Effective Amazon Machine Learning
- 工業大數據分析算法實戰
- Oracle PL/SQL實例精解(原書第5版)
- Proxmox VE超融合集群實踐真傳
- MATLAB Graphics and Data Visualization Cookbook
- Instant Autodesk AutoCAD 2014 Customization with .NET
- 數據庫應用系統開發實例
- Spark分布式處理實戰
- SQL Server 2012實施與管理實戰指南
- 區塊鏈+:落地場景與應用實戰
- Oracle 內核技術揭密
- 標簽類目體系:面向業務的數據資產設計方法論
- 大數據技術體系詳解:原理、架構與實踐
- SQL進階教程(第2版)