Visible to Intel only — GUID: GUID-0E939793-FC63-4AFA-8FD0-A0AEA08D5C63
iwValueRelToAbs
Syntax
IW_DECL(double) iwValueRelToAbs(
double val,
IppDataType type
);
Parameters
- val
-
Input relative value.
- dstType
-
Data type of the absolute range.
Description
This function converts a relative value in range of [0, 1] to the absolute value according to the specified type.
Return Values
Absolute value.
Parent topic: Utility Functions