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

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

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

auduno/clmtrackr

0
View on GitHub↗
6,504 星标·1,136 分支·JavaScript·MIT·7 次浏览

Clmtrackr

clmtrackr is a JavaScript computer vision library designed for facial landmark detection and real-time tracking. It implements Constrained Local Models to identify specific coordinate points on a human face within video feeds or static images.

The project functions as a real-time face warping engine and expression analysis tool. It can distort facial images via parametric models to create caricatures or identify and label emotional states such as happiness, sadness, anger, and surprise based on feature coordinates.

The library covers a broad range of capabilities including automatic and manual face detection, digital face masking, and image substitution. It provides tools for facial model rendering and visualization on a canvas, allowing for the overlay of graphics or the deformation of facial geometry in real time.

Features

  • Computer Vision Libraries - Provides a browser-based library for processing and analyzing visual data to track facial landmarks.
  • Facial Feature Tracking - Fits a deformable face model to a live video feed to identify and output specific facial landmark coordinates in real time.
  • Constrained Local Models - Implements Constrained Local Models to identify and track facial landmark coordinates in images and video.
  • Face Detection - Automatically locates human faces within image frames or video feeds to initialize tracking.
  • Facial Expression Recognition - Analyzes facial muscle movements and coordinates to automatically detect and label emotional states.
  • Facial Landmark Analysis - Identifies and follows the movement of specific facial landmarks in live video using a Constrained Local Model.
  • Facial Landmark Detection - Provides a JavaScript library for tracking facial landmarks and features in real time using Constrained Local Models.
  • Parametric Face Deformation - Alters facial appearance in real time using a parametric model with adjustable components.
  • Facial Graphic Overlays - Overlays digital graphics onto a video stream by fitting a facial model to features.
  • Emotion Analysis - Analyzes facial feature coordinates to identify and label emotional states such as happiness, sadness, anger, and surprise.
  • Image Warping Engines - Deforms pixels of a source image based on new facial coordinate points.
  • Real-Time Face Swapping Engines - Maps source facial features onto target subjects to substitute faces in real time.
  • Face Warping Engines - Implements a real-time engine for distorting facial images via parametric models.
  • Caricature Generation - Distorts facial coordinates based on a fit model to create a caricature effect in real time.
  • Coordinate-Based Warping - Transforms source images by mapping pixels between original coordinates and tracked facial landmarks to distort the face.
  • Facial Manipulation - Warps or distorts facial images and video in real time to create caricatures or alter appearance.
  • Facial Mesh Visualization - Renders tracked facial model data onto a canvas for real-time visual feedback.
  • Digital Face Filters - Overlays digital graphics or substitute images onto video streams by mapping them to tracked facial coordinates.
  • Blend Shapes - Alters facial geometry by manipulating weights associated with primary facial components to create expressions or deformations.
  • Facial Landmark Mapping - Identifies and maps the coordinate positions of facial landmarks within static images.

Star 历史

auduno/clmtrackr 的 Star 历史图表auduno/clmtrackr 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Clmtrackr 的开源替代方案

相似的开源项目,按与 Clmtrackr 的功能重合度排序。
  • 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
  • justadudewhohacks/face-api.jsjustadudewhohacks 的头像

    justadudewhohacks/face-api.js

    17,869在 GitHub 上查看↗

    face-api.js is a TensorFlow.js face recognition library and browser-based computer vision API. It provides tools for performing face detection, recognition, and landmark prediction within browsers and Node.js. The library includes a biometric identity descriptor generator that creates numerical vectors to compare identity and similarity between images. It features a facial landmark detection tool for mapping sixty-eight specific coordinate points on a face, as well as an age and gender estimation model. Its capabilities cover real-time facial analysis, including the recognition of facial exp

    TypeScriptage-estimationemotion-recognitionface-detection
    在 GitHub 上查看↗17,869
  • ageitgey/face_recognitionageitgey 的头像

    ageitgey/face_recognition

    56,504在 GitHub 上查看↗

    This is a Python facial recognition library designed to detect, encode, and identify human faces in images and video. It functions as a biometric identification tool that converts facial features into numerical encodings to compare and match identities. The library provides a computer vision command line interface for batch processing face detection and recognition tasks across image directories. It also supports a GPU accelerated vision API that utilizes CUDA and NVIDIA hardware to increase the speed of facial analysis and identification. Its capabilities cover human face detection and faci

    Pythonface-detectionface-recognitionmachine-learning
    在 GitHub 上查看↗56,504
  • 1adrianb/face-alignment1adrianb 的头像

    1adrianb/face-alignment

    7,518在 GitHub 上查看↗

    This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a facial landmark detector and reconstruction tool, utilizing deep learning to identify precise geometric points on human faces from image datasets. The library allows for the selection of specific detection backends to balance accuracy and processing speed. It supports the integration of precomputed bounding box files, which enables the system to bypass the initial detection phase and proceed directly to landmark extraction. The toolkit includes capabilities for batch image p

    Python
    在 GitHub 上查看↗7,518
查看 Clmtrackr 的所有 30 个替代方案→

常见问题解答

auduno/clmtrackr 是做什么的?

clmtrackr is a JavaScript computer vision library designed for facial landmark detection and real-time tracking. It implements Constrained Local Models to identify specific coordinate points on a human face within video feeds or static images.

auduno/clmtrackr 的主要功能有哪些?

auduno/clmtrackr 的主要功能包括:Computer Vision Libraries, Facial Feature Tracking, Constrained Local Models, Face Detection, Facial Expression Recognition, Facial Landmark Analysis, Facial Landmark Detection, Parametric Face Deformation。

auduno/clmtrackr 有哪些开源替代品?

auduno/clmtrackr 的开源替代品包括: vipstone/faceai — Faceai is a computer vision toolkit designed for facial analysis, identity recognition, and image processing. It… justadudewhohacks/face-api.js — face-api.js is a TensorFlow.js face recognition library and browser-based computer vision API. It provides tools for… ageitgey/face_recognition — This is a Python facial recognition library designed to detect, encode, and identify human faces in images and video.… 1adrianb/face-alignment — This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a… kpzhang93/mtcnn_face_detection_alignment — This library provides a deep learning framework for identifying human faces and extracting facial landmarks within… hrnet/hrnet-facial-landmark-detection — This project is a deep learning framework designed for facial landmark detection. It functions as a computer vision…