Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 557 Bytes

readme.md

File metadata and controls

20 lines (18 loc) · 557 Bytes

Brief

This module integrates a variety of beauty functions, include enlarge eyes, shrink face, microdermabrasion and whitening algorithm that preserves skin texture. And some releated post-processing methods, such as adaptive contrast enhancement and sharpen.

Structure

|-3rdparty
|   |-dlib19.20.0
|   |   |-include
|   |   |-libraries
|   |-opencv3.4.2
|   |   |-include
|   |   |-libraries
|-data
|   |-shape_predictor_68_face_landmarks.dat
|-src
|   |-face_beauty.h
|   |-face_beauty.cpp
|   |-face_beauty_test.cpp