项目作者: masoudslipknot

项目描述 :
Detecting celebrities Faces.
高级语言: MATLAB
项目地址: git://github.com/masoudslipknot/FaceRecognition.git
创建时间: 2018-06-09T07:49:50Z
项目社区:https://github.com/masoudslipknot/FaceRecognition

开源协议:

下载


FaceRecognition

Project Description.

Using Matlab for detecting the celebrities faces by having 100 pictures as trained ones. After applying an Affine transformation on train pictures we use Gabber filter to calculate all descriptive features.

For test pictures, we pursue the same approach. For each picture we represent descriptive features by a vector and compare it with test pictures most similar picture among train ones is chosen and The label is set for the test image for 70 percent of cases the label is predicted correctly.

In phase two HOG descriptor is used for Feature Extraction and SVM is used for classification. same approach is pursued to predict test images’ labels. In 85 percent of cases, images are classified as expected which is an improvement in comparison with the first phase.

Computer vision techniques


Feature Extraction:

In computer vision and image processing, a feature is a piece of information which is relevant for solving the computational task related to a certain application.

This is the same sense as feature in machine learning and pattern recognition generally, though image processing has a very sophisticated collection of features. Features may be specific structures in the image such as points, edges or objects. Features may also be the result of a general neighborhood operation or feature detection applied to the image.