Git Product home page Git Product logo

opencv-raspberrypi's Introduction

opencv-raspberrypi

opencv-raspberrypi

Precompiled OpenCV 4.7.0 binaries for Raspberry Pi 3 & 4. Read the following blog post for additional information.

Supported features

  • NEON optimization
  • VFPv3 optimization
  • TBB library
  • FFmpeg library
  • GStreamer library
  • Python 3 bindings

You can read detailed build information 32-bit or 64-bit.

Prerequisites

Supported Boards

  • Raspberry Pi 3 Model A+
  • Raspberry Pi 3 Model B+
  • Raspberry Pi 4 Model B

Tested on Raspberry Pi 4 Model B (8 GB).

Supported OS

  • Raspberry Pi OS Bullseye (32-bit and 64-bit)

Install

  • 32-bit:
wget https://github.com/prepkg/opencv-raspberrypi/releases/latest/download/opencv.deb
sudo apt install -y ./opencv.deb
  • 64-bit:
wget https://github.com/prepkg/opencv-raspberrypi/releases/latest/download/opencv_64.deb
sudo apt install -y ./opencv_64.deb

Uninstall

sudo apt purge --autoremove -y opencv

Debian Package

Debian package contains the following shared libraries:

Library Description
libopencv_calib3d.so Camera calibration and 3D reconstruction
libopencv_core.so The Core Functionality
libopencv_dnn.so Deep Neural Networks
libopencv_features2d.so 2D Features framework
libopencv_flann.so Feature Matching with FLANN
libopencv_gapi.so Graph API
libopencv_highgui.so High Level GUI and Media
libopencv_imgcodecs.so Image Input and Output
libopencv_imgproc.so Image Processing
libopencv_ml.so Machine Learning
libopencv_objdetect.so Object Detection
libopencv_photo.so Computational photography
libopencv_stitching.so Images stitching
libopencv_video.so Video analysis
libopencv_videoio.so Video Input and Output
libtbb.so TBB (Threading Building Blocks)

Reference

  1. OpenCV repository

opencv-raspberrypi's People

Contributors

prepkg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.