- The Computer Vision Workshop
- Hafsa Asad Vishwesh Ravi Shrimali Nikhil Singh
- 117字
- 2021-06-18 18:20:30
1. Basics of Image Processing
Overview
This chapter serves as an introduction to the amazing and colorful world of image processing. We will start by understanding images and their various components – pixels, pixel values, and channels. We will then have a look at the commonly used color spaces – red, green, and blue (RGB) and Hue, Saturation, and Value (HSV). Next, we will look at how images are loaded and represented in OpenCV and how can they be displayed using another library called Matplotlib. Finally, we will have a look at how we can access and manipulate pixels. By the end of this chapter, you will be able to implement the concepts of color space conversion.
推薦閱讀
- ClickHouse性能之巔:從架構設計解讀性能之謎
- The Android Game Developer's Handbook
- 編寫高質量代碼:改善Python程序的91個建議
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- Learning Laravel 4 Application Development
- Julia Cookbook
- 基于Swift語言的iOS App 商業實戰教程
- Python機器學習經典實例
- Java應用開發技術實例教程
- Python:Master the Art of Design Patterns
- C語言程序設計
- OpenGL Data Visualization Cookbook
- C++反匯編與逆向分析技術揭秘(第2版)
- “笨辦法”學C語言
- Java EE 7 with GlassFish 4 Application Server