- Mastering OpenCV 4 with Python
- Alberto Fernández Villán
- 143字
- 2021-07-02 12:07:19
Questions
- What is sys.argv[1]?
- Write a piece of code to add a first_number argument of the int type and include the help first number to be added using parser.add_argument().
- Write a piece of code to save the imagine img to disk with the name image.png.
- Create the capture object using cv2.VideoCapture() to read from the first camera that's connected to your computer.
- Create the object capture using cv2.VideoCapture() to read from the first camera connected to your computer and print the CAP_PROP_FRAME_WIDTH property.
- Read an image and save it to disk with the same name but ending in _copy.png (for example, logo_copy.png).
- Create a script (read_video_file_backwards_save_video.py) that loads a video file and creates another played backwards (containing the last frame of the video first and so on).
推薦閱讀
- Practical Data Analysis Cookbook
- Facebook Application Development with Graph API Cookbook
- Modular Programming with Python
- AWS Serverless架構:使用AWS從傳統部署方式向Serverless架構遷移
- Windows系統管理與服務配置
- 程序員數學:用Python學透線性代數和微積分
- Android Development with Kotlin
- Programming ArcGIS 10.1 with Python Cookbook
- Apache Hive Essentials
- Python王者歸來
- Bootstrap 4:Responsive Web Design
- Highcharts Cookbook
- Python機器學習:預測分析核心算法
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰
- C# and .NET Core Test Driven Development