Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering OpenCV 3 - Second Edition

You're reading from  Mastering OpenCV 3 - Second Edition

Product type Book
Published in Apr 2017
Publisher
ISBN-13 9781786467171
Pages 250 pages
Edition 2nd Edition
Languages
Author (1):
Jason Saragih Jason Saragih
Profile icon Jason Saragih
Toc

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: "You should put most of the code from this chapter into the cartoonifyImage() function"

A block of code is set as follows:

    int cameraNumber = 0;
    if (argc> 1)
      cameraNumber = atoi(argv[1]);
    // Get access to the camera.
    cv::VideoCapture capture

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

    // Get access to the camera.
    cv::VideoCapture capture;
    camera.open(cameraNumber);
    if (!camera.isOpened()) {
      std::cerr<< "ERROR: Could not access the camera or video!" <<

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

cmake -G "Visual Studio 10" 

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: "In order to download new modules, we will go to Files Settings | Project Name | Project Interpreter."

Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime