FILTM Mapping to filter objects in datasets and datafiles
B = FILTM(A,COMMAND,{PAR1,PAR2,....},SIZE)
DescriptionFor each object stored in A a filter operation is performed as OBJECT_OUT = COMMAND(OBJECT_IN,PAR1,PAR2,....)
The results are collected and stored in B. In case A (and thereby B) is a datafile, execution is postponed until conversion into a dataset, or a call to SAVEDATAFILE or CREATEDATAFILE. Example(s)
B = A*filtm('histc',[1:256]);
A similar command FILTIM is recommended for handling multiband images.
See alsodatasets, datafiles, im2obj, data2im, im2feat, datgauss, datfilt, filtim, savedatafile, createdatafile, mapm, procm,
|