Skip to content

xuyuxi1997/faceRig

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

facerig

本工程实现功能是使用摄像头进行人脸检测从而控制live2d模型,工程在MacOS-Sierra 系统编译
工程使用OpenCV及其扩展模块进行人脸关键点检测
cubism-sdk提供了live2d模型展示的demo,并提供了模型控制接口,本工程修改自该工程

The target of this project is to use the camera to detect face and control the live2d model.
The opencv and opencv_contrib modules will be used to detect face key point.
The live2d-sdk(cubism-sdk) provides a demo of live2d model display and can be used to control the model ,such as open mouse .

preparation

开始构建工程前,你需要以下资源
你的系统需要提前装好OpenCV模块

Before build the project, You will need the following resources
The platfrom need opencv with face module installed

build

工程使用cmake构建工具,脚本文件将构建Xcode工程
构建前需要修改CmakeLists.txt文件中cubism-sdk的目录live2d dir

The project uses the cmake build tool, and the script file will build the Xcode project.
You need to modify the directory of cubism-sdk in the CmakeLists.txt file before building.live2d dir

About

sample faceRig live2d opencv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 95.0%
  • Shell 5.0%