This function fills a grayscale LUT according to lpDICOMDisplaySettings.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI MED_display_grayscale_LUT_build_double( AT_MED_DCM_DISPLAY_SETTINGS_DOUBLE* lpDICOMDisplaySettings, HIGLUT hLUT ); |
Name | Type | Description |
---|---|---|
lpDICOMDisplaySettings | AT_MED_DCM_DISPLAY_SETTINGS_DOUBLE* | AT_MED_DCM_DISPLAY_SETTINGS_DOUBLE structure. |
hLUT | HIGLUT | LUT handle. |
Returns the number of ImageGear errors that occurred during the function call.
This function does not process image pixels.
The LUT must be created prior to calling this function. Use IG_LUT_create() to create a LUT.