meanImg {rimage}R Documentation

Mean filter

Description

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

Usage

meanImg(img)

Arguments

img target image

Value

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

Examples

  data(logo)
  plot(meanImg(logo))

[Package rimage version 0.5-7 Index]