Matrix Normalization
M=wnorm(X,[MIN],[MAX])
input double matrix or vector
minimum
maximum
normalized matrix with value ranging from MIN to MAX.
wnorm is an utility to normalize a matrix for displaying
x=rand(100,100); m=wnorm(x); imshow(m); // funtion provided by SIP or SIVP toolbox | ![]() | ![]() |