source: prdatasets/mfeat_zer.m @ 94

Last change on this file since 94 was 81, checked in by bduin, 11 years ago
File size: 435 bytes
Line 
1%MFEAT_ZER 2000 objects with 47 features in 10 classes
2%
3%       A = MFEAT_ZER
4%
5% Load the dataset in A. These are the Zernike moments.
6%
7% See also DATASETS, PRDATASETS, MFEAT
8
9% Copyright: R.P.W. Duin, r.p.w.duin@prtools.org
10% Faculty EWI, Delft University of Technology
11% P.O. Box 5031, 2600 GA Delft, The Netherlands
12
13function a = mfeat_zer
14
15prdatasets(mfilename,1);
16a = pr_dataset('mfeat_zer');
17a = setname(a,'MFEAT Zernike Moments');
Note: See TracBrowser for help on using the repository browser.