ImageEn, unit ievision

TIEVisionImage.LUT

TIEVisionImage.LUT


Declaration

procedure LUT(dest: TIEVisionImage; lut: TIEVisionImage); safecall;


Description

Perform a look-up table transform of an image. Source must be an image of 8-bit pixels.

Parameter Description
dest Container for the resulting image
lut Look-up table of 256 elements. In case of multi-channel source image, the table should either have a single channel (in this case the same table is used for all channels) or the same number of channels as in the source image