- 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.
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- Git Version Control Cookbook
- Practical DevOps
- Easy Web Development with WaveMaker
- Android Native Development Kit Cookbook
- Integrating Facebook iOS SDK with Your Application
- 基于SpringBoot實(shí)現(xiàn):Java分布式中間件開(kāi)發(fā)入門(mén)與實(shí)戰(zhàn)
- Troubleshooting Citrix XenApp?
- PrimeFaces Blueprints
- Xcode 6 Essentials
- 計(jì)算機(jī)系統(tǒng)解密:從理解計(jì)算機(jī)到編寫(xiě)高效代碼
- Android應(yīng)用程序設(shè)計(jì)
- JavaWeb從入門(mén)到精通(視頻實(shí)戰(zhàn)版)
- Python趣味創(chuàng)意編程