Back to Adaptive Vision Library website
You are here: Start » Function Reference » Profile Point Transforms » DivideProfile
DivideProfile
Divides each element of a profile by a scalar value.
Syntax
C++
C#
void avl::DivideProfile ( const avl::Profile& inProfile, atl::real inValue, avl::Profile& outProfile )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inProfile | const Profile& | Input profile | |
![]() |
inValue | real | 2.0f | |
![]() |
outProfile | Profile& | Output profile |
In-place Processing
This function supports in-place data processing - you can pass the same reference to inProfile and outProfile
Errors
| Error type | Description |
|---|---|
| DomainError | Divisor is equal to zero on input in DivideProfile. |


