Back to FabImage Library website
You are here: Start » Function Reference » Data Classification » Statistics » FindDataMode_MeanShift

FindDataMode_MeanShift
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationPro |
Finds the mode in a set of data values by iteratively computing its median.
Applications: Can be used to determine a histogram maximum without actually creating the histogram.
Syntax
C++
C#
void fil::FindDataMode_MeanShift ( const ftl::Array<float>& inValues, int inIterationCount, float inSpread, float& outMode )