Back to Adaptive Vision Library website
You are here: Start » Function Reference » Histogram Point Transforms » AbsoluteHistogram

AbsoluteHistogram
Transforms each bin value to its absolute value.
Syntax
C++
C#
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inHistogram | const Histogram& | Input histogram | |
![]() |
outHistogram | Histogram& | Output histogram |
In-place Processing
This function supports in-place data processing - you can pass the same reference to inHistogram and outHistogram