Parent Topic: Examples

Enhancement

Segments 2, 3, and 4 are lookup tables for channels 1, 2, and 3 respectively. Perform an enhancement operation on the three channels and output the enhanced images to channels 7, 8, and 9.

 seta %1=2; seta %2=3; seta %3=4;      %7=%1.1; %8=%2.1; %9=%3.1;
PACE program LUT performs this operation more efficiently.


Parent Topic: Examples
About PCI Help Gateway