filevector.m in pca_ann.rar


face recognition using pca and ann wih training and testing and validation priv...Original Link
    Sponsored links

			
function vector = filevector(folder_name)
%------------------------------------------------------------
% vector = filevector(folder_name)
%
%
% Creates a cell array with the names of all files in folder_name
% and its subfolders!
% ->folder_name = the name of the folder.
% If no argument then folder is the current directory (pwd).
%
% Algorithm:
% Rather complicated but it works. ATTENTION: the path where
% filevector.m lies, must be added using addpath() command first!
%
% ------------------/* Avraam Kasapis 2003*\------------------
current_folder=pwd;
if nargin==0
folder_name = pwd;
else
cd(folder_name);
end
filestruct=d			

			...
			...
			... to be continued.

  This is a preview. To get the complete source file, 
  please click here to download the whole source code package.

			
			


Project Files

    Sponsored links
NameSizeDate
 accuracy.m2.80 kB07-02-09 23:50
 enc.m3.05 kB07-02-09 23:49
 filevector.m1.27 kB06-02-09 13:29
 getdata.m2.24 kB06-02-09 16:37
 prepcaCOV.m1.48 kB07-02-09 23:48
 readpgm.m908.00 B10-02-09 10:39
 redata.m3.11 kB07-02-09 23:35
 scale.m654.00 B07-02-09 23:48
 scripto.m4.39 kB08-02-09 00:02
 visnet.m1.86 kB07-02-09 23:51
 writepgm.m797.00 B06-02-09 15:10
 <nn>0.00 B04-04-09 22:03
...

Related Items

    Sponsored links