mean.shift: Meanshift

View source: R/meanshift.R

mean.shiftR Documentation

Meanshift

Description

Core function of the background traversal algorithm based on a pre-computed kd-tree structure of (A,M) values. See normalizeArrayData function.

Usage

## S3 method for class 'shift'
mean(
  M,
  v,
  d,
  node,
  epsilon = 0.001,
  col = rgb(1, 0.5, 0, 1),
  nsteps = 0,
  plots = FALSE
)

Author(s)

Benjamin Leblanc

See Also

,


benja0x40/MRA.TA documentation built on March 13, 2023, 5:15 a.m.