Changeset 897 for trunk/src/transform_field/ima_remove_background.m
- Timestamp:
- May 25, 2015, 8:48:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/transform_field/ima_remove_background.m
r810 r897 54 54 B=imresize(Backg,size(A),'bilinear');% interpolate to the initial size image 55 55 ImPart=(A-B); 56 DataOut.A=ImPart.*(ImPart>threshold); 56 DataOut.A=ImPart; 57 %DataOut.A=ImPart.*(ImPart>threshold); 57 58 DataOut.A=feval(Atype,DataOut.A);
Note: See TracChangeset
for help on using the changeset viewer.