https://store-images.s-microsoft.com/image/apps.52867.97329e1b-1e61-4850-be2a-f7f0769f2d19.6e695331-2765-4e06-a2d6-5c9fecfe9a4b.d637d001-ac1b-400c-84d1-dc8aef24e4c2

Opencv-Pillow-Mediapipe

от bCloud LLC

(1 оценки)

Version 4.11.0 + Free Support on Ubuntu 24.04

OpenCV, Pillow, and MediaPipe are open-source libraries widely used in computer vision, image processing, and real-time AI applications. They enable developers and researchers to process images, analyze videos, and build advanced models for recognition and tracking tasks.

Features of OpenCV, Pillow, and MediaPipe:

  • OpenCV: Provides efficient tools for image processing, computer vision, and video analysis.
  • Pillow: A lightweight library for opening, manipulating, and saving images in different formats.
  • MediaPipe: Offers pre-built machine learning pipelines for face detection, pose estimation, hand tracking, and gesture recognition.
  • Cross-platform support with optimized performance for real-time applications.

To install and check versions:

$sudo su 
$cd /opt
$source cv-env/bin/activate
$python 
$import cv2
import PIL
import mediapipe as mp

print(cv2.__version__)
print(PIL.__version__)
print(mp.__version__)

Disclaimer: OpenCV, Pillow, and MediaPipe are independent open-source projects and are not affiliated with, endorsed by, or sponsored by Ubuntu.