https://catalogartifact.azureedge.net/publicartifacts/bcloudllc1671615348068.opencv-945a8efd-8c93-479a-92de-d5a74ba01807/88e13240-22dd-444e-818b-b63e55e589f8_bcloud.png

Opencv-Pillow-Mediapipe

por bCloud LLC

(1 clasificaciones)

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 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.