Transforms each bin value to its absolute value.
Syntax
C++
C#
Python
def AbsoluteHistogram(
inHistogram: Histogram,
outHistogram: Histogram,
/
)
-> None
Parameters
|
Name |
Type |
Default |
Description |
 |
inHistogram |
Histogram |
|
Input histogram |
 |
outHistogram |
Histogram |
|
Output histogram |