- 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.
推薦閱讀
- Learn ECMAScript(Second Edition)
- Interactive Data Visualization with Python
- Visual Basic程序設計習題解答與上機指導
- FFmpeg入門詳解:音視頻原理及應用
- Java EE 8 Application Development
- RSpec Essentials
- 單片機C語言程序設計實訓100例
- Scala Reactive Programming
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- Go語言開發實戰(慕課版)
- JavaScript動態網頁編程
- Django實戰:Python Web典型模塊與項目開發
- Arduino Wearable Projects
- C編程技巧:117個問題解決方案示例
- Oracle 12c從入門到精通(視頻教學超值版)