Back to Adaptive Vision Library website
You are here: Start » Function Reference » Profile Point Transforms » NegateProfile
NegateProfile
Transforms each profile value to its negation.
Syntax
C++
C#
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


