- OpenCV Essentials
- Oscar Deniz Suarez等
- 208字
- 2021-04-02 10:03:13
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, folder names, filenames, file extensions, pathnames, system variables, URLs, and user input are shown as follows: "Each module has an associated header file (for example, core.hpp
)."
A block of code is set as follows:
#include "opencv2/core/core.hpp" #include "opencv2/highgui/highgui.hpp" using namespace std; using namespace cv; int main(int argc, char *argv[]) { Mat frame; // Container for each frame
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
#include "opencv2/core/core.hpp" #include "opencv2/highgui/highgui.hpp" #include <iostream> using namespace std; using namespace cv; int main(int argc, char *argv[]) {
Any command-line input or output is written as follows:
C:\opencv-buildQt\install
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Also, the checkboxes labeled as Grouped and Advanced should be marked in the CMake main window."
- Excel 2010中文版完全自學手冊
- Excel VBA語法辭典
- Excel 2016表格、公式、函數(shù)與圖表應用傻瓜書
- 天天用的Office一百招
- Office 2007辦公軟件應用立體化教程
- Word/Excel/PPT 2016商務辦公從新手到高手
- PPT演義:100%幻燈片設計密碼
- Excel數(shù)據(jù)可視化:從圖表到數(shù)據(jù)大屏
- 隨身查: 一小時搞定你想要的PPT
- PPT職場利器:PPT商務應用案例大全
- 快速編碼:高效使用MicrosoftVisualStudio
- Excel人力資源應用之道
- 如何高效辦公:Word2013經(jīng)典應用技巧大全
- PowerPoint 2010辦公專家從入門到精通(精編版)
- Office 2013應用技巧實例大全