Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 745 Bytes

File metadata and controls

25 lines (16 loc) · 745 Bytes
  • 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.