# EmotionDetector **Repository Path**: dengdaiming/EmotionDetector ## Basic Information - **Project Name**: EmotionDetector - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-08 - **Last Updated**: 2021-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EmotionDetector Emotion Detector with C++ and OpenCV The aim of this software was the implementation of an algorithm capable of recognising human emotions based on images of a face or a live feed from a webcam. This was a part of a master's thesis at Warsaw University of Technology (Automatics and Robotics, Faculty of Mechatronics). The software utilises commonly used classification algorithms for processing data – support vector machines, decision trees, k-nearest neighbours algorithm, neural networks and Bayes naive classifier. The software was developed using C++, Qt and OpenCV library.