|
1 | | -# opencv-raspberrypi |
2 | | - |
3 | | - |
4 | | - |
5 | | -Precompiled **OpenCV 4.10.0** binaries for **Raspberry Pi 3 & 4**. |
6 | | -Read the following [blog post](https://lindevs.com/install-precompiled-opencv-on-raspberry-pi) for additional information. |
7 | | - |
8 | | -## Supported features |
9 | | - |
10 | | -* NEON optimization |
11 | | -* VFPv3 optimization |
12 | | -* TBB library |
13 | | -* FFmpeg library |
14 | | -* GStreamer library |
15 | | -* Python 3 bindings |
16 | | - |
17 | | -You can read detailed [build information](build_information_64.txt). |
18 | | - |
19 | | -## Prerequisites |
20 | | - |
21 | | -### Supported Boards |
22 | | - |
23 | | -* Raspberry Pi 3 Model A+ |
24 | | -* Raspberry Pi 3 Model B+ |
25 | | -* Raspberry Pi 4 Model B |
26 | | - |
27 | | -Tested on Raspberry Pi 4 Model B (8 GB). |
28 | | - |
29 | | -### Supported OS |
30 | | - |
31 | | -* Raspberry Pi OS Bookworm 64-bit |
32 | | - |
33 | | -## Install |
34 | | - |
35 | | -```shell |
36 | | -wget https://github.com/prepkg/opencv-raspberrypi/releases/latest/download/opencv_64.deb |
37 | | -``` |
38 | | - |
39 | | -```shell |
40 | | -sudo apt install -y ./opencv_64.deb |
41 | | -``` |
42 | | - |
43 | | -## Uninstall |
44 | | - |
45 | | -```shell |
46 | | -sudo apt purge --autoremove -y opencv |
47 | | -``` |
48 | | - |
49 | | -## Debian Package |
50 | | - |
51 | | -Debian package contains the following shared libraries: |
52 | | - |
53 | | -| Library | Description | |
54 | | -|:----------------------------|:---------------------------------------------------------| |
55 | | -| libopencv_calib3d.so | Camera calibration and 3D reconstruction | |
56 | | -| libopencv_core.so | The Core Functionality | |
57 | | -| libopencv_dnn.so | Deep Neural Networks | |
58 | | -| libopencv_features2d.so | 2D Features framework | |
59 | | -| libopencv_flann.so | Feature Matching with FLANN | |
60 | | -| libopencv_gapi.so | Graph API | |
61 | | -| libopencv_highgui.so | High Level GUI and Media | |
62 | | -| libopencv_imgcodecs.so | Image Input and Output | |
63 | | -| libopencv_imgproc.so | Image Processing | |
64 | | -| libopencv_ml.so | Machine Learning | |
65 | | -| libopencv_objdetect.so | Object Detection | |
66 | | -| libopencv_photo.so | Computational photography | |
67 | | -| libopencv_stitching.so | Images stitching | |
68 | | -| libopencv_video.so | Video analysis | |
69 | | -| libopencv_videoio.so | Video Input and Output | |
70 | | -| libtbb.so | TBB (Threading Building Blocks) | |
71 | | - |
72 | | -## Reference |
73 | | - |
74 | | -1. [OpenCV repository](https://github.com/opencv/opencv) |
| 1 | +# opencv-raspberrypi |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | +Precompiled **OpenCV 4.11.0** binaries for **Raspberry Pi 3 & 4**. |
| 6 | +Read the following [blog post](https://lindevs.com/install-precompiled-opencv-on-raspberry-pi) for additional information. |
| 7 | + |
| 8 | +## Supported features |
| 9 | + |
| 10 | +* NEON optimization |
| 11 | +* VFPv3 optimization |
| 12 | +* TBB library |
| 13 | +* FFmpeg library |
| 14 | +* GStreamer library |
| 15 | +* Python 3 bindings |
| 16 | + |
| 17 | +You can read detailed [build information](build_information_64.txt). |
| 18 | + |
| 19 | +## Prerequisites |
| 20 | + |
| 21 | +### Supported Boards |
| 22 | + |
| 23 | +* Raspberry Pi 3 Model A+ |
| 24 | +* Raspberry Pi 3 Model B+ |
| 25 | +* Raspberry Pi 4 Model B |
| 26 | + |
| 27 | +Tested on Raspberry Pi 4 Model B (8 GB). |
| 28 | + |
| 29 | +### Supported OS |
| 30 | + |
| 31 | +* Raspberry Pi OS Bookworm 64-bit |
| 32 | + |
| 33 | +## Install |
| 34 | + |
| 35 | +```shell |
| 36 | +wget https://github.com/prepkg/opencv-raspberrypi/releases/latest/download/opencv_64.deb |
| 37 | +``` |
| 38 | + |
| 39 | +```shell |
| 40 | +sudo apt install -y ./opencv_64.deb |
| 41 | +``` |
| 42 | + |
| 43 | +## Uninstall |
| 44 | + |
| 45 | +```shell |
| 46 | +sudo apt purge --autoremove -y opencv |
| 47 | +``` |
| 48 | + |
| 49 | +## Debian Package |
| 50 | + |
| 51 | +Debian package contains the following shared libraries: |
| 52 | + |
| 53 | +| Library | Description | |
| 54 | +|:----------------------------|:---------------------------------------------------------| |
| 55 | +| libopencv_calib3d.so | Camera calibration and 3D reconstruction | |
| 56 | +| libopencv_core.so | The Core Functionality | |
| 57 | +| libopencv_dnn.so | Deep Neural Networks | |
| 58 | +| libopencv_features2d.so | 2D Features framework | |
| 59 | +| libopencv_flann.so | Feature Matching with FLANN | |
| 60 | +| libopencv_gapi.so | Graph API | |
| 61 | +| libopencv_highgui.so | High Level GUI and Media | |
| 62 | +| libopencv_imgcodecs.so | Image Input and Output | |
| 63 | +| libopencv_imgproc.so | Image Processing | |
| 64 | +| libopencv_ml.so | Machine Learning | |
| 65 | +| libopencv_objdetect.so | Object Detection | |
| 66 | +| libopencv_photo.so | Computational photography | |
| 67 | +| libopencv_stitching.so | Images stitching | |
| 68 | +| libopencv_video.so | Video analysis | |
| 69 | +| libopencv_videoio.so | Video Input and Output | |
| 70 | +| libtbb.so | TBB (Threading Building Blocks) | |
| 71 | + |
| 72 | +## Reference |
| 73 | + |
| 74 | +1. [OpenCV repository](https://github.com/opencv/opencv) |
0 commit comments