- OpenCV with Python By Example
- Prateek Joshi
- 155字
- 2021-07-16 19:57:00
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We use a function called getPerspectiveTransform
to get the transformation matrix."
A block of code is set as follows:
cv2.imshow('Input', img) cv2.imshow('Output', img_output) cv2.waitKey()
Any command-line input or output is written as follows:
$ make -j4 $ sudo make install
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "The tx and ty values are the X and Y translation values."
推薦閱讀
- SPSS數據挖掘與案例分析應用實踐
- SQL Server 從入門到項目實踐(超值版)
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- Vue.js設計與實現
- Java高并發核心編程(卷2):多線程、鎖、JMM、JUC、高并發設計模式
- Maven Build Customization
- Learning Firefox OS Application Development
- 3D少兒游戲編程(原書第2版)
- Azure Serverless Computing Cookbook
- 新印象:解構UI界面設計
- Machine Learning for Developers
- Mastering ASP.NET Core 2.0
- Python應用開發技術
- H5匠人手冊:霸屏H5實戰解密
- C語言編程魔法書:基于C11標準