creating_and_combining_masks_from_vtcs
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| creating_and_combining_masks_from_vtcs [2010/06/25 18:47] – added code for existing mask files jochen | creating_and_combining_masks_from_vtcs [2010/06/25 18:48] (current) – changed comparison operator to greater or equal jochen | ||
|---|---|---|---|
| Line 168: | Line 168: | ||
| % threshold mask | % threshold mask | ||
| - | mask = uint8(mask > uint16(ceil(gthresh * numel(mskfiles)))); | + | mask = uint8(mask >= uint16(ceil(gthresh * numel(mskfiles)))); |
| % store | % store | ||
creating_and_combining_masks_from_vtcs.txt · Last modified: 2010/06/25 18:48 by jochen
