I'm using Dcmtk library and I used the getVoiLutFunction()
and this function return three different enum
outputs (EFV_Linear
, EFV_Sigmoid
, EFV_Default
), and for my current CT image I get the the EFV_Default
value.
I looked into the standard documentation, and I found that a VOI LUT function can have one of three values (LINEAR
, LINEAR_EXACT
, SIGMOID
), and they mention that LINEAR
in the default one when (VOI LUT Function) attribute is absent, I'm confused, what is the matching one for DCMTK's EFV_Default
enum
PS: I'm dealing with CT images.