Changeset 753 for trunk/src/transform_field/ima_filter.m
- Timestamp:
- Apr 27, 2014, 8:17:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/transform_field/ima_filter.m
r730 r753 12 12 13 13 %------------------------------------- 14 function DataOut=ima_test(DataIn,Param) 15 if isequal(DataIn,'*') 14 function DataOut=ima_filter(DataIn,Param) 15 16 %% request input parameters 17 if isfield(DataIn,'Action') && isfield(DataIn.Action,'RUN') && isequal(DataIn.Action.RUN,0) 16 18 prompt = {'npx';'npy'}; 17 19 dlg_title = 'get the filter size in x and y';
Note: See TracChangeset
for help on using the changeset viewer.