This function returns input bit count of the LUT.
Copy Code
|
|
---|---|
AT_INT ACCUAPI IG_LUT_input_depth_get(HIGLUT lut); |
Name | Type | Description |
---|---|---|
lut | HIGLUT | LUT handle. |
Input bit count of the LUT.
This function does not process image pixels.
Input depth defines the length (number of entries) of the lut, as follows:
LUTLength = 2^InputDepth.