Back to FabImage Library website
You are here: Start » Function Reference » Profile Point Transforms » AbsoluteProfile

AbsoluteProfile
Header: | FIL.h |
---|---|
Namespace: | fil |
Transforms each profile value to its absolute value.
Syntax
C++
C#
void fil::AbsoluteProfile ( const fil::Profile& inProfile, fil::Profile& outProfile )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inProfile | const Profile& | Input profile | |
![]() |
outProfile | Profile& | Output profile |
In-place Processing
This function supports in-place data processing - you can pass the same reference to inProfile and outProfile
Read more about In-place Computation.