Back to FabImage Library website

You are here: Start » Function Reference » Profile » Profile Local Transforms » DifferentiateProfile_Step

DifferentiateProfile_Step


Header: FIL.h
Namespace: fil
Module: FoundationPro

Computes the derivative of a profile with a given difference step.

Syntax

C++
C#
 
void fil::DifferentiateProfile_Step
(
	const fil::Profile& inProfile,
	const bool inCyclic,
	int inStep,
	fil::Profile& outDerivative
)

Parameters

Name Type Range Default Description
Input value inProfile const Profile& Input profile
Input value inCyclic const bool Defines whether to compute differences between first and last elements
Input value inStep int 1 - 2
Output value outDerivative Profile&