- 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?
推薦閱讀
- Objective-C應(yīng)用開發(fā)全程實(shí)錄
- 控糖控脂健康餐
- 網(wǎng)頁設(shè)計(jì)與制作教程(HTML+CSS+JavaScript)(第2版)
- 云計(jì)算通俗講義(第3版)
- Cassandra Data Modeling and Analysis
- Java性能權(quán)威指南(第2版)
- 正則表達(dá)式經(jīng)典實(shí)例(第2版)
- Visual C#.NET程序設(shè)計(jì)
- Principles of Strategic Data Science
- Mastering SciPy
- Java Web動(dòng)態(tài)網(wǎng)站開發(fā)(第2版·微課版)
- 創(chuàng)新工場(chǎng)講AI課:從知識(shí)到實(shí)踐
- JavaScript語法簡(jiǎn)明手冊(cè)
- Learning Swift
- HTML 5與CSS 3權(quán)威指南(第4版·上冊(cè))