官术网_书友最值得收藏!

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 are shown as follows: "For a basic project based on an executable build from one source code file, a two line CMakeLists.txt file is all that is needed ."

A block of code is set as follows:

#include "opencv2/opencv.hpp"
using namespace cv;

int main(int, char** argv)
{
  FileStorage fs2("test.yml", FileStorage::READ);
  Mat r;
  fs2["Result"] >> r;
  std::cout << r << std::endl;
  fs2.release();
  return 0;
}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

@Path("departments")
@Produces(MediaType.APPLICATION_JSON) 
public class DepartmentResource{
//Class implementation goes here...    
}

Any command-line input or output is written as follows:

C:\> setx -m OPENCV_DIR D:\OpenCV\Build\x64\vc11

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: "To show the control panel we can push the last tool bar button, right click in any part of QT Window and select Display properties window."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 永顺县| 报价| 喀喇沁旗| 普兰县| 怀来县| 故城县| 景泰县| 静宁县| 定结县| 凤凰县| 调兵山市| 阿荣旗| 朝阳县| 临漳县| 阜康市| 泸溪县| 高碑店市| 措勤县| 遂川县| 霍州市| 金昌市| 哈尔滨市| 祥云县| 双城市| 天柱县| 漠河县| 全南县| 万盛区| 图木舒克市| 通化县| 安图县| 涿州市| 荃湾区| 科技| 曲周县| 南京市| 清徐县| 湘西| 秦皇岛市| 克东县| 左云县|