Find local maxima/minima¶
Finds local maxima, minima. A point is a maximum(minimum) at scale S if it is larger(smaller) than all other points within radius S.
Definition¶
Input ports¶
- input table
input
Output ports¶
- indices table
indices
Configuration¶
- Select column (column)
Select column used for finding local extreme points
- Type (method)
Selects type of extreme points to detect
- Scale level (scale)
Scale level at which to search for maxima/minima
Examples¶
Implementation¶
- class node_find_maxima.FindLocalMaxima[source]