Construire un environnement OpenCV-Python sur Raspberry Pi B +

Installation d'OpenCV

--Installez OpenCV-python sur RasPi

RaspberryPi


$ sudo apt-get install libopencv-dev
$ sudo apt-get install python-opencv

Contrôle de fonctionnement

--Créer un script python pour vérifier l'opération sur RasPi (conversion en échelle de gris) --lena a été supprimée du WEB

cvTest.py


import cv2

img = cv2.imread('lena.jpg')
img_gray = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY)
cv2.imwrite('lena_gray.jpg', img_gray)

--Exécuter

RaspberryPi


$ python cvTest.py

RasPi_OpenCV_Python_Test.jpg

Site référencé

Recommended Posts

Construire un environnement OpenCV-Python sur Raspberry Pi B +
Construire un environnement Django sur Raspai (MySQL)
Construire un environnement de développement Python sur Raspberry Pi
Créer un environnement Arch Linux sur Raspai
Créer un environnement OpenCV4 sur Raspberry Pi à l'aide de Poetry
Construisez wxPython sur Ubuntu 20.04 sur Raspberry Pi 4
Démarrage USB sur Raspberry Pi 4 modèle B
Créer un environnement Tensorflow avec Raspberry Pi [2020]
pigpio sur Raspberry pi
Cython sur Raspberry Pi
Introduction de Ceph avec Kubernetes sur Raspberry Pi 4B (ARM64)
Créer un environnement Python sur Windows
Construire un environnement Python avec Windows
raspberry pi 1 modèle b, python
Introduction de pyenv sur Raspberry Pi
Utilisez NeoPixel avec la tarte aux framboises
Installez OpenCV4 sur Raspberry Pi 3
Installez TensorFlow 1.15.0 sur Raspberry Pi
[Remarque] Installation de vmware ESXi sur Arm Fling sur Raspeye 4B
Portez FreeRTOS vers Raspberry Pi 4B
Test de la communication UART avec Raspberry Pi
Raspberry pi 1 modèle b, partie rouge noeud 17
MQTT sur Raspberry Pi et Mac
raspberry pi 4 centos7 installer sur docker
Installez ghoto2 sur Raspberry Pi (Remarque)
Essayez d'utiliser ArUco avec Raspberry Pi
Procédure d'installation d'OpenCV sur Raspberry Pi
Allumer / éteindre le Raspberry pi avec Arduino
Détecter l'état du commutateur avec Raspberry Pi 3
Créer un environnement Python 3.8 + Pipenv sur Ubuntu 18.04
Créer un environnement python3 sur CentOS7
Installez OpenMedia Vault 5 sur Raspberry Pi 4
L Chika avec Raspberry Pi C #
Environnement de création de module d'extension Python 2.7, 3.4, 3.5 sous Windows
Raspberry Pi "Lampe de notification Honwaka" Partie 2
Détectez la "luminosité" en utilisant python sur Raspberry Pi 3!
Créer un environnement Python 3 et OpenCV sur Ubuntu 18.04
Construire un environnement python sur MacOS (Catallina)
Raspberry Pi "Lampe de notification Honwaka" Partie 1
Activer la communication série UART + avec Raspberry Pi
Adafruit Python BluefruitLE fonctionne sur Raspeye.
Accélérez l'apprentissage en profondeur avec le processeur Rasperry Pi 4
Définir l'espace d'échange sur Ubuntu sur Raspberry Pi
Programmation normale avec la programmation Node-RED avec Raspberry Pi 3
Utiliser le capteur Grove avec Raspberry Pi
Installez la version 64 bits du système d'exploitation (bate) sur Raspberry Pi
Créer un environnement Python avec Anaconda sur Mac
Installez docker-compose sur le système d'exploitation Raspberry Pi 64 bits
Exécutez un servomoteur en utilisant python sur Raspberry Pi 3
Raspberry Pi "Lampe de notification Honwaka" Partie 3
Construire WordPress sur CentOS 8 dans l'environnement LAMP
Travailler avec des capteurs dans Mathematica sur Raspberry Pi
Détectez la température à l'aide de python sur Raspberry Pi 3!
Créer un environnement Python + OpenCV sur Cloud9
Multiplication matricielle sur GPU Raspberry Pi (partie 2)
Comment installer NumPy sur Raspeye
Travailler avec le GPS en Python pour Raspberry Pi 3