| [mmlblshow] [Up] [mmgplot] | Visualization |
| User Feedback |
| f | Image Gray-scale (uint8 or uint16) or binary image |
| f1 | Image Binary image
Red overlay. Default: |
| f2 | Image Binary image
Green overlay. Default: |
| f3 | Image Binary image
Blue overlay. Default: |
| f4 | Image Binary image
Magenta overlay. Default: |
| f5 | Image Binary image
Yellow overlay. Default: |
| f6 | Image Binary image
Cyan overlay. Default: |
| title | String
Default: |
| id | String
Default: |
| y | Image Gray-scale (uint8 or uint16) or binary image
Optionally return RGB uint8 image |
Displays the binary or gray-scale (uint8 or uint16) image f, and optionally overlay it with up to six binary images f1 to f6 in the following colors: f1 as red, f2 as green, f3 as blue, f4 as yellow, f5 as magenta, and f6 as cian. The image is displayed in the MATLAB figure only if no output parameter is given.
f=mmreadgray('mribrain.tif');
f150=mmthreshad(f,150);
Warning: upcasting image from scalar to uint8
f200=mmthreshad(f,200);
Warning: upcasting image from scalar to uint8
mmshow(f);
mmshow(f150);
mmshow(f,f150,f200);
![]() |
![]() |
|
| f | f150 |
![]() |
|
| f,f150,f200 |
| [mmlblshow] [Up] [mmgplot] | |
| User Feedback | |
| Copyright (c) 1998-2008 by SDC Information Systems |