awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ShiqiYu avatar

ShiqiYu/libfacedetection

0
View on GitHub↗

Libfacedetection

libfacedetection is a C++ face detection library and computer vision tool. It utilizes a neural network face detector to identify human faces in images and return bounding box coordinates.

The library is designed for low latency and high throughput processing, enabling real-time face detection in image and video streams. It supports automated image analysis for identifying coordinates of human faces across large batches of photos and high-performance video processing.

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Features

  • Face Detection - Provides automated identification of human faces within images using neural networks and bounding box coordinates.
  • Computer Vision Libraries - Provides a lightweight C++ library for integrating face detection and bounding box coordinates into larger projects.
  • Inference Optimizations - Implements a neural network detector optimized for low latency and high throughput processing.
  • Image Analysis Tools - Enables automated analysis of large photo batches to identify and mark human face coordinates.
  • Real-Time Video Analysis - Analyzes video frames at high frame rates to ensure face detection occurs without processing lag.
  • Lookup Table Optimizations - Reduces CPU cycle consumption by replacing complex activation functions with pre-calculated lookup tables.
  • Multi-Scale Feature Pyramids - Processes images at multiple scales using a feature pyramid to detect faces of various sizes.
  • Single-Stage Detectors - Employs a single-stage regression model to predict bounding box coordinates in one pass for high throughput.
  • SIMD-Accelerated Arithmetic - Utilizes processor-specific SIMD vector instructions to accelerate neural network mathematical computations.
  • Fixed-Point Arithmetic Libraries - Uses fixed-point arithmetic instead of floating point numbers to accelerate pixel calculations on CPUs.
  • Face Analysis Libraries - High-performance library for real-time face detection.
  • Face Detection - Fast binary library for detection and landmark localization.
  • Learning & Reference - C++ face detection algorithm.
  • Image Processing - High-speed open-source library for face detection.
12,749 Stars·3,025 Forks·C++·6 Aufrufe

Star-Verlauf

Star-Verlauf für shiqiyu/libfacedetectionStar-Verlauf für shiqiyu/libfacedetection

Häufig gestellte Fragen

Was macht shiqiyu/libfacedetection?

libfacedetection is a C++ face detection library and computer vision tool. It utilizes a neural network face detector to identify human faces in images and return bounding box coordinates.

Was sind die Hauptfunktionen von shiqiyu/libfacedetection?

Die Hauptfunktionen von shiqiyu/libfacedetection sind: Face Detection, Computer Vision Libraries, Inference Optimizations, Image Analysis Tools, Real-Time Video Analysis, Lookup Table Optimizations, Multi-Scale Feature Pyramids, Single-Stage Detectors.

Welche Open-Source-Alternativen gibt es zu shiqiyu/libfacedetection?

Open-Source-Alternativen zu shiqiyu/libfacedetection sind unter anderem: justadudewhohacks/opencv4nodejs — opencv4nodejs is a set of JavaScript wrappers and a C++ native addon that provides Node.js bindings for the OpenCV… vipstone/faceai — Faceai is a computer vision toolkit designed for facial analysis, identity recognition, and image processing. It… hybridgroup/gocv — GoCV is a computer vision library and Go language binding for OpenCV. It serves as an image processing toolkit and… paddlepaddle/paddledetection — PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of… microsoft/windows-universal-samples — This repository is a comprehensive collection of reference implementations and sample libraries for the Universal… kornia/kornia — Kornia is a differentiable computer vision library and cross-framework tensor vision toolset. It implements vision…

Open-Source-Alternativen zu Libfacedetection

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Libfacedetection.
  • justadudewhohacks/opencv4nodejsAvatar von justadudewhohacks

    justadudewhohacks/opencv4nodejs

    5,045Auf GitHub ansehen↗

    opencv4nodejs is a set of JavaScript wrappers and a C++ native addon that provides Node.js bindings for the OpenCV library. It functions as a computer vision library and image processing framework, exposing high-performance C++ algorithms to a JavaScript environment. The project enables the execution of vision algorithms for detecting faces, tracking objects, and analyzing visual data using deep neural networks. It includes capabilities for data pattern classification, text pattern recognition, and the identification of facial landmarks and gestures. The framework covers a broad capability s

    C++asynccvface-detection
    Auf GitHub ansehen↗5,045
  • vipstone/faceaiAvatar von vipstone

    vipstone/faceai

    11,088Auf GitHub ansehen↗

    Faceai is a computer vision toolkit designed for facial analysis, identity recognition, and image processing. It provides integrated engines for detecting human faces in static images and live video streams, matching facial encodings against identity databases, and mapping facial landmarks to understand geometric structure and alignment. The project enables real-time augmented reality applications, such as applying virtual makeup and digital accessories by scaling assets to detected facial coordinates. It also includes a suite for digital image restoration capable of removing noise, erasing w

    Pythondlibkerasopencv
    Auf GitHub ansehen↗11,088
  • hybridgroup/gocvAvatar von hybridgroup

    hybridgroup/gocv

    7,463Auf GitHub ansehen↗

    GoCV is a computer vision library and Go language binding for OpenCV. It serves as an image processing toolkit and deep learning inference engine, providing programmatic access to a wide range of algorithms for image manipulation, object detection, and video analysis. The project differentiates itself through high-performance native bindings and hardware acceleration. It utilizes a foreign function interface to map Go calls to C++ functions and includes a hardware-agnostic backend dispatch to route neural network tasks to computation engines such as CUDA and OpenVINO. The library covers a br

    Go
    Auf GitHub ansehen↗7,463
  • paddlepaddle/paddledetectionAvatar von PaddlePaddle

    PaddlePaddle/PaddleDetection

    14,243Auf GitHub ansehen↗

    PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of computer vision models. It provides a comprehensive library of modular neural network architectures and pipelines that support object detection, instance segmentation, and multi-object tracking tasks. The project distinguishes itself through a configuration-driven approach that decouples model components like backbones and heads, allowing for the flexible assembly of custom vision workflows. It incorporates advanced techniques such as anchor-free detection logic, joint detecti

    Pythonblazefacedeepsortdetr
    Auf GitHub ansehen↗14,243
Alle 30 Alternativen zu Libfacedetection anzeigen→