Back to Aurora Vision Library website
You are here: Start » Function Reference » Profile » Profile Point Transforms » AbsoluteProfile
AbsoluteProfile
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationPro |
Transforms each profile value to its absolute value.
Syntax
C++
C#
void avl::AbsoluteProfile ( avl::Profile& ioProfile, atl::Optional<const avl::Range&> inRange )
Parameters
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Range exceeds the input profile in AbsoluteProfile. |


