- Mastering OpenCV 4
- Roy Shilkrot David Millán Escrivá
- 177字
- 2021-07-02 14:47:34
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "To see the remaining space on your SD card, run df -h | head -2."
A block of code is set as follows:
Mat bigImg;
resize(smallImg, bigImg, size, 0,0, INTER_LINEAR);
dst.setTo(0);
bigImg.copyTo(dst, mask);
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
Mat bigImg;
resize(smallImg, bigImg, size, 0,0, INTER_LINEAR);
dst.setTo(0);
bigImg.copyTo(dst, mask);
Any command-line input or output is written as follows:
sudo apt-get purge -y wolfram-engine
Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Navigate to Media | Open Network Stream."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- C#程序設計實訓指導書
- x86匯編語言:從實模式到保護模式(第2版)
- Reactive Programming With Java 9
- CKA/CKAD應試教程:從Docker到Kubernetes完全攻略
- Teaching with Google Classroom
- Image Processing with ImageJ
- Orchestrating Docker
- Photoshop智能手機APP界面設計
- AI自動化測試:技術原理、平臺搭建與工程實踐
- Mastering ASP.NET Core 2.0
- Java高手是怎樣煉成的:原理、方法與實踐
- Processing開發(fā)實戰(zhàn)
- Thymeleaf 3完全手冊
- 計算機軟件項目實訓指導
- MATLAB/Simulink建模與仿真