- 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.
推薦閱讀
- Learning Single:page Web Application Development
- Mastering Concurrency Programming with Java 8
- 樂學Web編程:網站制作不神秘
- Web開發的貴族:ASP.NET 3.5+SQL Server 2008
- Swift 3 New Features
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第3版)
- JavaScript:Moving to ES2015
- 零基礎學單片機C語言程序設計
- Getting Started with Laravel 4
- Mastering JavaScript High Performance
- Azure Serverless Computing Cookbook
- Go語言從入門到精通
- 程序員必會的40種算法
- Java設計模式深入研究
- C語言程序設計實驗指導與習題精解