25811241PalmPrint

所属分类:matlab编程
开发工具:matlab
文件大小:7884KB
下载次数:11
上传日期:2018-05-16 11:48:58
上 传 者no name
说明:  基于matlab 的掌纹识别,效果挺好,工程完成,适合初学者学习和使用。
(Matlab based palmprint recognition, the effect is very good, the completion of the project, suitable for beginners to learn and use.)

文件列表:
PalmPrint\DataBase\IMG_001 (1).JPG (455496, 2010-11-26)
PalmPrint\DataBase\IMG_001 (2).JPG (465491, 2010-11-26)
PalmPrint\DataBase\IMG_002 (2).JPG (501389, 2011-01-12)
PalmPrint\DataBase\IMG_002 (3).JPG (465543, 2011-01-05)
PalmPrint\DataBase\IMG_003 (3).jpg (481621, 2011-01-10)
PalmPrint\DataBase\IMG_003 (4).JPG (470524, 2011-01-11)
PalmPrint\DataBase\IMG_004 (4).JPG (468902, 2010-11-26)
PalmPrint\DataBase\IMG_004 (5).JPG (438013, 2010-11-26)
PalmPrint\DataBase\IMG_005 (5).JPG (444900, 2010-11-26)
PalmPrint\DataBase\IMG_005 (6).JPG (422417, 2010-11-26)
PalmPrint\encode.p (443, 2014-11-05)
PalmPrint\gaborconvolve.p (460, 2014-11-05)
PalmPrint\gethammingdistance.p (348, 2014-11-05)
PalmPrint\palmrec.p (4205, 2014-11-05)
PalmPrint\Presentation.ppt (3939840, 2014-11-05)
PalmPrint\shiftbits.p (254, 2014-11-05)
PalmPrint\sourcecode.m (461, 2014-11-05)
PalmPrint\DataBase (0, 2016-04-06)
PalmPrint (0, 2016-04-06)

% PALMPRINT IDENTIFICATION SYSTEM % Unzip all files in Matlab current window, then type "palmrec" % on Matlab command window. A simple and intuitive GUI should appear. % % GUI buttons: % % SELECT IMAGE % Select palmprint image. Region of Interest (ROI) will be segmented and % feature vector will be encoded. % % ADD SELECTED IMAGE TO DATABASE % Selected palmprint image will be added to database. An ID is required. ID % is a progressive non-negative integer number associated to palmprint. % % DATABASE INFO % Show information about all images present in database and the % corresponding IDs. % % PALMPRINT IDENTICATION (1:N MATCH) % Selected image is compared with all palmprint images present in database. % Code returns the ID of recognized image. Database has to include at least % one image. % % PALMPRINT VERIFICATION (1:1 MATCH) % Just select two palmprint images. Selected images will be compared and % code will return if they match or not. % % FEATURE VISUALIZATION % Select an input image. Code will visualize original image, ROI image, % encoded feature vector and mask. % % DELETE DATABASE % Remove database and all saved images. % % INFO % Show this file. % % SOURCE CODE FOR PALMPRINT IDENTIFICATION SYSTEM % How to obtain source code. % % EXIT % Exit GUI.

近期下载者

相关文件


收藏者