| Table of Contents / Tools / Function | Operators |
derivate_funct_1d — Calculate the derivatives of a function.
derivate_funct_1d( : : Function, Mode : Derivative)
derivate_funct_1d calculates the derivatives of the function Function up to the second degree. It uses a finite difference approximation of order O(h^2). The derivative is also a function with the same sampling points as Function. With the parameter Mode, 'first' and 'second' derivatives can be selected.
Input function
Type of derivative
Default value: 'first'
List of values: 'first', 'second'
Derivative of the input function
create_funct_1d_pairs, create_funct_1d_array, smooth_funct_1d_gauss, smooth_funct_1d_mean
Foundation
| Table of Contents / Tools / Function | Operators |
| HALCON Reference Manual 10.0.2 | Copyright © 1996-2011 MVTec Software GmbH |