- Mastering OpenCV 4 with Python
- Alberto Fernández Villán
- 160字
- 2021-07-02 12:07:12
Image Basics in OpenCV
Images are a key component in a computer vision project because they provide, in many cases, the input to work with. Therefore, understanding main image concepts is the basic knowledge you need to start coding your computer vision projects. Also, some of the OpenCV library peculiarities, such as the coordinate system or the BGR order (rather than RGB), will be introduced.
In this chapter, you will learn how to start writing your first scripts, which will introduce you to the OpenCV library. At the end of this chapter, you will have enough knowledge to start programming your first computer vision project in OpenCV and Python.
In this chapter, we will cover the following topics:
- A theoretical introduction to image basics
- Concepts of pixel, colors, channels, images, and color spaces
- The coordinate system in OpenCV
- Accessing and manipulating pixels in OpenCV in different color spaces (getting and setting)
- BGR order in OpenCV (rather than RGB)
推薦閱讀
- Mastering OpenLayers 3
- 案例式C語(yǔ)言程序設(shè)計(jì)
- JavaScript+DHTML語(yǔ)法與范例詳解詞典
- Oracle Exadata性能優(yōu)化
- Microsoft Application Virtualization Cookbook
- OpenCV實(shí)例精解
- Mastering Selenium WebDriver
- Learn Programming in Python with Cody Jackson
- Getting Started with Python Data Analysis
- PostgreSQL Replication(Second Edition)
- Bootstrap 4:Responsive Web Design
- MongoDB權(quán)威指南(第3版)
- Raspberry Pi Home Automation with Arduino(Second Edition)
- Java面向?qū)ο蟪绦蛟O(shè)計(jì)
- Extreme C