From 9299e67b2ffc19f69d029704735c2d6b64d42f78 Mon Sep 17 00:00:00 2001 From: Pau Gargallo Date: Mon, 26 Oct 2015 09:23:44 +0100 Subject: [PATCH] Install python opencv ubuntu package Former-commit-id: 4d482619af14b08582dc649954f890baeb4a5e72 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 28ed79e6..cad3a8c1 100755 --- a/install.sh +++ b/install.sh @@ -143,7 +143,7 @@ sudo apt-get install --assume-yes --install-recommends \ libgoogle-glog-dev libatlas-base-dev libeigen3-dev libsuitesparse-dev \ python-dev python-pip libboost-python-dev \ python-numpy-dev python-scipy python-yaml \ - python-pyexiv2 \ + python-opencv python-pyexiv2 \ gdal-bin \ exiv2 \ > "$TOOLS_LOG_PATH/apt-get_install.log" 2>&1