awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ShiqiYu avatar

ShiqiYu/libfacedetection

0
View on GitHub↗
12,749 星标·3,025 分支·C++·5 次浏览

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.

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.

Star 历史

shiqiyu/libfacedetection 的 Star 历史图表shiqiyu/libfacedetection 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Libfacedetection 的开源替代方案

相似的开源项目,按与 Libfacedetection 的功能重合度排序。
  • justadudewhohacks/opencv4nodejsjustadudewhohacks 的头像

    justadudewhohacks/opencv4nodejs

    5,045在 GitHub 上查看↗

    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
    在 GitHub 上查看↗5,045
  • vipstone/faceaivipstone 的头像

    vipstone/faceai

    11,088在 GitHub 上查看↗

    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
    在 GitHub 上查看↗11,088
  • hybridgroup/gocvhybridgroup 的头像

    hybridgroup/gocv

    7,463在 GitHub 上查看↗

    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
    在 GitHub 上查看↗7,463
  • paddlepaddle/paddledetectionPaddlePaddle 的头像

    PaddlePaddle/PaddleDetection

    14,243在 GitHub 上查看↗

    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
    在 GitHub 上查看↗14,243
查看 Libfacedetection 的所有 30 个替代方案→

常见问题解答

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.

shiqiyu/libfacedetection 的主要功能有哪些?

shiqiyu/libfacedetection 的主要功能包括:Face Detection, Computer Vision Libraries, Inference Optimizations, Image Analysis Tools, Real-Time Video Analysis, Lookup Table Optimizations, Multi-Scale Feature Pyramids, Single-Stage Detectors。

shiqiyu/libfacedetection 有哪些开源替代品?

shiqiyu/libfacedetection 的开源替代品包括: 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…