contextualMF: Performs Contextual Median Filter

View source: R/imagine-main.R

contextualMFR Documentation

Performs Contextual Median Filter

Description

This function performs the Contextual Median Filter (CMF) algorithm proposed by Belkin & O'Reilly (2009), based on the pseudo-code written on the paper.

Usage

contextualMF(X)

Arguments

X

A numeric matrix object used for apply filters.

Details

Following the definition of CMF, since imagine v.2.0.0, times argument will not be available anymore.

imagine offers the CMF algorithm but for the using to find out oceanographic fronts, it is recommended to see and use the functions of the grec package.

Value

contextualMF returns a matrix object with the same dimensions of X.

References

Belkin, I. M., & O'Reilly, J. E. (2009). An algorithm for oceanic front detection in chlorophyll and SST satellite imagery. Journal of Marine Systems, 78(3), 319-326 (\Sexpr[results=rd]{tools:::Rd_expr_doi("http://dx.doi.org/10.1016/j.jmarsys.2008.11.018")}).


imagine documentation built on April 27, 2023, 5:12 p.m.