- OpenCV Android Programming By Example
- Amgad Muhammad
- 184字
- 2021-07-30 10:01:38
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "To uninstall the previous installation, go to the previous installation directory and run tadp_uninstall.exe
."
A block of code is set as follows:
LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := hello-jni LOCAL_SRC_FILES := hello-jni.c
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
Mat rgbImage=new Mat();
Imgproc.cvtColor(originalImage, rgbImage, Imgproc.COLOR_BGR2RGB);
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "You will need to choose the type of the installation. Select a custom installation and click Next."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 程序設(shè)計(jì)與實(shí)踐(VB.NET)
- 算法零基礎(chǔ)一本通(Python版)
- Instant Zepto.js
- INSTANT MinGW Starter
- 新編Premiere Pro CC從入門(mén)到精通
- MATLAB定量決策五大類(lèi)問(wèn)題
- MySQL數(shù)據(jù)庫(kù)基礎(chǔ)實(shí)例教程(微課版)
- Serverless架構(gòu)
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- Kotlin極簡(jiǎn)教程
- Arduino可穿戴設(shè)備開(kāi)發(fā)
- Magento 2 Beginners Guide
- Delphi開(kāi)發(fā)典型模塊大全(修訂版)
- Visual Basic語(yǔ)言程序設(shè)計(jì)基礎(chǔ)(第3版)
- AngularJS UI Development