lowpass                package:rimage                R Documentation

_L_o_w _P_a_s_s _F_i_l_t_e_r _f_o_r _I_m_a_g_e

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

     Computes a low-pass filtered image with dimensions of the given
     input image. the lp pasing distance is given via radius.

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

     lowpass(img,radius)

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

     img: pixmap or matrix

  radius: gives the pass radius

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

     an imagematrix

_S_e_e _A_l_s_o:

     'highpass'

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

       data(logo)
       plot(normalize(lowpass(logo)))

