OpenCV On Raspberry PI!!
- P S
- Jan 1, 2021
- 1 min read
Updated: Jan 5, 2021
OpenCV (Open Source Computer Vision Library) is an open-source computer vision library and has bindings for C++, Python, and Java. The complete process available here. Just go through it!!
🔴OpenCV is a library of programming functions mainly aimed at real-time computer vision. 🟢Originally developed by Intel, it was later supported by Willow Garage then Itseez.
🟡It mainly focuses on image processing, video capture, and analysis including features like face detection and object detection.
Commands:-
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install python3-opencv
For more:-
🔥🔥Note:- During installation, if there will be any Error then please use the same command again on the pi terminal !!!
Comentarios