Linux Format

A face for AI…

Even though our face-detection routine uses higher-level libraries, the universal OpenCV library is also required; it provides various value-added services, such as methods that convert images between various colour spaces.

Given that a manual installation of OpenCV is a higheffort task (and requires hours of compile time, as discussed at https://pimylifeup.com/raspberry-piopencv/), the following steps take a different approach.

We’re using the precompiled packages described at https://lindevs.com/install-precompiled-opencv-onraspberry-pi, which can be downloaded from https://github.com/prepkg/opencv-raspberrypi. This provides an OpenCV library that is in principle ready to run and contains all elements except for the GUI support, which the repository maintainer chose not to include.

Be that as it may, the actual installation of the OpenCV library is accomplished by deploying a DEB package, which is downloaded using :

You’re reading a preview, subscribe to read more.

More from Linux Format

Linux Format1 min read
Vector Vexations
Why does MySQL not support vectors in its community edition? Generative AI is the hot topic in tech. GenAI relies on vector data. Yet Oracle has no plans to support vectors in the community edition of MySQL. If you want to try out vector data with ot
Linux Format5 min read
Tips For Managing Docker Containers
Everyone knows how containers revolutionised application building and deployment. Using a E disposable stack of containers that make up an app that aren’t using the docker-compose command to manage the stack are missing a trick. It allows the shippin
Linux Format1 min read
Wine For Wayland
2023 was a great year for the Wayland driver for Wine. The goal was to move forward from the experimental phase and make the driver a proper upstream component. A year later, after several merge requests, many people are now already able to use the l

Related