Rendre OpenCV3 disponible à partir de python3 installé avec pyenv

Depuis OpenCV3 n'a pas pu être installé sur anaconda (opencv 2.4.10 à partir du 11 novembre 2015). Si vous n'êtes pas particulier sur opencv3, vous pouvez l'installer avec la commande suivante.

conda install -c https://conda.binstar.org/jjhelmus opencv

environnement

Mac OS X 10.10.1 homebrew pyenv anaconda3-2.4.0 (installed by pyenv)

Présentation d'OpenCV 3

brew tap homebrew/science
brew install opencv3 --with-python3
brew link opencv3 --force

Rendre OpenCV3 disponible à partir de python3

% cd /Users/(Nom d'utilisateur)/.pyenv/versions/anaconda3-2.4.0/lib/python3.5/site-packages
% ln -s /usr/local/Cellar/opencv3/3.0.0/lib/python3.5/site-packages/cv2.cpython-35m-darwin.so cv2.so

Veuillez changer le chemin en fonction de la version d'anaconda ou de python. Aussi, pour "cv2.cpython-35m-darwin.so", veuillez rechercher quelque chose comme ça en fonction de votre environnement.

tester

% python
Python 3.5.0 |Anaconda 2.4.0 (x86_64)| (default, Oct 20 2015, 14:39:26)
[GCC 4.2.1 (Apple Inc. build 5577)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv2
>>> cv2.__version__
'3.0.0'
>>>

S'il n'y a pas d'erreur lors de l'importation, l'installation est réussie ✨

Recommended Posts

Rendre OpenCV3 disponible à partir de python3 installé avec pyenv
Rendre MeCab disponible à partir de Python 3
Rendre Opencv disponible en Python
Installez le dernier Python de pyenv installé par homebrew
Acquisition d'images depuis une caméra avec Python + OpenCV
Utiliser Anaconda-Python installé avec pyenv depuis openFrameworks
Binarisation avec OpenCV / Python
Installez Python avec pyenv
Convertir JSON en CSV avec Python de Splunk
Utiliser Python installé par pyenv pour l'environnement d'exécution PL / Python
Utilisez python installé par Pyenv avec Sublime REPL de Sublime Text 3
[Python] Utilisation d'OpenCV avec Python (basique)
Créez Puyopuyo AI avec Python
Faites une loterie avec Python
Réinstaller python avec pyenv avec -fPIC
Détection de visage avec Python + OpenCV
Installez pyenv depuis Homebrew, installez Python depuis pyenv
python avec pyenv et venv
Avec skype, notifiez avec skype de python!
Utiliser OpenCV avec Python @Mac
Découpez une image d'une vidéo toutes les secondes avec Python + OpenCV
Un mémorandum (masOS) qui importe tkinter n'a pas pu être fait avec python installé à partir de pyenv
TensorFlow 2.2 ne peut pas être installé avec Python 3.8!
Briller la vie avec Python et OpenCV
Créez un bot LINE avec Python + heroku
Appeler C depuis Python avec DragonFFI
[Python] Utilisation d'OpenCV avec Python (filtrage d'image)
Réseau neuronal avec OpenCV 3 et Python 3
Utilisation de Rstan de Python avec PypeR
[Python] Utilisation d'OpenCV avec Python (transformation d'image)
Faisons une interface graphique avec python.
Installez Python à partir des sources avec Ansible
[Python] Utilisation d'OpenCV avec Python (détection des bords)
Définir les options de compilation python avec pyenv
python / Créer un dict à partir d'une liste.
Programmation facile Python + OpenCV avec Canopy
Créer un système de recommandation avec python
Exécutez Aprili depuis Python sur Orange
Essayez la reconnaissance faciale avec python + OpenCV
Utiliser Python mis en pyenv avec NeoVim
Découpez le visage avec Python + OpenCV
Reconnaissance faciale avec caméra avec opencv3 + python2.7
Charger une image gif avec Python + OpenCV
[Lambda] Activer les demandes d'importation [python]
Appelez python de nim avec Nimpy
Faisons un graphe avec python! !!
Trouver la similitude d'image avec Python + OpenCV
Utiliser OpenCV avec Python 3 dans Window
Dessinez une illustration avec Python + OpenCV
Charger fbx depuis python avec cinema4d
Suivre les balles de baseball avec Python + OpenCV
Segmentation basée sur un graphique avec Python + OpenCV
[Python] Rendre pip disponible sur macOS
Vérifier les modules installés à partir du script Python
Dessinez une flèche (vecteur) avec opencv / python
Etude de base d'OpenCV avec Python
tkinter n'a pas pu être utilisé avec python installé par pyenv de anyenv
Comment créer une caméra de surveillance (caméra de sécurité) avec Opencv et Python