Ignore:
Timestamp:
03/26/13 15:32:10 (12 years ago)
Author:
dtax
Message:

Changes....

File:
1 edited

Legend:

Unmodified
Added
Removed
  • hep2cells/gencellgabor.m

    r40 r46  
    11% load the data:
    2 load cells;
     2%load cells;
     3load cellscaled;
    34
    45% settings:
     
    2021   %im = x{i,1}(:,:,2);
    2122   im = sum(x{i,1}(:,:,2),3);
    22    if (min(im(:))<0)
    23       error('pixel values < 0');
    24    end
     23   %if (min(im(:))<0) error('pixel values < 0'); end
    2524%   im = im/max(im(:));
    2625   im = double(hist_equalize(im));
     
    4645   %im = z{i,1}(:,:,2);
    4746   im = sum(z{i,1}(:,:,2),3);
    48    if (min(im(:))<0)
    49       error('pixel values < 0');
    50    end
     47   %if (min(im(:))<0) error('pixel values < 0'); end
    5148%   im = im/max(im(:));
    5249   im = double(hist_equalize(im));
     
    6764end
    6865
    69 save cells_gabor x z;
     66save cells_gabor_sc x z;
Note: See TracChangeset for help on using the changeset viewer.