- 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)
推薦閱讀
- Flask Blueprints
- Python數據分析入門與實戰
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- 軟件界面交互設計基礎
- C# Programming Cookbook
- Python Tools for Visual Studio
- Python神經網絡項目實戰
- 人臉識別原理及算法:動態人臉識別系統研究
- SAS數據統計分析與編程實踐
- Hands-On Swift 5 Microservices Development
- Learning Probabilistic Graphical Models in R
- Mastering ROS for Robotics Programming
- 速學Python:程序設計從入門到進階
- Python項目實戰從入門到精通
- Java程序設計教程