Ignore:
Timestamp:
May 25, 2015, 8:48:58 PM (9 years ago)
Author:
sommeria
Message:

sub_background corrected for volume and multilevel cases

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/transform_field/ima_remove_background.m

    r810 r897  
    5454B=imresize(Backg,size(A),'bilinear');% interpolate to the initial size image
    5555ImPart=(A-B);
    56 DataOut.A=ImPart.*(ImPart>threshold);
     56DataOut.A=ImPart;
     57%DataOut.A=ImPart.*(ImPart>threshold);
    5758DataOut.A=feval(Atype,DataOut.A);
Note: See TracChangeset for help on using the changeset viewer.