- 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.
推薦閱讀
- Redis入門指南(第3版)
- Computer Vision for the Web
- Java入門很輕松(微課超值版)
- Android 應用案例開發大全(第3版)
- Learning Data Mining with R
- 從0到1:Python數據分析
- Babylon.js Essentials
- Building Dynamics CRM 2015 Dashboards with Power BI
- C語言程序設計教程
- Vue.js 3.x高效前端開發(視頻教學版)
- 網絡綜合布線與組網實戰指南
- Mastering Unity Scripting
- HTML5+jQuery Mobile移動應用開發
- 機器人ROS開發實踐
- Web前端開發全程實戰:HTML5+CSS3+JavaScript+jQuery+Bootstrap