Skip to content

minhkhoiii1997/KNNClassifierGui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KNNClassifierGui

Project from CS 1410

The machine learning algorithm will classify a face for its expression - either "smiling", "neutral", or "surprised".

In general, this is a difficult problem. Instead, the program will compare the shape of the mouth to decide the expression. While it is possible to get the mouth shape using computer vision techniques, we will simplify this one further step and use images where the height and width of the mouth is hand-measured. To allow for faces different distances from the camera, these measurements are made uniform (or "normalized") by dividing them by the width of the face. These measurements are encoded into the image file name. If you look at the faces directory in the project, you can see these files.

Hope you guys enjoyed it!

About

Project from CS 1410

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages