Transform an integer value to a floating point value using the frame information.
Syntax
float Fct_GLI_2_Float(
SliceO_Frame *pt,
int GLI_val
) ;
Parameters
pt
Pointer to a SliceO_Frame class.
GLI_val
integer pixel value.
Return value
This function return a floating point pixel value.
Remarks
Requirements
Header:
sliceO_include.hpp
Library:
sliceO_Structures.lib
Example
See also