Name
wnorm — Matrix Normalization
Calling Sequence
M=wnorm(X,[MIN],[MAX])
Parameters
- X
-
: input double matrix or vector
- MIN
-
: minimum
- MAX
-
: maximum
- M
-
: normalized matrix with value ranging from MIN to MAX.
Description
wnorm is an utility to normalize a matrix for displaying
Examples
x=rand(100,100);
m=wnorm(x);
imshow(y); // funtion provided by SIP or SIVP toolbox
Authors
Roger Liu and Isaac Zhi