This repository has been created as an attempt to solve classification of an image into face and non-face using 3 different techniques listed below:
- Simple Gaussian Model
- Mixture of Gaussian Model
- t-distribution Model
Similar to https://github.com/Arshita27/Face_Classification_1, the algorithms mentioned above, are implemenetd from scratch using libraries like Opencv in C++.