Skip to Content
Hands-On Robotics Programming with C++
book

Hands-On Robotics Programming with C++

by Dinesh Tavasalkar
March 2019
Intermediate to advanced
312 pages
7h 37m
English
Packt Publishing
Content preview from Hands-On Robotics Programming with C++

Downloading and unzipping OpenCV 4.0 and its contribution repository

Once we have installed these packages, we can move on to OpenCV. Let's begin by downloading Open CV 4.0:

  1. Type the following command into your Terminal window:
wget -O opencv.zip https://github.com/opencv/opencv/archive/4.0.0.zip
  1. Download the opencv_contrib repository, which contains some additional modules. Enter the following command:

wget -O opencv_contrib.zip https://github.com/opencv/opencv_contrib/archive/4.0.0.zip

The commands in step 1 and step 2 are both single-line commands.

  1. Unzip the opencv.zip file using the following command:
unzip opencv.zip
  1. Unzip the opencv_contrib.zip file:
unzip opencv_contrib.zip

After unzipping opencv and opencv_contrib, you ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learn Robotics Programming

Learn Robotics Programming

Danny Staple
C++ Reactive Programming

C++ Reactive Programming

Praseed Pai, Peter Abraham

Publisher Resources

ISBN: 9781789139006Supplemental Content