Rev | Line | |
---|
[80] | 1 | %TEXTURET 256 x 256 objects (pixels) with 7 features in 5 classes |
---|
| 2 | % |
---|
| 3 | % A = TEXTURET |
---|
| 4 | % |
---|
| 5 | % Load the dataset in A. These are 5 texture classes each given by 7 |
---|
| 6 | % features which are 7 different filtered versions of 5 different images. |
---|
| 7 | % The objects are the pixels. Filter number 7 is the unity filter, so the |
---|
| 8 | % corresponding featurevalues are the original pixels. The 5 classes are |
---|
| 9 | % stored as 5 a composite 256x256 images. This may be visualized by |
---|
| 10 | % SHOW(A), which shows the 7 images for the 7 features and a label image. |
---|
| 11 | % |
---|
| 12 | % The dataset TEXTUREL deals with a similar texture image given by the same |
---|
| 13 | % texture features. |
---|
| 14 | % |
---|
| 15 | % See also DATASETS, PRDATASETS, TEXTUREL |
---|
| 16 | |
---|
[127] | 17 | % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com |
---|
[80] | 18 | % Faculty EWI, Delft University of Technology |
---|
| 19 | % P.O. Box 5031, 2600 GA Delft, The Netherlands |
---|
| 20 | |
---|
| 21 | function a = texturet |
---|
| 22 | |
---|
| 23 | prdatasets(mfilename,4); |
---|
[81] | 24 | a = pr_dataset('texturet'); |
---|
[80] | 25 | a = setname(a,'Texture Test Set'); |
---|
Note: See
TracBrowser
for help on using the repository browser.