- 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)
推薦閱讀
- 計算思維與算法入門
- PowerCLI Cookbook
- Twilio Best Practices
- Python Tools for Visual Studio
- Magento 1.8 Development Cookbook
- 深入淺出Serverless:技術原理與應用實踐
- R Data Analysis Cookbook(Second Edition)
- RabbitMQ Cookbook
- Java網絡編程核心技術詳解(視頻微課版)
- Microsoft Azure Storage Essentials
- Yii Project Blueprints
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- Python Data Science Cookbook
- Java EE 7 with GlassFish 4 Application Server
- SQL Server 2008實用教程(第3版)