This is an old revision of the document!
PHP's gd library is missing or unable to create PNG images
Calc Lookup Table Difference
Description
This functor calculates the difference between two lookup tables.
Inputs
Name | Type | Description |
---|---|---|
First Table | Lookup Table | The first lookup table. |
Second Table | Lookup Table | The second lookup table. |
Optional Inputs
Name | Type | Description | Default Value |
---|---|---|---|
Use Symmetrical Difference | Bool | If true, the symmetrical difference between the two lookup tables is calculated; otherwise, the relative complement is used. | False |
Output
Name | Type | Description |
---|---|---|
result | Lookup Table | The resulting lookup table. |
Group
Notes
For further information about symmetric and relative difference of sets, see Symmetric_difference and Set_difference#Relative_complement.
Internal Name
CalcLookupTableDifference