This function initializes the HIGLUT object with GSDF LUT data.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI MED_PS_GSDF_LUT_init( DWORD dwCharactCurveEntryCount, LPDOUBLE lpCharactCurve, HIGLUT lut ); |
Name | Type | Description |
---|---|---|
dwCharactCurveEntryCount | DWORD | Number of entries in Characteristic Curve. |
lpCharactCurve | LPDOUBLE | Characteristic Curve of the display. |
lut | HIGLUT | GSDF LUT to fill. |
Returns the number of ImageGear errors that occurred during the function call.
This function does not process image pixels.
This function replaces MED_PS_GSDF_LUT_build().