- Qt 5 and OpenCV 4 Computer Vision Projects
- Zhuo Qingliang
- 168字
- 2021-06-24 13:59:15
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, class or type names. Here is an example: "The Qt project file, ImageViewer.pro, should be renamed ImageEditor.pro. You can do this in your file manager or in a Terminal."
A block of code is set as follows:
QMenu *editMenu;
QToolBar *editToolBar;
QAction *blurAction;
When we wish to draw your attention to a particular part of a code block, a comment will be appended to end of the lines:
// for editting
void blurImage();
Any command-line input or output is written as follows:
$ mkdir Chapter-02
$ cp -r Chapter-01/ImageViewer/ Chapter-02/ImageEditor
$ ls Chapter-02
ImageEditor
$ cd Chapter-02/ImageEditor
$ make clean
$ rm -f ImageViewer
The $ symbol is the shell prompt, and the text after it is a command. The lines that don't start with a $ are the output of the preceding command.
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 從零構建知識圖譜:技術、方法與案例
- Cocos2D-X權威指南(第2版)
- Python 3.7網絡爬蟲快速入門
- JavaScript 從入門到項目實踐(超值版)
- Mastering QGIS
- Mastering Concurrency in Go
- R大數據分析實用指南
- JAVA程序設計實驗教程
- Unity UI Cookbook
- Getting Started with LLVM Core Libraries
- Getting Started with React Native
- Scala for Machine Learning(Second Edition)
- Python項目實戰從入門到精通
- Java高并發編程詳解:深入理解并發核心庫
- 每個人的Python:數學、算法和游戲編程訓練營