December 2018
Intermediate to advanced
280 pages
7h 23m
English
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "To see the remaining space on your SD card, run df -h | head -2."
A block of code is set as follows:
Mat bigImg; resize(smallImg, bigImg, size, 0,0, INTER_LINEAR); dst.setTo(0); bigImg.copyTo(dst, mask);
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 bigImg; resize(smallImg, bigImg, size, 0,0, INTER_LINEAR); dst.setTo(0); bigImg.copyTo(dst, mask);
Any command-line input or output is written as follows: ...
Read now
Unlock full access