Back to Adaptive Vision Library website

You are here: Start » Function Reference » Profile Point Transforms » NegateProfile

NegateProfile


Header:AVL.h
Namespace:avl

Transforms each profile value to its negation.

Syntax

C++
C#
 
void avl::NegateProfile
(
	avl::Profile& ioProfile,
	atl::Optional<const avl::Range&> inRange
)

Parameters

Name Type Default Description
ioProfile Profile&
inRange Optional<const Range&> NIL

Errors

List of possible exceptions:

Error type Description
DomainError Range exceeds the input profile in NegateProfile.