Skip to content

Matlab based implementation for doing face recognition using Discriminative KSVD technique.

Notifications You must be signed in to change notification settings

piyp791/face-recognition-using-DKSVD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

face-recognition-using-DKSVD

Setup instructions

  1. Clone the git repository.

  2. Unzip the ompbox10 and ksvdbox13 zip files.

  3. Install ompbox using the README file inside the ompbox10 folder.

  4. Make sure it has been installed correctly by running the ompdemo.m file.

  5. Install ksvdbox13 using the same procedure.

  6. Make sure it has been correctly by running the file ksvddemo.m file.

  7. Download the Extended Yale dataset from the following link: http://vision.ucsd.edu/~iskwak/ExtYaleDatabase/ExtYaleB.html

  8. Configure the path of the dataset accordingly in the source file dskvd.m at line 30:

outerdir = [Your image path];

  1. Run the script dskvd.m.

You can read the project details and theory in the Project_Report.pdf file.

About

Matlab based implementation for doing face recognition using Discriminative KSVD technique.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages