書名: Mastering OpenCV 4 with Python作者名: Alberto Fernández Villán本章字數: 148字更新時間: 2021-07-02 12:07:15
Questions
- What are the main image-processing steps?
- What are the three processing levels?
- What is the difference between a grayscale image and a black and white image?
- What is a pixel?
- What is image resolution?
- What OpenCV functions do you use to perform the following actions?
- Load (read) an image
- Show an image
- Wait for a keystroke
- Split the channels
- Merge the channels
- What command do you use to run the Jupyter Notebook?
- What color will you get with the following triplets?
- B = 0, G = 255, R = 255
- B = 255, G = 255, R = 0
- B = 255, G = 0, R = 255
- B = 255, G = 255, R = 255
- Suppose that you have loaded an image in img. How do you check whether img is color or grayscale?
推薦閱讀
- Learning Java Functional Programming
- OpenDaylight Cookbook
- 深入實踐Spring Boot
- Mastering Spring MVC 4
- 編寫高質量代碼:改善Python程序的91個建議
- Essential Angular
- JavaScript by Example
- Full-Stack React Projects
- Hands-On Automation Testing with Java for Beginners
- 從Java到Web程序設計教程
- 持續輕量級Java EE開發:編寫可測試的代碼
- 計算機應用基礎案例教程
- Visual Basic語言程序設計基礎(第3版)
- 百萬在線:大型游戲服務端開發
- HTML5程序設計基礎教程