Functions | |
boolean | Execute (void) |
Applies the currently selected LUT along with its settings to the input image. More... | |
void | ResetLUT (void) |
Resets the array-based LUT to an identity LUT (which means that LUT[InputValue] = InputValue) and erases all the nodes defined for node-based LUTs. More... | |
void | SortLUT (void) |
Sorts the LUT entry values for node-based LUT operations in ascending order of the node levels. More... | |
boolean Execute | ( | void | ) |
Applies the currently selected LUT along with its settings to the input image.
In case of an error this method returns zero and raises the FLut \ref CVCError event.
TRUE
if succeeded, FALSE
if an error occurred. void ResetLUT | ( | void | ) |