- 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.
推薦閱讀
- Building a Home Security System with Raspberry Pi
- Visual Basic程序開發(學習筆記)
- 體驗設計原理:行為、情感和細節
- GeoServer Beginner's Guide(Second Edition)
- 網站構建技術
- Building Microservices with .NET Core
- Node.js開發指南
- 深度探索Go語言:對象模型與runtime的原理特性及應用
- Python全棧開發:基礎入門
- 分布式數據庫HBase案例教程
- Mapping with ArcGIS Pro
- MATLAB從入門到精通
- Neo4j High Performance
- 大學計算機基礎
- Deep Learning with TensorFlow(Second Edition)