Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Real » FisFilter_RealSequenceDistances
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | STD.h |
---|---|
Namespace: | fis |
Module: | FoundationLite |
Computes the absolute difference between points in array.
Syntax
void fis::FisFilter_RealSequenceDistances ( const ftl::Array<float>& inValues, bool inCyclic, ftl::Array<float>& outDistances, float& outDistanceSum )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inValues | const Array<float>& | Input RealArray values | |
![]() |
inCyclic | bool | Flag indicating whether distance between first and last value in array should be measured | |
![]() |
outDistances | Array<float>& | Output RealArray value of distances between input Real values in array | |
![]() |
outDistanceSum | float& | Output Real value of sum of distances between input Real values in array |