home | Download | Guestbook | Sitemap
codelookerDownloadNumerical Algorithm-Artificial IntelligenceOther Numerical Algorithm
Search:
face recognition
  • Classification:Numerical Algorithm-Artificial Intelligence - Other Numerical Algorithm
  • Development Tool:matlab
  • Sise:171 KB
  • Upload time:2011/5/31 19:00:08
  • Uploader:fences
  • Download Statistics:
Description
face recognition by svm and gabor


template2.png

File list:
fdsvm11
......\face
......\....\1.png
1.png
......\....\10.png
10.png
......\....\11.png
11.png
......\....\12.png
12.png
......\....\13.png
13.png
......\....\14.png
14.png
......\....\15.png
15.png
......\....\16.png
16.png
......\....\17.png
17.png
......\....\18.png
18.png
......\....\19.png
19.png
......\....\2.png
2.png
......\....\20.png
20.png
......\....\21.png
21.png
......\....\22.png
22.png
......\....\23.png
23.png
......\....\24.png
24.png
......\....\25.png
25.png
......\....\26.png
26.png
......\....\27.png
27.png
......\....\28.png
28.png
......\....\29.png
29.png
......\....\3.png
3.png
......\....\30.png
30.png
......\....\31.png
31.png
......\....\32.png
32.png
......\....\33.png
33.png
......\....\34.png
34.png
......\....\35.png
35.png
......\....\36.png
36.png
......\....\37.png
37.png
......\....\38.png
38.png
......\....\39.png
39.png
......\....\4.png
4.png
......\....\40.png
40.png
......\....\41.png
41.png
......\....\42.png
42.png
......\....\43.png
43.png
......\....\44.png
44.png
......\....\45.png
45.png
......\....\46.png
46.png
......\....\47.png
47.png
......\....\48.png
48.png
......\....\49.png
49.png
......\....\5.png
5.png
......\....\50.png
50.png
......\....\51.png
51.png
......\....\52.png
52.png
......\....\53.png
53.png
......\....\54.png
54.png
......\....\55.png
55.png
......\....\56.png
56.png
......\....\57.png
57.png
......\....\58.png
58.png
......\....\59.png
59.png
......\....\6.png
6.png
......\....\60.png
60.png
......\....\61.png
61.png
......\....\62.png
62.png
......\....\63.png
63.png
......\....\64.png
64.png
......\....\65.png
65.png
......\....\66.png
66.png
......\....\67.png
67.png
......\....\68.png
68.png
......\....\69.png
69.png
......\....\7.png
7.png
......\....\8.png
8.png
......\....\9.png
9.png
......\non-face
......\........\1.png
1.png
......\........\10.png
10.png
......\........\11.png
11.png
......\........\12.png
12.png
......\........\13.png
13.png
......\........\14.png
14.png
......\........\15.png
15.png
......\........\16.png
16.png
......\........\17.png
17.png
......\........\2.png
2.png
......\........\20.png
20.png
......\........\21.png
21.png
......\........\22.png
22.png
......\........\23.png
23.png
......\........\25.png
25.png
......\........\26.png
26.png
......\........\27.png
27.png
......\........\28.png
28.png
......\........\29.png
29.png
......\........\3.png
3.png
......\........\30.png
30.png
......\........\31.png
31.png
......\........\32.png
32.png
......\........\33.png
33.png
......\........\34.png
34.png
......\........\35.png
35.png
......\........\36.png
36.png
......\........\37.png
37.png
......\........\38.png
38.png
......\........\39.png
39.png
......\........\4.png
4.png
......\........\41.png
41.png
......\........\42.png
42.png
......\........\43.png
43.png
......\........\44.png
44.png
......\........\45.png
45.png
......\........\46.png
46.png
......\........\47.png
47.png
......\........\48.png
48.png
......\........\49.png
49.png
......\........\5.png
5.png
......\........\50.png
50.png
......\........\51.png
51.png
......\........\52.png
52.png
......\........\53.png
53.png
......\........\54.png
54.png
......\........\55.png
55.png
......\........\56.png
56.png
......\........\57.png
57.png
......\........\58.png
58.png
......\........\59.png
59.png
......\........\6.png
6.png
......\........\7.png
7.png
......\........\8.png
8.png
......\........\9.png
9.png
......\changelog.txt
......\create_gabor.m
......\gabor.m
......\im1.jpg
im1.jpg
......\im2.jpg
im2.jpg
......\im2vec.m
......\im3.jpg
im3.jpg
......\im4.jpg
im4.jpg
......\imscan.m
......\license.txt
......\loadimages.m
......\main.m
......\readme.txt
......\template1.png
template1.png
......\template2.png
template2.png
......\trainnet.m
If you are a member, Log in. If you are not a member, Please register
Related source code
[face recognition] - matlab code for face recognition
[FLD Based Face Recognition] - This package implements a well-known FLD-based face recognition method, which is called 'Fisherface' [1]. All functions are easy to use, as they are heavy commented. Furtheremore, a sample script is included to showe their usage. In general, you should follow this order: 1. Select training and test database paths. 2. Select path of the test image. 3. Run 'CreateDatabase' function to create 2D matrix of all training images. 4. Run 'FisherfaceCore' function to produce basis's of facespace. 5. Run 'Recognition' function to get the name of equivalent image in training database. For your convenience, I have prepared sample training and test databases, which are parts of 'face94' Essex face database [2]. You just need to copy the above functions, along with the training and test databases into a specified path (for example 'work' path of your MATLAB root). Then follow dialog boxes, which will appear upon running 'example.m'.
[STM32f4 interface SPI using DMA] - This project describes how STM32F4 microcontroller transmits data over the SPI interface using DMA. development tools is MDK ARM v5.
[face recogization] - face recogization
[ANTINFACE M-file for antinface.fig] - % ANTINFACE M-file for antinface.fig % ANTINFACE, by itself, creates a new ANTINFACE or raises the existing % singleton*.
[face detection] - face detection
[Mult camera face tracker] - Mult camera face tracker using opencv2.3 camshift haarcascade
[Eigenfaces Face Recognition] - Face Recognition using eigenfaces
[Face Recognition using PCA for image...] - the script use to recognize face by static image that have size 48 x 64
[A High Resolution Grammatical Model ...] - A High Resolution Grammatical Model for Face Representation and Sketching
Download Address
download DownLoad
Comments: Don't forget to comment after downloading! Comment...
About - Advertise - Sitemap