| PRTools contents |
DATUNIF
B = DATUNIF(A,NX,NY)
| Input | |
| A | Dataset containing images |
| NX,NY | Filtersize in X- and Y-direction (default: NY = NX) |
| Output | |
| B | Dataset with filtered images |
All images stored as objects (rows) or as features (columns) of dataset A are filtered with an NX*NY uniform filter and stored in
| dataset | B. Image borders are mirrored before filtering. |
| PRTools contents |