normalize               package:rimage               R Documentation

_N_o_r_m_a_l_i_z_a_t_i_o_n _f_o_r _v_e_c_t_o_r _a_n_d _m_a_t_r_i_x

_D_e_s_c_r_i_p_t_i_o_n:

     This function normalizes image so that the minimum value is 0 and
     the maximum value is 1.

_U_s_a_g_e:

     normalize(img)

_A_r_g_u_m_e_n_t_s:

     img: target image

_V_a_l_u_e:

     Data of the same mode as 'img', in which minimum value is 0 and
     maximum value is 1.

_E_x_a_m_p_l_e_s:

       data(logo)
       plot(normalize(logo))

