meanImg                package:rimage                R Documentation

_M_e_a_n _f_i_l_t_e_r

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

     This function applies mean filter among 9 neighbors to a given
     image.

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

     meanImg(img)

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

     img: target image

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

     object of imagematrix class whose the size is as same as target

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

       data(logo)
       plot(meanImg(logo))

