mean_filter: applies mean filter to an image

View source: R/Lib_ImageProcess.R

mean_filterR Documentation

applies mean filter to an image

Description

applies mean filter to an image

Usage

mean_filter(Image, SizeFilt, NA_remove = FALSE)

Arguments

Image

numeric. image defined as 2d matrix

SizeFilt

numeric. size of the window to compute mean filter

NA_remove

boolean. Should NA be removed?

Value

rank of all spectral bands of interest in the image and corresponding wavelength


jbferet/biodivMapR documentation built on May 1, 2024, 4:34 a.m.