All Projects → Wxjwjj → Facial-Landmark

Wxjwjj / Facial-Landmark

Licence: other
人脸实时68关键点检测/追踪 C++ Mac/Linux/Win/iOS

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
CMake
9771 projects
Cuda
1817 projects
objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Facial-Landmark

ofxDlib
An openFrameworks wrapper for dlib. http://dlib.net/
Stars: ✭ 52 (+73.33%)
Mutual labels:  dlib
avatar-facial-landmark-detection
A method about optimizing the facial landmark detection based on Kalman Filter, Optical Flow and Dlib
Stars: ✭ 87 (+190%)
Mutual labels:  dlib
edge-tpu-servers
Object and face recognition using Google's edge TPU
Stars: ✭ 37 (+23.33%)
Mutual labels:  dlib
dlib
Dynamic loading library for C/C++
Stars: ✭ 19 (-36.67%)
Mutual labels:  dlib
T System
the moving objects tracking system via two axis camera motion (and as optionally n joint robotic arm) for raspberry pi distributions
Stars: ✭ 17 (-43.33%)
Mutual labels:  dlib
Eufa
A high efficient utility functions(encryption, machine learning, etc) library written in WebAssembly just for demo.
Stars: ✭ 28 (-6.67%)
Mutual labels:  dlib
cpp-code-snippets
Some useful C++ code snippets
Stars: ✭ 35 (+16.67%)
Mutual labels:  dlib
dlib-for-android
Compile and embed Dlib in your Android projects with ease.
Stars: ✭ 33 (+10%)
Mutual labels:  dlib
dlib-minified-models
A set of minified (but still accurate) models for Dlib
Stars: ✭ 61 (+103.33%)
Mutual labels:  dlib
AverageFaceDemo
Average face on android
Stars: ✭ 31 (+3.33%)
Mutual labels:  dlib
MultiObjectTracker
Advanced multiple object tracker using dlib and OpenCV.
Stars: ✭ 56 (+86.67%)
Mutual labels:  dlib
face-rec-tools
Media library face recognition tools
Stars: ✭ 14 (-53.33%)
Mutual labels:  dlib
Face-Morphing
👯‍♀️ We are more alike than different - morphing one face to another
Stars: ✭ 66 (+120%)
Mutual labels:  dlib
Face-Recognition-Attendance-System
A simple python script that recognises faces and mark attendance for the recognised faces in an excel sheet.
Stars: ✭ 57 (+90%)
Mutual labels:  dlib
simple faceswap
使用python-opencv和dlib实现的简单换脸程序
Stars: ✭ 50 (+66.67%)
Mutual labels:  dlib
seeta4Android
seeta face detection for Android
Stars: ✭ 12 (-60%)
Mutual labels:  seetaface
android-face-landmarks
Android app that localizes facial landmarks in nearly real-time
Stars: ✭ 62 (+106.67%)
Mutual labels:  dlib
Attendance-System-Face-Recognition
An attendance system based on facial recognition built using OpenCV and Django.
Stars: ✭ 24 (-20%)
Mutual labels:  dlib
facenet-darknet-inference
Face recognition using facenet
Stars: ✭ 29 (-3.33%)
Mutual labels:  dlib
facial-landmarks
Facial landmarks detection with OpenCV, Dlib, DNN
Stars: ✭ 25 (-16.67%)
Mutual labels:  dlib

实时人脸68关键点检测 for Mac/iOS

详细的代码说明见博客

算法思想:

图片名称

实时视频人脸关键点检测:

图片名称

图片多人脸关键点检测:

图片名称

代码编译方式

# clone该工程
cd Video_Face
mkdir build
cd build
cmake ..
make # 即可在build文件夹中生成可执行程序

可执行程序调用方式

./real_dlib_muban_roi
./real_dlib 
./real_seeta.cpp
./video_Seeta_Track
./build/Pic_LandMark68 1.png ./model/seeta_fd_frontal_v1.0.bin

具体见博客

PS:dlibSeetaface的相关代码我也一起打包到工程中了,如果你自己编译安装了OpenCV,用上述CMakeLists.txt便可以。如果你没有编译OpenCV,恰巧又是Mac平台,可以使用我编译好的OpenCV动态库,就在libs文件夹内,OpenCV头文件在include文件夹。

Ref:

Face detect模块采用山世光老师开源的seetaface   Facial Landmark模块采用了dlib库

Facial-Landmark

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].