| Input Image | Operations | Output Image |
| mug.rgb (color)
(saved using capture from SGI) |
Converted to TIFF using dmconvert on SGI | ![]() |
| ian.rgb (color)
(saved from web) |
Converted to TIFF using dmconvert on SGI | ![]() |
![]() |
Convert form TIFF to GRAYSCALE image using MATLAB function rbg2gray | ![]() |
![]() |
Convert form TIFF to GRAYSCALE image using MATLAB function rbg2gray | ![]() |
![]() |
MATLAB function: E = B(25:220,130:320) |
![]() |
![]() |
MATLAB function: F = D(5:119,80:192) |
![]() |
| Other Play | ||
![]() |
example1.m A = imread('ianbw.tiff'); imhist(A); |
|
![]() |
example2.m B = imread('mugbw.tiff'); image(B); |
|
![]() |
B = imread('mugbw.tiff'); bwmorph(B,'thicken',1); |
|