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

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.

主站蜘蛛池模板: 邢台县| 云梦县| 包头市| 青田县| 石台县| 邢台市| 白河县| 阳山县| 突泉县| 元阳县| 稷山县| 会东县| 南汇区| 礼泉县| 平和县| 乌拉特后旗| 绥德县| 郓城县| 临夏县| 宁德市| 昭通市| 左云县| 闵行区| 博乐市| 金湖县| 新密市| 广安市| 岐山县| 盐池县| 南涧| 乡宁县| 正镶白旗| 光山县| 茂名市| 镇平县| 鄢陵县| 兴隆县| 蒙阴县| 阿勒泰市| 山西省| 麻栗坡县|