Skip to content

Detecting Shape of the face using OpenCV, DLib, Python

Notifications You must be signed in to change notification settings

rajendra7406/FaceShape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • FaceShape *

The project determines the face shape. (oval/rectangular/oblong/square/round/diamond/triangle )

Face shape helps you to decide hairstyle scientifically.

  • Procedure to run this program: *
  1. locate the haarcascade file, dlib .dat file in the repository.
  2. place the image file( face photo) in the same repository.
  3. run the program

original and final image

This face shape is square

  1. Line1 shows forehead length
  2. Line2 shows face width
  3. Line3 shows jawline length
  4. Line4 shows face length

Based on the proportions of these lines face shape is calculated. Even the angle of jaw is calculated.

The accuracy of the result is highly subjective.

About

Detecting Shape of the face using OpenCV, DLib, Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages