[PYTHON] OpenCV3-Installationskampf

Installationshinweise für openCV3 + Python (2.7)

Umgebung

Vorbereitung

Installation von Bibliotheken usw., die zum Erstellen erforderlich sein können. Es ist alles passend. (Wahrscheinlich sind einige unnötige Dinge enthalten)

$ sudo apt-get update
$ sudo apt-get install git cmake python-numpy python-dev libpng12-dev libjpeg-turbo8-dev libtiff5-dev libgtk-3-dev libeigen3-dev libopencv-dev

OpenCV3 Holen Sie sich die Quelle. Ich möchte xfeatures2d verwenden, aber es ist in opencv_contrib Es wird kommen.

$ git clone https://github.com/Itseez/opencv.git
$ git clone https://github.com/Itseez/opencv_contrib.git

Führen Sie dann cmake aus. Durch Angabe mit einem Flag wird auch opencv_contrib sofort erledigt.

$ cd opencv
$ mkdir build
$ cd build
$ cmake -D CMAKE_BUILD_TYPE=RELEASE \
        -D CMAKE_INSTALL_PREFIX=/usr/local \
        -D WITH_EIGEN=ON \
        -D OPENCV_EXTRAMODELUES_PATH="<path/to/opencv_contrib>/modules" \
        ..
$ make
$ sudo make install

Sehen Sie sich die Ausgabe von cmake an, um festzustellen, ob das gewünschte Modul und die Bibliothek ordnungsgemäß verwendet werden können.

Hinweis

Wenn Sie vergessen haben, eine Bibliothek hinzuzufügen und erneut zu erstellen, löschen Sie CMakeCache.txt ordnungsgemäß.

Recommended Posts

OpenCV3-Installationskampf
Python OpenCV Installation (Memo)
OpenCV3-Installation für Python3 @macOS
Einfache Installation von OpenCV auf RaspberryPi 3+
OpenCV-Installationsverfahren auf Raspberry Pi
Django Installation
boto3 Installation
Pythia-Installation
Installieren Sie Docker
Volatilitätsinstallation
Python-Installation
Rohrinstallation
Sphinx-Installation
InstantOS 1-Installation
Jupyter Installation
Python-Installation
Rohrinstallation
Kivy Installation
ChaSen-Installation
Backtrader-Installation
Rohrinstallation