distance_funct_1d ( : : Function1, Function2, Mode, Sigma : Distance )

Compute the distance of two functions.

distance_funct_1d calculates the distance of two functions. The two functions may differ in length.


Parameters

Function1 (input_control)
function_1d-array -> real / integer
Input function 1.

Function2 (input_control)
function_1d-array -> real / integer
Input function 2.

Mode (input_control)
string(-array) -> string
Modes of invariants.
Default value: 'length'
List of values: 'length', 'mean'

Sigma (input_control)
number(-array) -> real
Variance of the optional smoothing with a Gaussian filter.
Default value: 0.0
Suggested values: 0.0, 0.5, 1.0, 1.5, 2.0, 3.0, 4.0, 5.0, 7.0, 10.0, 15.0, 20.0, 25.0, 30.0, 40.0, 50.0

Distance (output_control)
real-array -> real / integer
Distance of the functions.


Parallelization Information

distance_funct_1d is reentrant and processed without parallelization.


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH