Skip to content

A simple facial landmark detection using HoG-CNN (via dlib) and Skin detection with HSV-YCbCr colorspace.

Notifications You must be signed in to change notification settings

quanghuy0497/Face-Skin-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dlib face detection

Face detection using dlib library with 30 landmarks and calculate face area via regular polygon area formula

Skin detection

Skin detection using HSV & YCbCr colorspace with range:

0<=H<=17 and 15<=S<=170 and 0<=V<=255

0<=Y<=255 and 135<=Cr<=180 and 85<=Cb<=135

Image result

alt text

MTCNN face detection

MTCCN Face detection with eyes, nose and mouth landmarks alt text

About

A simple facial landmark detection using HoG-CNN (via dlib) and Skin detection with HSV-YCbCr colorspace.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages