Face detection

所属分类:matlab编程
开发工具:matlab
文件大小:1334KB
下载次数:7
上传日期:2020-10-26 19:47:14
上 传 者vsuji
说明:  Face recognition matlab code

文件列表:
New folder\A.zip (196047, 2013-12-13)
New folder\B.zip (120972, 2013-12-13)
New folder\cropimage.p (976, 2013-12-13)
New folder\data.zip (519051, 2013-12-13)
New folder\do_identification.p (271, 2013-12-13)
New folder\do_recognition.p (465, 2013-12-13)
New folder\eyesdetector.p (672, 2013-12-13)
New folder\facelbp.p (3724, 2013-12-13)
New folder\featureslbpdctga.p (909, 2013-12-13)
New folder\finddctblock.p (373, 2013-12-13)
New folder\findfeatures.p (474, 2013-12-13)
New folder\findpoints.p (310, 2013-12-13)
New folder\gaborfeatures.p (543, 2013-12-13)
New folder\image2feature.p (235, 2013-12-13)
New folder\KA.SA3.35.tiff (65734, 2001-02-13)
New folder\KA.SU1.36.tiff (65734, 2001-02-13)
New folder\KA.SU2.37.tiff (65734, 2001-02-13)
New folder\KL.AN1.167.tiff (65734, 2001-02-13)
New folder\KL.AN2.168.tiff (65734, 2001-02-13)
New folder\KL.AN3.169.tiff (65734, 2001-02-13)
New folder\KM.DI1.20.tiff (67368, 2004-07-20)
New folder\KM.DI3.22.tiff (67368, 2004-07-20)
New folder\KM.FE1.23.tiff (67368, 2004-07-20)
New folder\LBP.p (333, 2013-12-13)
New folder\OptData.mat (56527, 2013-12-13)
New folder\sourcecode.m (447, 2013-07-24)
New folder\vcapg2.dll (147498, 2013-05-29)
New folder\data (0, 2019-10-30)
New folder (0, 2019-10-30)

% In order to launch the code just do the following steps: % % - run Matlab % - unzip all files in Matlab current directory (C:/..../Matlab/work is the default directory) % - type the name of main function ("facelbp") on Matlab command window (the white window) % - now a simple and intuitive GUI should appear % % % FUNCTIONS: % % SELECT IMAGE FROM DISK % Select an image from disk. All image files supported by Matlab can be selected. % % SELECT IMAGE FROM WEBCAM % Select an image from webcam. % % ADD FACES TO DATABASE - MANUAL SELECTION % Selected image is added to face database. Using mouse you have to click on position of left % and right eye (manual detection). An ID is required: ID is a progressive, integer number % associated to person. ID is used for recognition. You can add a face to % database only if you already have selected an image from disk or from % webcam. % % ADD FACES TO DATABASE - AUTOMATIC SELECTION BY FACE DETECTION % Selected image is added to face database. No manual action is requested % since face and eyes are automatically detected (multiple face detcetion is performed). You can add a face to % database only if you already have selected an image from disk or from % webcam. % % DATABASE INFO % Show information about all facial images present in database. % % ONE-TO-MANY FACE RECOGNITION - MANUAL SELECTION % Input face is compared with all faces present in database. % Using mouse you have to click on position of left and right eye (manual detection). % You can make such comparison only if you already have selected an image from disk or from % webcam. Database has to include at least one facial image. Code returns % the ID of recognized face and some other information. % % ONE-TO-MANY FACE RECOGNITION - AUTOMATIC SELECTION BY FACE DETECTION % Input face is compared with all faces present in database. % No manual action is requested since face and eyes are automatically detected (multiple face detcetion is performed). % You can make such comparison only if you already have selected an image from disk or from % webcam. Database has to include at least one facial image. Code returns % the ID of recognized face and some other information. If no % face is detected in imput image face identification can not be % performed. % % ONE-TO-ONE FACE RECOGNITION - MANUAL SELECTION % Two facial images are compared and one-to-one face verification is % performed. For each image using mouse you have to click on position % of left and right eye (manual detection). For such comparison you have to % select two images from disk. % % ONE-TO-ONE FACE RECOGNITION - AUTOMATIC SELECTION BY FACE DETECTION % Two facial images are compared and one-to-one face verification is % performed. For each image face region is cropped. If an image contains % more faces only the region with the largest region is considered. If no % face is detected in one or both image face verification can not be % performed. % % LBP VISUALIZATION % Feature vector is extracted from input image. You can visualize feature vector % only if you already have selected an image from disk or from webcam. % % DELETE DATABASE % Delete all facial images from database. % % PROGRAM INFO % Show this readme file. % % SOURCE CODE FOR LBP FACE RECOGNITION SYSTEM % How to obtain source code. % % EXIT % Exit from the GUI. % % % Luigi ROSA % Via Centrale 35 % 67042 Civita di Bagno % L'Aquila - ITALY % mobile +39 3207214179 % email luigi.rosa@tiscali.it % website http://www.advancedsourcecode.com %

近期下载者

相关文件


收藏者