This function tells whether output of the LUT is signed.
Copy Code
|
|
---|---|
AT_BOOL ACCUAPI IG_LUT_output_is_signed_get(HIGLUT lut); |
Name | Type | Description |
---|---|---|
lut | HIGLUT | LUT handle. |
TRUE - output of the LUT is signed; FALSE - otherwise.
This function does not process image pixels.
None