Rev | Line | |
---|
[80] | 1 | %MFEAT_PIX 2000 objects with 240 features in 10 classes |
---|
| 2 | % |
---|
| 3 | % A = MFEAT_PIX |
---|
| 4 | % |
---|
| 5 | % Load the dataset in A. These are averages of groups of 2x3 pixels. |
---|
| 6 | % The original images can be roughly reconstructed from them. |
---|
| 7 | % |
---|
| 8 | % See also DATASETS, PRDATASETS, MFEAT |
---|
| 9 | |
---|
[132] | 10 | % Copyright: R.P.W. Duin |
---|
[80] | 11 | % Faculty EWI, Delft University of Technology |
---|
| 12 | % P.O. Box 5031, 2600 GA Delft, The Netherlands |
---|
| 13 | |
---|
| 14 | function a = mfeat_pix |
---|
| 15 | |
---|
| 16 | prdatasets(mfilename,1); |
---|
[81] | 17 | a = pr_dataset('mfeat_pix'); |
---|
[80] | 18 | a = setname(a,'MFEAT Pixel Features'); |
---|
Note: See
TracBrowser
for help on using the repository browser.