- Mastering OpenCV 4 with Python
- Alberto Fernández Villán
- 212字
- 2021-07-02 12:07:15
An introduction to handling files and images
Before going deeper in handling files and images, we are going to give you an overview of what we will look at in this chapter. This overview is summarized in the following diagram:

In the preceding diagram, you can see that a computer vision project (for example, an OpenCV and Python project) should deal with some input files (for example, files and images). Additionally, after some processing, the project can output some files (for example, images and files). So, in this chapter, we are going to see how to cope with these requirements and how to implement this flow (input-processing-output) properly.
A primary and necessary step to execute a program is to properly cope with command-line arguments, which are parameters that are given to a program or script containing some kind of parameterized information. For example, if you write a script to add two numbers, a common approach is to have two arguments, which are the two numbers that are necessary to perform the addition. In computer vision projects, images and different types of files are usually passed to the script as command-line arguments.
- Mastering Objectoriented Python
- Oracle從新手到高手
- Vue.js 3.x從入門到精通(視頻教學(xué)版)
- PowerCLI Cookbook
- Django:Web Development with Python
- Web Application Development with MEAN
- Mastering ServiceNow(Second Edition)
- INSTANT Django 1.5 Application Development Starter
- Apache Mahout Clustering Designs
- Getting Started with Greenplum for Big Data Analytics
- Instant Automapper
- Web編程基礎(chǔ):HTML5、CSS3、JavaScript(第2版)
- Getting Started with Web Components
- Python計算機視覺與深度學(xué)習(xí)實戰(zhàn)
- C++從零開始學(xué)(視頻教學(xué)版)(第2版)