Changeset 557 for trunk/src/transform_field/remove_particles.m
- Timestamp:
- Oct 19, 2012, 5:26:57 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/transform_field/remove_particles.m
r40 r557 1 function DataOut=remove_particles(DataIn ,Calib)1 function DataOut=remove_particles(DataIn) 2 2 %----------------------------------------------- 3 %% set GUI config: no action defined 4 DataOut=[]; %default output field 5 if strcmp(DataIn,'*') 6 return 7 end 8 3 9 %parameters 4 threshold=200 10 threshold=200; 5 11 nblock_x=30;%size of image subblocks for analysis 6 12 nblock_y=30;
Note: See TracChangeset
for help on using the changeset viewer.