Image Processing Reference
In-Depth Information
(a)
(b)
(c)
(d)
(e)
FIGURE 5.9
(a) Polycyst, (b) enhanced image using Dombi t -conorm, (c) enhanced image (Ensafi),
(d) enhanced image with Chaira t -conorm and (e) enhanced image with Hamacher t -conorm.
(Modified from Chaira, T., Contrast enhancement of medical images using Type II fuzzy set, in
Proc. of IEEE on National Conference on Communication , IIT Delhi, India, 1-5, 2013.)
MATLAB program and files always have filenames ending with
'filename.m'.
Some of the basic matrix commands used in image processing are as
follows:
To display a matrix
a = [1 3; 2 4]
b = a*a (element by element multiplication)
b = [1 9; 4 16]
Addition of two matrices - a + b
Inverse of a matrix - inv(a)
zeros (1, 3)
ones (1, 3)
Some of the MATLAB commands used in image processing are as follows:
1. Reading an image A.
X = imread(A)
2. Displaying an image
imshow(A)
Search WWH ::




Custom Search